This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
dolt
Watch
1
Star
0
Fork
0
You've already forked dolt
mirror of
https://github.com/dolthub/dolt.git
synced
2026-04-20 02:24:58 -05:00
Code
Issues
Packages
Projects
Releases
156
Wiki
Activity
Files
6f2b7667f4ba28126c8b90bc995d1a9e670dfc6d
dolt
/
mysql-client-tests
History
Dustin Brown
d35b0d2311
/{mysql-client-tests, .github/}: Iterating on github actions integration
2020-08-28 10:31:11 -07:00
..
java
First pass at Java MySQL Connector test. This has a dependency on the mysql-connector-java jar file. We'll have to figure out classpath and dependency resolution once we start running these programmatically. The program also only checks the first row, column pair or rows updated of the output to see if it matched expected. This is a pretty big simplification to avoid defining too much configuration.
2020-08-25 15:43:11 -07:00
node
/mysql-client-tests/{node/, MySQLDockerfile}: POC dockerizing test env
2020-08-26 18:16:06 -07:00
python
Added test for pymysql connection library. Renamed and modified the mysql.connector test based on discoveries writing this test.
2020-08-24 16:47:12 -07:00
mysql-client-tests.bats
Fixed kill errors by moving it before rm -rf and adding an empty c test harness
2020-08-27 18:09:34 -07:00