mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-12 17:10:06 -06:00
mysql-client-tests: s/value/value/g
This commit is contained in:
@@ -22,10 +22,10 @@ public class MySQLConnectorTest {
|
||||
Statement st = conn.createStatement();
|
||||
|
||||
String[] queries = {
|
||||
"create table test (pk int, value int, primary key(pk))",
|
||||
"create table test (pk int, `value` int, primary key(pk))",
|
||||
"describe test",
|
||||
"select * from test",
|
||||
"insert into test (pk, value) values (0,0)",
|
||||
"insert into test (pk, `value`) values (0,0)",
|
||||
"select * from test"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user