-
Updated
Jun 14, 2021 - Java
mysql-server
Here are 356 public repositories matching this topic...
-
Updated
Apr 22, 2021 - Java
-
Updated
Jan 27, 2021 - Go
-
Updated
Jun 8, 2021 - C++
-
Updated
Jun 13, 2021 - Roff
-
Updated
Jun 4, 2021 - PHP
-
Updated
Dec 17, 2020 - Shell
-
Updated
Feb 3, 2020 - PHP
-
Updated
Nov 13, 2020 - Python
-
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 13, 2021 - Shell
-
Updated
Sep 19, 2017 - Go
-
Updated
Mar 22, 2020 - Shell
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Sep 7, 2019 - Go
-
Updated
Apr 15, 2021 - Shell
-
Updated
Jul 2, 2020 - C++
-
Updated
Mar 24, 2021 - Java
-
Updated
Oct 12, 2017 - Go
-
Updated
May 15, 2019 - JavaScript
-
Updated
Jan 6, 2021 - C
-
Updated
May 18, 2020 - Haskell
-
Updated
Jan 19, 2021 - JavaScript
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
Dec 3, 2017 - C#
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Feb 13, 2021 - Shell
-
Updated
Jun 21, 2017 - PHP
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.