Zach Musgrave
|
3b8c8f3649
|
PR feedback, and more efficient way of formatting key value strings
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-13 13:55:59 -07:00 |
|
Zach Musgrave
|
6bc14c1160
|
Formatting
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-12 15:11:35 -07:00 |
|
Zach Musgrave
|
69a6288fc2
|
Better error formatting for duplicate key errors (don't include tags)
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-11 17:41:04 -07:00 |
|
Zach Musgrave
|
2bd381288d
|
One more place we weren't checking the err value on Close()
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-11 16:17:14 -07:00 |
|
Zach Musgrave
|
47aa939c44
|
Fixed many more places where we weren't handling query errors appropriately.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-11 16:14:38 -07:00 |
|
Zach Musgrave
|
49a9c6a5d3
|
Updated to latest vitess / go-mysql-server
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-11 14:51:30 -07:00 |
|
Zach Musgrave
|
100a84c69a
|
Unskipping tests after fixing bug
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-11 14:28:57 -07:00 |
|
Zach Musgrave
|
9db0d26f83
|
Fixed final errors to use latest go-mysql-server. This exposed several bugs in type coercion in update operations.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-11 12:05:46 -07:00 |
|
Zach Musgrave
|
0db1fd9f9c
|
Drain the row iter on the dolt harness
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-10 20:28:22 -07:00 |
|
Zach Musgrave
|
8a42477249
|
Drain and close the iterator in test command
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-10 20:23:19 -07:00 |
|
Zach Musgrave
|
ad43897ac1
|
Update executeModify to close iterators
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-09-10 20:03:07 -07:00 |
|
Tim Sehn
|
3e17e271d2
|
Merge pull request #868 from liquidata-inc/tim/perl-mysql-client-test
Added perl mysql client tests
|
2020-09-10 11:26:42 -07:00 |
|
Timothy Sehn
|
759c39f07e
|
added missing perl file
|
2020-09-10 10:41:29 -07:00 |
|
Timothy Sehn
|
26f599b263
|
Added perl mysql client tests
|
2020-09-10 10:27:32 -07:00 |
|
Tim Sehn
|
e0f59a0ca9
|
Merge pull request #867 from liquidata-inc/tim/mysql-client-test-python-sql-alchemy
Added Python SQLAlchemy test to mysql-client-tests
|
2020-09-09 15:09:04 -07:00 |
|
Timothy Sehn
|
a21df698a1
|
Added sqlalchemy install to Dockerfile
|
2020-09-09 13:36:18 -07:00 |
|
Timothy Sehn
|
06d8ca41bb
|
Added Python SQLAlchemy test to mysql-client-tests
|
2020-09-09 12:53:18 -07:00 |
|
Dustin Brown
|
0fe271e08b
|
Merge pull request #856 from liquidata-inc/db/dotnet-integration
/mysql-client-tests/dotnet: Iterating on dotnet mysql client test
|
2020-09-04 16:03:33 -07:00 |
|
Dustin Brown
|
ec4ae49651
|
/mysql-client-tests/mysql-client-tests.bats: Add comment about channel 3
|
2020-09-04 15:52:01 -07:00 |
|
Dustin Brown
|
4acc2aaa9d
|
/MySQLDockerfile: Revert comment
|
2020-09-04 14:51:45 -07:00 |
|
Dustin Brown
|
ea83558539
|
/MySQLDockerfile: Install dotnet
|
2020-09-04 14:47:51 -07:00 |
|
Dustin Brown
|
958d3cfb68
|
/mysql-client-tests/dotnet/Program.cs: Update Program.cs
|
2020-09-04 14:47:51 -07:00 |
|
Timothy Sehn
|
f91818ad75
|
Added bats test case
|
2020-09-04 14:47:51 -07:00 |
|
Timothy Sehn
|
e65d1b6fbc
|
Added a bats dotnet test harness. Currently fails
|
2020-09-04 14:47:51 -07:00 |
|
Dustin Brown
|
7bdb034058
|
iterating on fixing keynotfound error
|
2020-09-04 14:47:51 -07:00 |
|
Dustin Brown
|
2f614f5030
|
/mysql-client-tests/dotnet/Program.cs: Attempting to execute queries
|
2020-09-04 14:47:51 -07:00 |
|
Dustin Brown
|
ea0f401f0b
|
/mysql-client-tests/dotnet: Iterating on dotnet mysql client test
|
2020-09-04 14:47:51 -07:00 |
|
Dustin Brown
|
c28953970d
|
Merge pull request #862 from liquidata-inc/db/update-go-mysql-server
/go/{go.mod, go.sum}: Update go.mod with go-mysql-server@master
|
2020-09-04 14:39:19 -07:00 |
|
Dustin Brown
|
9e56d0a686
|
/go/{go.mod, go.sum}: Update go.mod with go-mysql-server@master
|
2020-09-04 13:25:50 -07:00 |
|
Daylon Wilkins
|
2946acab8e
|
Fixed column renaming breaking default values
|
2020-09-03 17:59:43 -07:00 |
|
Tim Sehn
|
37516b77f6
|
Merge pull request #859 from liquidata-inc/tim/mysql-client-test-c
Tim/mysql client test c
|
2020-09-03 09:07:39 -07:00 |
|
Aaron Son
|
aea1edbae6
|
mysql-client-tests/c: Cleanup MySQLDockerfile a bit.
|
2020-09-02 17:47:31 -07:00 |
|
Timothy Sehn
|
0a059d9cb4
|
Modified C code to work with stricter Ubuntucompiler. Added make clean to see if I can get Docker to work.
|
2020-09-02 17:34:19 -07:00 |
|
Timothy Sehn
|
ba6df764d4
|
Progress on Dockerfile and getting the C test to run
|
2020-09-02 17:14:17 -07:00 |
|
Timothy Sehn
|
da98afd4d0
|
Added pkg-config to install list
|
2020-09-02 16:17:42 -07:00 |
|
Aaron Son
|
e21c0456c9
|
mysql-client-tests: bats test for c uses Makefile.
|
2020-09-02 16:08:21 -07:00 |
|
Aaron Son
|
59ada42139
|
mysql-client-tests/.gitignore: Ignore some build artifacts.
|
2020-09-02 16:07:48 -07:00 |
|
Aaron Son
|
d1c735be2b
|
mysql-client-tests/c/Makefile: Fix pass.
|
2020-09-02 16:03:33 -07:00 |
|
Aaron Son
|
d287e2361c
|
mysql-client-tests/c/Makefile: First pass.
|
2020-09-02 16:02:49 -07:00 |
|
Timothy Sehn
|
60450656f6
|
Moved the setting of GFLAGS and LDFLAGS out of bats
|
2020-09-02 15:44:20 -07:00 |
|
Timothy Sehn
|
21ffd2a47a
|
I think this install mysql-client
|
2020-09-02 15:38:49 -07:00 |
|
Timothy Sehn
|
86a1c88e5f
|
Moved print statement to where it matters
|
2020-09-02 15:23:15 -07:00 |
|
Timothy Sehn
|
f9ce058654
|
Removing accidentally checked in binary
|
2020-09-02 15:15:00 -07:00 |
|
Timothy Sehn
|
c1cf48cbc4
|
Fixed SEGFAULT and made the program return 0
|
2020-09-02 15:09:54 -07:00 |
|
Timothy Sehn
|
3148efea4f
|
Initial version of C client tests. Need to work with Dustin to figure out Docker
|
2020-09-02 14:48:32 -07:00 |
|
Daylon Wilkins
|
3da3c8d037
|
Added new column defaults
|
2020-09-02 04:06:17 -07:00 |
|
Daylon Wilkins
|
f93d2ffb3c
|
Fixed ALTER TABLE CHANGE allowing primary key column to accept NULL values
|
2020-09-02 03:48:46 -07:00 |
|
AndyA
|
38dd2fea0e
|
Merge pull request #858 from liquidata-inc/andy/push-pull-tags
Push/Pull Tags
|
2020-09-01 15:10:02 -07:00 |
|
Andy Arthur
|
b85b96f738
|
pr feedback
|
2020-09-01 14:50:09 -07:00 |
|
Andy Arthur
|
8f5fc4fac1
|
pr feedback
|
2020-09-01 13:57:46 -07:00 |
|