Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Geode should keep booleans as is (without quoting them).
// SQL (calcite). original query select * from geode where isActive = true // OQL (geode query) result select * from /region where isActive = 'true'
Boolean literals are natively supported by geode and calcite should not convert them to SQL strings.
Attachments
Issue Links
- links to