Bug #9019 | When using tinyInt1isBit=true updates with 'true' are not converted to 1 but 0 | ||
---|---|---|---|
Submitted: | 7 Mar 2005 12:42 | Modified: | 8 Mar 2005 19:02 |
Reporter: | Hack Kampbjørn | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | OS: | ||
Assigned to: | CPU Architecture: | Any |
[7 Mar 2005 12:42]
Hack Kampbjørn
[8 Mar 2005 19:02]
Mark Matthews
It looks like what you're asking for is for the driver to re-write your query, which is something we won't ever do. If you need to use true/false in your queries, than the SQL standard way is _not_ to quote them, i.e. 'true' != true and 'false' != false.