aboutsummaryrefslogtreecommitdiff
path: root/test/e_expr.test
Commit message (Expand)AuthorAge
* Provide a two-argument version of the iif() function, plus an alternativedrh2024-11-26
* Add string_agg(X,Y) as an alias for group_concat(X,Y), for compatibilitydrh2023-10-20
* Fix stale requirement marks and fix a typo in the documentation fordrh2023-02-18
* Update evidence marks for the latest changes to the documentation.drh2022-01-21
* Update requirements marks to reflect recent documentation changes.drh2021-09-14
* Update a requirement mark in the e_expr.test script.drh2020-11-25
* Adjust some requirement marks. No changes to code.drh2020-05-15
* Implement the IIF(x,y,z) SQL function that is short-hand fordrh2020-05-13
* Modify three test cases so that they work even with unusual versions of thedrh2019-11-15
* Fix a problem in VIEW creation that was introduced by the generated columnsdrh2019-11-02
* Adjust requirements marks and add new requirements tests.drh2019-06-12
* Make sure a CAST to "NUMERIC" results in an integer if the value can bedrh2019-06-10
* When casting string values into numeric and the string has a prefix that looksdrh2019-06-07
* Simplification to the logic underlying PRAGMA case_sensitive_like.drh2019-05-08
* Improved resolution of large integer values in "CAST(x AS NUMERIC)".drh2017-09-20
* Minor updates to requirements marks and documention. No changes to code.drh2017-07-14
* Add a new requirement mark for CAST expressions.drh2016-11-22
* Update requirement marks to reflect changes in wording in the documentation.drh2016-11-22
* Fix the vector BETWEEN operator so that it only evaluates the left-mostdrh2016-08-22
* Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns...dan2016-07-26
* Update evidence marks due to wording changes in requirements text. Nodrh2015-09-11
* Add a few more requirements tests.drh2014-08-11
* Update requirements marks. No changes to code.drh2014-08-08
* Update documentation of sqlite3_column() for clarity. Update evidence marksdrh2013-11-27
* Add requirements test cases for determining when an expression is true anddrh2013-11-26
* Changing the CAST behavior of REAL values actually changed a documenteddrh2013-11-26
* Change the REAL-to-INTEGER casting behavior so that if the REAL valuedrh2013-11-26
* Fix an requirement mark in a test script so that it matches thedrh2013-11-19
* Updates to requirements marks. No code changes.drh2013-08-02
* Fix an error in e_expr.test.dan2013-06-27
* Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...dan2012-02-13
* Fix up requirements marks for syntax diagrams to reflect the new and improveddrh2011-12-30
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* More typo fixes in evidence marks. No code changes.drh2011-06-20
* Added ifcapable utf16 to a few test cases;shaneh2011-04-05
* Changes to test scripts so that they work with SQLITE_ENABLE_ICU.dan2010-11-01
* Fix broken evidence marks in e_expr.test.dan2010-10-04
* Add a few more subquery tests to e_expr.test.dan2010-09-03
* Move the test for an (illegal) scalar sub-query that returns more than one co...dan2010-09-02
* Add tests for the EXISTS operator to e_expr.test.dan2010-09-02
* Further tests for CAST in e_expr.test.dan2010-08-27
* Add tests for CAST expressions to e_expr.test. More to come.dan2010-08-26
* Add tests to e_expr.test.dan2010-08-24
* Add some tests to e_expr.test and pagerfault.test. No code changes.dan2010-08-21
* Add tests for the BETWEEN operator to e_expr.test.dan2010-08-17
* Add test cases designed to exercise all syntax diagram paths in lang_expr.htmldan2010-08-16
* Add test case to e_expr.test.dan2010-08-14
* Add test cases to e_expr.test.dan2010-08-14
* Add tests to test file e_expr.test.dan2010-08-13
* Enable previously failing tests in e_expr.test that pass following [3e5975aa3b].dan2010-07-19