Skip to content

Conversation

@ChrisJollyAU
Copy link
Member

The one test uses a custom defined expression and part of it defines the type mapping for the bool value as BoolTypeMapping. While normally not a problem, Jet uses -1 as the TRUE value and not 1. When using the base BoolTypeMapping we get the sql literal as 1. Detect is in the query sql generator and override that behaviour to the Jet style

Also add in more tests that didn't have an override so to check the sql

Fix sql literal output from a BoolTypeMapping
@ChrisJollyAU ChrisJollyAU added this to the 9.0.0 milestone Aug 29, 2024
@ChrisJollyAU ChrisJollyAU merged commit f199d04 into CirrusRedOrg:master Aug 29, 2024
@ChrisJollyAU ChrisJollyAU deleted the nullsemantics branch August 29, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant