-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.18.0
-
Component/s: geode-adapter
-
Labels:None
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.
- links to