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