| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| | |
into the sessions branch.
FossilOrigin-Name: df817e70afc3f41e680d8f84dfa5772d5b3ae4d9
|
| |
| |
| |
| |
| | |
derived from comments in sqlite.h.in. No changes to code.
FossilOrigin-Name: bcc72d413e8db5fe8b32147ac22d406e2cd6bb60
|
| |
| |
| |
| |
| | |
database to be an in-memory database. This enables named in-memory databases.
FossilOrigin-Name: 651520fa84ee0c488bef660bab9865500309d5e9
|
| |\
| | |
| | | |
FossilOrigin-Name: e72179f3a43e4df36b7c2955eaacce6c804272c6
|
| | |
| | |
| | |
| | |
| | | |
empty string, as it always has. This simplifies the changes.
FossilOrigin-Name: 595dfdbffefb2598cba89980f885289d1c5f5833
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
URI filename. This minimizes the risk of breakages in legacy applications
that have shared-cache enabled but also use :memory: databases which they
expect to keep separate.
FossilOrigin-Name: e3ad61e0308a8442c2bdb7cdb3465576cd39ed4a
|
| | |
| | |
| | |
| | |
| | | |
database connections can share the same in-memory database.
FossilOrigin-Name: 4590e433f2a595bb80fb061024b0a3d2ca25b7b2
|
| |/
| |
| |
| |
| | |
tokenizer.
FossilOrigin-Name: e71495a817b479bc23c5403d99255e3f098eb054
|
|\|
| |
| | |
FossilOrigin-Name: d07b7b67d1b3bf65cfe8d96d45a7f1d387bea7ce
|
| |
| |
| | |
FossilOrigin-Name: bdc01fd0fa0c15efbb32bf18527c71e3e4dc48ed
|
| |
| |
| |
| |
| | |
[c2ad16f997ee9c8e].
FossilOrigin-Name: f3dd1fafd4718558de1f06139419a8c560d727f5
|
| |
| |
| |
| |
| |
| | |
bits in a single u8 as its booleans. This change might become a basis for
a fix for [c2ad16f997ee9c].
FossilOrigin-Name: 722260969306778029b738402f22e3c154dd77a1
|
| |
| |
| | |
FossilOrigin-Name: 3869aef6348018f584137f36f6924193a790e52f
|
| |
| |
| |
| |
| | |
a use before definition.
FossilOrigin-Name: fda1ea0bee0fe283e0ed5710058fdfc403519bac
|
| |
| |
| | |
FossilOrigin-Name: 18555128f59b59d8c67446cd778ece9a181b30a5
|
| |
| |
| |
| |
| |
| | |
rather than alphabetical order, so that nested views will appear in the
correct order. Fix for ticket [cfe84e86839e59e8].
FossilOrigin-Name: e092ff69e25363f97495adc622f4250041ca9708
|
| |
| |
| |
| |
| | |
lookaside memory.
FossilOrigin-Name: 736d6ea677f58e4aa2914fa79a3156b775c5a3f5
|
| |
| |
| |
| |
| |
| | |
the sqlite3_prepare() family of functions is always NULL if the routines
return other than SQLITE_OK.
FossilOrigin-Name: 0bb1cfc63f982db7b29c8e6be6698a6dad100f70
|
|\|
| |
| | |
FossilOrigin-Name: be71d2f6678c5dd8a165a67ef6d3f64678227260
|
| |
| |
| |
| |
| | |
to code.
FossilOrigin-Name: af525b5d25b5dee20528acc8321b8c6ca9aa98ae
|
| |
| |
| |
| |
| |
| | |
can still be parsed, even if they are technically not allowed by the
syntax diagram.
FossilOrigin-Name: e536ac041815b118c461ceee798f9b7283269f58
|
|\|
| |
| | |
FossilOrigin-Name: 3f4848a871a4229ff6951eefaf7673de46d2c43f
|
| |
| |
| | |
FossilOrigin-Name: e68a3527decb434e8d0ac6b23a3cedba5992cedd
|
| |
| |
| | |
FossilOrigin-Name: 2b074085911d066a4411e46ce8e26a9d08cc0ce3
|
| |
| |
| | |
FossilOrigin-Name: 2b77301b9613c7caa02147095d728fd5b65dd120
|
|\|
| |
| |
| |
| | |
constraint parser fixes for legacy schemas, all from trunk.
FossilOrigin-Name: 323570b8bd52c7e1b0c8c7a0e4f57f6fdebead11
|
| |
| |
| | |
FossilOrigin-Name: 38bf90af1ede6ee64ef7be66392e895e60c9126e
|
| |
| |
| |
| |
| |
| |
| | |
valid according to the syntax diagram) continue to be accepted, so that
older databases that happen to use those constructs are still readable.
This fixes an issue introduced by check-in [1b75f301affac6]
FossilOrigin-Name: a1c014d8a87c8940b3a037d8d8cc4d5678809802
|
| |
| |
| | |
FossilOrigin-Name: b08530e1a02cba03afefd65dc101e074e8847c07
|
| |
| |
| |
| |
| | |
opened is really a directory.
FossilOrigin-Name: 03875633f465e82fbe99829f96db25f6d32bd333
|
|\|
| |
| | |
FossilOrigin-Name: 0f347fbfc7d8821f56f1ae0d1a9472a375631e65
|
| |
| |
| | |
FossilOrigin-Name: 1e51bffe777587cd05bd7db5e02d6291c3eb8c1a
|
| |
| |
| |
| |
| |
| | |
match terms of the order by against expressions in the result set, in order
to enable better query optimization.
FossilOrigin-Name: a49e909c8738317c8383ce93771c0a9c4cf270bc
|
| |
| |
| |
| |
| | |
this has been added to TH3.
FossilOrigin-Name: 696a5a40bb28c4a54c9951f877b67015dc00bf55
|
| |
| |
| |
| |
| | |
command-line shell.
FossilOrigin-Name: 282f2a74c23aa3fca6087bdeaf5d961b4f5bbe47
|
| |
| |
| |
| |
| |
| | |
attached databases, and to avoid using the deprecated sqlite3_get_table()
function.
FossilOrigin-Name: ce2d06e2533763a8008e7a405630293d8f9a3108
|
| |
| |
| |
| |
| | |
an extra \n to move the cursor to the next line before exiting.
FossilOrigin-Name: feff1ef0b8f7b51ae80a9d34380b46a5103bf6cd
|
| |
| |
| |
| |
| | |
result-set is collectively subject to a UNIQUE constraint and it can be guaranteed that all columns of the subset are NOT NULL (either due to NOT NULL constraints WHERE clause terms). Fix for [385a5b56b9].
FossilOrigin-Name: 7b8548b1872cc1225355ba8311e93dd08d6526e2
|
| |
| |
| |
| |
| | |
used to optimize an ORDER BY clause, do not assume that all index entries are distinct unless there is some reason to believe that the index contains no NULL values.
FossilOrigin-Name: 9870e4c4fef10112c987c40cb1b95255a7214202
|
|\|
| |
| | |
FossilOrigin-Name: 2b7a91e61794ce9ffe210bad584454e52c79924e
|
| |
| |
| |
| |
| | |
tclsqlite.c and in the FTS4 module.
FossilOrigin-Name: 3281972eaa46cb57fd9f0387063f47430dc0a3b4
|
| |
| |
| |
| |
| | |
case associated with the FTS4 merge feature.
FossilOrigin-Name: de3f7187eb2ff24683a1854ae523e7d30c290893
|
| |
| |
| |
| |
| | |
query analyzer.
FossilOrigin-Name: 2d43562084316ec180a4c2cfc3fee08d58432204
|
|\|
| |
| | |
FossilOrigin-Name: 87a0eab5d98fff93aa2147c04c4af27be42fb365
|
| |
| |
| | |
FossilOrigin-Name: 430bb59d798286a86c351de92c429345f016b3f0
|
| |
| |
| |
| |
| |
| | |
command-line shell, to call a no-op routine on which it is convenient to
set a symbolic debugger breakpoint.
FossilOrigin-Name: 8e2363ad76446e863d03ead91fd621e59d5cb495
|
| |
| |
| |
| |
| | |
".dump" even after encountering database corruption.
FossilOrigin-Name: 020b5e90f950a42299074ff770612b9e68850d95
|
| |
| |
| |
| |
| |
| | |
O_CLOEXEC at open (preferred) or FD_CLOEXEC in an ioctl after opening. Before
this changes, many files were done this way, but not all.
FossilOrigin-Name: 9efbeb11ae0d480a13ff1353820c12f3a8bff452
|
| |
| |
| |
| |
| | |
code.
FossilOrigin-Name: e87371c5081ce28431a4c7ceaa81ff966a378c66
|
| |
| |
| |
| |
| | |
the query flattener really is effective.
FossilOrigin-Name: a134e6e739cbb27701b092b33033244feb164cdf
|