index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix a harmless problem in the CLI in which SQL errors that occur during
drh
2025-04-30
*
Fix an issue in Bloom filters on RHS subsqueries to IN operators.
drh
2025-04-30
*
Fix an off-by-one error in an assert(), discovered by oss-fuzz. This is a
drh
2025-04-25
*
Remove an extra conditional that was inserted earlier today and which
drh
2025-04-21
*
Further improvements to the decision of whether or not a BLOB input
drh
2025-04-21
*
Do a better job of providing bug compatibility with SQLite 3.44.0. See
drh
2025-04-21
*
When logging errors using sqlite3_log() and the error text includes the
drh
2025-04-17
*
Increase the size of the output buffer for sqlite3_log().
drh
2025-04-17
*
Attempt to provide EBCDIC translations to the tables in the JSON
drh
2025-04-16
*
Correctly handle the case of a multi-column UNIQUE constraint that contains
drh
2025-04-15
*
Fix a minor typo in a code comment.
drh
2025-04-15
*
Improved estimate on the number of output rows in a recursive common table ex...
drh
2025-04-14
*
Fix an obscure problem allowing the propagate-constants optimization to impro...
dan
2025-04-10
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Remove an incorrect ALWAYS() macro. [forum:/forumpost/23875495059357a2|Forum...
drh
2025-04-08
*
Fix a harmless code typo introduced by [b57e3c3db00a6bc6] and reported by
drh
2025-04-06
*
The win32lock and win32longpath tests don't work on Cygwin
jan.nijtmans
2025-04-04
*
Fix a typo accidently added to the prior check-in.
drh
2025-04-01
*
This is an experimental optimization that attempts to keep a JSONB value
drh
2025-04-01
*
Fix a harmless typo in a code comment.
drh
2025-03-31
*
Minor shell-internal doc addition. No functional changes.
stephan
2025-03-29
*
CLI shell: make (.output off) an alias for (.output /dev/null) or (.output nu...
stephan
2025-03-28
*
-
.
Merge cygwin and tclsqlite fixes into trunk.
drh
2025-03-27
|
\
\
|
|
*
Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encodin...
jan.nijtmans
2025-03-27
|
|
/
|
/
|
|
*
Merge trunk. Some additional test-fixes for Cygwin
jan.nijtmans
2025-03-27
|
|
\
|
|
/
|
/
|
|
*
Merge trunk into cygwin-fixes branch. Add .fossil-settings/binary-glob to squ...
stephan
2025-03-26
|
|
\
|
*
\
Merge trunk into the cygwin-fixes branch.
stephan
2025-03-19
|
|
\
\
|
*
|
|
Document that sqlite_update_hook() can unset the current hook by passing a NU...
stephan
2025-03-12
|
*
|
|
Merge trunk into the cygwin-fixes branch.
stephan
2025-03-10
|
|
\
\
\
|
*
|
|
|
Patch an unnecessary size_t-to-int conversion which warns on some compilers.
stephan
2025-03-10
|
*
|
|
|
Reimplement pathname conversion on Cygwin. MSC test passes/failures are on pa...
stephan
2025-03-10
|
*
|
|
|
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...
stephan
2025-03-08
|
*
|
|
|
os_win.c patches for Cygwin (described in the cygwin-fixes branch wiki page)....
stephan
2025-03-07
|
*
|
|
|
Merge trunk into the cygwin-fixes branch (which was inadvertently branched to...
stephan
2025-03-06
|
|
\
\
\
\
|
*
|
|
|
|
Cygwin-centric fixes from Jan Nijtmans.
stephan
2025-03-06
*
|
|
|
|
|
Fix an off-by-one bug in the ".dbtotxt" command from the shell that results
drh
2025-03-27
*
|
|
|
|
|
On winOpen(), redo the read-only test on every retry attempt. Just
drh
2025-03-26
*
|
|
|
|
|
Further attempted improvements at fast-fail for an inaccessible
drh
2025-03-26
*
|
|
|
|
|
Attempt to reduce the amount of retry time when trying to open
drh
2025-03-26
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Clarify and reduce redundancy in an assert() in walChecksumBytes().
drh
2025-03-24
*
|
|
|
|
Teach the CLI that VT100-escape codes that do things like change font
drh
2025-03-21
*
|
|
|
|
Fix a problem in the sqlite_dbpage() table-valued function when it is
drh
2025-03-20
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix a problem that could occur when the RHS of an IN operator was a compound ...
dan
2025-03-18
*
|
|
|
Fix alignment problems on Linux with -m32 and on Mac PPC.
drh
2025-03-15
*
|
|
|
Use flexible arrays for RTREE.
drh
2025-03-14
*
|
|
|
KeyInfo is now an indeterminate size, so we cannot declare a variable of that
drh
2025-03-14
*
|
|
|
Make use of the flexible-array feature of C99, when available, to try to
drh
2025-03-14
*
|
|
|
Fix an internal doc typo reported in [forum:e25e581f917|forum post e25e581f917].
stephan
2025-03-14
*
|
|
|
Cherrypick the [2b582c0097e33] doc addition, which was initially committed to...
stephan
2025-03-14
*
|
|
|
The --echo flag on the CLI also echos dot-commands provided on the command-line.
drh
2025-03-12
[next]