-
Updated
Sep 6, 2021 - Java
mysql-server
Here are 369 public repositories matching this topic...
-
Updated
Aug 23, 2021 - Java
-
Updated
Jan 27, 2021 - Go
-
Updated
Jun 8, 2021 - C++
-
Updated
Aug 29, 2021 - Roff
-
Updated
Aug 23, 2021 - PHP
-
Updated
Dec 17, 2020 - Shell
-
Updated
Sep 1, 2021 - Python
-
Updated
Feb 3, 2020 - PHP
-
Updated
Oct 21, 2020
Reproducible fuzzing
Feature idea from reddit:
Is it possible to set a random seed to get reproducible random data? This would be useful for unit testing to get the same data on each run.
So the main goal of the ticket is make it possible to reproduce certain fuzzing scenarios for unit-tests. This can be done by the change of the seeding mechanism.
Fix goreport
Write mssql dialect
-
Updated
Jun 17, 2021 - Shell
-
Updated
Sep 19, 2017 - Go
-
Updated
Mar 22, 2020 - Shell
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Sep 7, 2019 - Go
-
Updated
Jun 21, 2021 - Shell
-
Updated
Jul 2, 2020 - C++
-
Updated
Mar 24, 2021 - Java
-
Updated
Oct 12, 2017 - Go
-
Updated
Jan 6, 2021 - C
-
Updated
May 15, 2019 - JavaScript
-
Updated
May 18, 2020 - Haskell
-
Updated
Aug 26, 2021 - Makefile
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Dec 3, 2017 - C#
Add postgres support
The original intention of this tool was to support both postgres and mysql. It currently only supports mysql.
The implementation should happen here: https://github.com/georgiotunson/ssql/blob/77b486639bb9acc6e069bd7c548613c9c2b8bc18/utility/helpers.go#L88
If you have a look at the above if statement here: https://github.com/georgiotunson/ssql/blob/77b486639bb9acc6e069bd7c548613c9c2b8bc18/utili
-
Updated
Jun 24, 2021 - Shell
Improve this page
Add a description, image, and links to the mysql-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mysql-server topic, visit your repo's landing page and select "manage topics."
It's possible to pass more query bindings than there are bindvars in a query. This should be an error.