select "Bob""s Car"
select "Bob""s Car" where carmake = 'B"M"W'
select "Bob""s Car" where cartype = 'VW''s'
'test'
. To include this in a select statement, I need to write: select "'test'"
"test"
. To include this in a select statement, I need to write: select """test"""
'test'
. To include this in a select statement, I need to write: select "'test'"
"test"
. To include this in a select statement, I need to write: select """test"""
Emilian has provided a helpful summary table here (look at the "Anywhere else" column): https://www.aquaclusters.com/app/home/project/public/aquadatastudio/issue/8284?tab=comment#096C05A1-E4A1-D44A-6203-DF7385CDC126
Emilian has provided a helpful summary table here (look at the "Anywhere else" column): https://www.aquaclusters.com/app/home/project/public/aquadatastudio/issue/8284?tab=comment#096C05A1-E4A1-D44A-6203-DF7385CDC126
The new test cases are resolved on the 0.9.6 drop.
The new test cases are resolved on the 0.9.6 drop.
Issue #8126 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build nosql-jdbc 0.9.6 |
No time estimate |
Added support for the SQL (double)quote symbol.