SQLite

All files named ”test/istrue.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/istrue.test

2023-03-23
19:22
[df34067a47] part of check-in [95c7af79cf] Fix test cases so that they work when SQLITE_ENABLE_NAN_INF is defined. (check-in: [95c7af79cf] user: drh branch: nan-inf, size: 6030)
2021-10-01
20:39
[e7f285bb70] part of check-in [2f7c946c5f] Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. (check-in: [2f7c946c5f] user: dan branch: trunk, size: 5962)
2020-08-27
18:36
[9619a2d775] part of check-in [5ce34a955b] Include the original text of the CHECK constraint in the error message for anonymous CHECK constraints. (check-in: [5ce34a955b] user: drh branch: trunk, size: 5909)
2020-06-13
03:18
[06f92ea387] part of check-in [ad738286e2] Identifiers "TRUE" and "FALSE" cannot take on their boolean constant values if they are operands of the "." operator. (check-in: [ad738286e2] user: drh branch: trunk, size: 5858)
2019-06-12
13:49
[7532782974] part of check-in [5c6146b56a] Handle expressions like "expr IS TRUE COLLATE xyz" in the same way as "expr IS TRUE". Fix for [4d01eda8115b10d1]. (check-in: [5c6146b56a] user: dan branch: trunk, size: 4899)
2018-04-18
11:35
[62372ad3dd] part of check-in [594ebc6955] Enhance ALTER TABLE ADD COLUMN to support "DEFAULT true" and "DEFAULT false". (check-in: [594ebc6955] user: drh branch: trunk, size: 4537)
2018-03-23
14:56
[d6e659764d] part of check-in [9fe5bebefe] Add some more tests for the IS TRUE / IS FALSE operators. (check-in: [9fe5bebefe] user: mistachkin branch: trunk, size: 4035)
2018-02-26
21:26
[2d89873d72] part of check-in [57508518ef] Code simplifications. New test cases. (check-in: [57508518ef] user: drh branch: is-true-operator, size: 3450)
20:15
[c15523b11e] part of check-in [8002f87d96] Get the "DEFAULT true" and "DEFAULT false" phrases working correctly in CREATE TABLE. (check-in: [8002f87d96] user: drh branch: is-true-operator, size: 2436)
18:49
Added: [e95d4366a7] part of check-in [cf2abd59be] Refactor for correct NULL handling in the IS TRUE, IS FALSE, IS NOT TRUE, and IS NOT FALSE operators. (check-in: [cf2abd59be] user: drh branch: is-true-operator, size: 2169)