Test-runner: change SQL string quotes to ANSI.
Change double quotes to single quotes for string constants. In ANSI SQL double quotes are used to quote identifiers, not constants. I used double quotes initially since they are allowed in MySQL.
Showing
- test/box/sql.result 14 additions, 14 deletionstest/box/sql.result
- test/box/sql.test 33 additions, 31 deletionstest/box/sql.test
- test/lib/sql.g 1 addition, 1 deletiontest/lib/sql.g
- test/lib/sql.py 1 addition, 1 deletiontest/lib/sql.py
- test/lib/sql_ast.py 1 addition, 1 deletiontest/lib/sql_ast.py
Loading
Please register or sign in to comment