integration-tests/go-sql-server-driver: Start migrating over some simple tests from sql-server.bats.

This commit is contained in:
Aaron Son
2022-10-03 14:00:56 -07:00
parent a2f1e06b75
commit 153ea002e4
6 changed files with 318 additions and 246 deletions
@@ -0,0 +1,3 @@
pk,c1,c2,c3,c4,c5
0,1,2,3,4,5
1,1,2,3,4,5
1 pk c1 c2 c3 c4 c5
2 0 1 2 3 4 5
3 1 1 2 3 4 5