Changes to support per connection sql state (#497)

This commit is contained in:
Brian Hendriks
2020-03-30 16:41:27 -07:00
committed by GitHub
parent 5cac9cc3f6
commit 4fc39b5196
27 changed files with 656 additions and 262 deletions
+1
View File
@@ -17,6 +17,7 @@ teardown() {
}
@test "test basic querying via dolt sql-server" {
skip "Need to update server tests now that each connection has state"
skiponwindows "Has dependencies that are missing on the Jenkins Windows installation."
server_query "SHOW tables" "Table"