index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sqliteInt.h
Commit message (
Expand
)
Author
Age
*
Fix an off-by-one error in tests for cells overflowing the end pages. The
drh
2023-07-13
*
Omit the use of memmove() in sqlite3FpDecode() in an attempt to avoid
drh
2023-07-07
*
Whether or not to use the long-double floating point conversion technique
drh
2023-07-03
*
Improved rounding policy.
drh
2023-07-01
*
Improved response to Infinity and NaN. Remove the termporary fpdecode()
drh
2023-07-01
*
Add decimal rounding to the sqlite3FpDecode() routine.
drh
2023-06-30
*
Experiments with a new algorithm for converting ieee-754 binary64 numbers
drh
2023-06-30
*
Completely unwind the enhanced precision sum() from [a915f15a916af698] so
drh
2023-06-30
*
Use ideas from T. J. Dekker in "A Floating-Point Technique for Extending the
drh
2023-06-26
*
Optimize the argument to the octet_length() function so that it does not
drh
2023-06-22
*
Avoid unnecessary NULL pointer checks on calls to sqlite3WalkExpr().
drh
2023-06-19
*
Improved sqlite3_error_offset() values for bare column errors on '*' and
drh
2023-06-13
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Restore the LEFT JOIN strength reduction that was partially lost in
drh
2023-06-02
*
As evidenced by [forum:/forumpost/f3f546025a|forum post f3f546025a], the
drh
2023-05-15
*
Rename sqlite3IsTableConstraint() to sqlite3IsSingleTableConstraint() and
drh
2023-05-10
*
Do not overflow the Index.aSample[] array if the same index appears in
drh
2023-05-03
*
The gcc definition of the SQLITE_INLINE macro is not compatible with
drh
2023-05-01
*
Accept the full ECMAScript 5.1 IdentifyName syntax for keys in objects.
drh
2023-04-30
*
New assert() statements to validate the parameters to
drh
2023-04-10
*
Tweaks to the new insertCellFast().
drh
2023-04-07
*
Clone insertCell() into insertCellFast() for use by sqlite3BtreeInsert() for
drh
2023-04-07
*
Add the SQLITE_VTAB_USES_ALL_SCHEMAS option to sqlite3_vtab_config(). Update
drh
2023-04-03
*
Fix harmless compiler warnings.
drh
2023-04-01
*
Fix multiple problems with RETURNING on a DML statement against a view,
drh
2023-03-28
*
Improvements to register allocation, especially in the ANALYZE command.
drh
2023-03-26
*
Fix assert() statements that would (incorrectly) fire if an IF NOT EXISTS
drh
2023-03-17
*
Disallow the one-pass optimization for DELETE if the WHERE clause contains
drh
2023-03-15
*
Do not use an expression index on a generated column if generated column
drh
2023-03-03
*
Change the name of SQLITE_DBCONFIG_STMT_SCANSTATS to SQLITE_DBCONFIG_STMT_SCA...
dan
2023-02-28
*
Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enab...
dan
2023-02-28
*
Allow the sqlite3_config() interface to be invoked at any time for a few
drh
2023-02-23
*
Provide an optimization-disable mask for this optimization. Do not do the
drh
2023-02-16
*
Back out the 'txn' enhancement to date/time functions. The duration of a
drh
2023-02-08
*
Always use 64-bit integers for stats associated with STAT1 and STAT4.
drh
2023-02-08
*
Simplify the code and add test cases.
drh
2023-02-07
*
Add support for the 'txn' argument to date/time functions that works like
drh
2023-02-07
*
Fix sqlite3_prepare() so that it only invokes the progress handler on every
drh
2023-01-12
*
Attempt to provide a mechanism to do early termination of long-running
drh
2023-01-12
*
Fix JSON functions so that they work correctly under PRAGMA trusted_schema.
drh
2023-01-09
*
Remove the unused "sqlite3StackAllocZero()" macro.
drh
2023-01-04
*
Avoid an unnecessary call to strlen() in the sqlite3VdbeMemStringify() routine,
drh
2023-01-03
*
Fix lots of harmless, nuisance compiler warnings, mostly unused parameter
drh
2022-12-23
*
Squelch a new (and, in this case, harmless) compiler warning.
stephan
2022-12-23
*
More efficient implementation of large precisions on the "%c" format for
drh
2022-12-21
*
Do not use indexed expressions to replace the expression being indexed on a
drh
2022-12-20
*
Create a new affinity called FLEXNUM that works like NUMERIC except that it
drh
2022-12-15
*
Merge all the latest trunk enhancements into the coroutines-exp2 enhancement
drh
2022-12-14
|
\
|
*
If the SELECT that implements a subquery or a VIEW or a CREATE TABLE AS is
drh
2022-12-14
|
*
Back out the part of the change in [88a05141c28e5ff1] that adds affinity to
drh
2022-12-14
[next]