aboutsummaryrefslogtreecommitdiff
path: root/test/expr.test
Commit message (Expand)AuthorAge
* Add IS NOT DISTINCT FROM and IS DISTINCT FROM binary operators which aredrh2022-05-12
* Fix test cases so that they all still work even with -DSQLITE_DQS=0.drh2022-01-16
* Fix the sqlite3ExprImpliesNonNullRow() routine so that it correctlydrh2020-01-01
* More tests pursuant to ticket [36fae083b450e3af857a459e20].mistachkin2018-02-26
* Always interpret non-zero floating-point values as true even if theirdrh2018-02-26
* Improved implementation of 64-bit signed integer multiply that correctlydrh2016-09-20
* In the expression-tree comparison routine, do not compiler Expr.iColumndrh2015-04-17
* Avoid a NULL pointer deference when processing the IS operator if thedrh2014-10-02
* Changes to various test scripts so that they pass on windows.dan2011-05-05
* Fix all known instances of signed-integer overflow. Within SQL expressions,drh2011-03-05
* Changes to remove sqlite3FitsIn64Bits().shaneh2010-09-30
* Add test cases for the IS and IS NOT operator.drh2009-09-23
* Changes to completely remove all floating point ops if SQLITE_OMIT_FLOATING_P...shane2009-02-04
* Fix a bug in the multi-index OR cost estimator. Remove leftover "breakpoint"drh2008-12-30
* Enhanced test coverage. (CVS 5598)drh2008-08-22
* Implicit string->numeric conversion should go to an integer value whendrh2008-07-30
* Increased test coverage. (CVS 5414)drh2008-07-15
* Changes to lemon to generate additional comments in the output file anddrh2008-01-22
* Miscellaneous code simplifications and cleanup and test coveragedrh2008-01-19
* Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715)danielk19772008-01-16
* Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367)danielk19772007-09-01
* Allow sqlite3GetInt32 to recognize 10-digit decimal numbers as 32-bit. (CVS 4...danielk19772007-09-01
* Fix for #2444: Avoid SIGFPE on 64-bit platforms when evaluating expressions l...danielk19772007-06-26
* Rework the string to integer conversion logic to address ticketsdrh2007-06-25
* Add some UTF-8 test infrastructure. Treat NaN as NULL. The printf routinesdrh2007-05-10
* Avoid evaluating (INT_MIN/-1) with 32 bit signed numbers. It can cause SIGFPE...danielk19772007-05-08
* Test coverage improvements. Over 90% of branches are now executed indrh2007-04-06
* Remove use of the "clock" command in the test suite so that the testsdrh2006-09-01
* Ignore leading spaces on text to numeric conversions. Ticket #1662.drh2006-03-03
* Fix more problems with malloc() and IO failures. (CVS 2985)danielk19772006-01-21
* Fix some memory leaks caused by obscure syntax errors in SQL. (CVS 2882)danielk19772006-01-07
* Create separate affinities for INTEGER and REAL. (CVS 2766)drh2005-11-14
* Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are nowdrh2005-11-01
* Fix the shift operators so that they work with 64-bit quantities. (CVS 2752)drh2005-10-29
* Additional tests for better coverage. (CVS 2602)drh2005-08-19
* Add the SQLITE_CASE_SENSITIVE_LIKE compile-time option. (CVS 2539)drh2005-07-08
* Improve test coverage for minimum feature builds. (CVS 2254)danielk19772005-01-21
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...danielk19772005-01-21
* Test coverage improvements on tokenize.c. (CVS 2196)drh2005-01-11
* Add the ESCAPE clause to the LIKE operator. Not fully tested yet. (CVS 2107)danielk19772004-11-17
* Add test cases for escape characters in the GLOB operator. (CVS 2101)drh2004-11-15
* Fix expr.test so that it works when the date-time functions are compiled out ...danielk19772004-11-10
* Port the "DEFAULT CURRENT_TIME" etc. functionality from an earlier fork of sq...danielk19772004-11-09
* Tcl interface transfers values directly between SQLite and Tcl_Objs, withoutdrh2004-08-20
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
* Use the faster LIKE function from sqlite v2. Add special user functions todanielk19772004-06-17
* Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523)drh2004-06-02
* Various minor fixes and updates to make more test cases pass. (CVS 1370)danielk19772004-05-13
* A vdbe stack element might have a string value even after a call todrh2004-03-03
* All LIKE and GLOB operators to use function notation. "A LIKE B" can bedrh2003-09-30