| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
But the actual number of columns in the implementation might need to be
twice as much to account for the primary key at the end. Ensure that the
code is able to deal with this. This is a correction to
check-in [d7729dbbf231d57c].
FossilOrigin-Name: 5822feec43be9352fd87bf9968c39c0218e01ab5fe3ba50431ae21cba79e6c89
|
|
|
|
|
|
| |
to use more than SQLITE_LIMIT_COLUMN columns and raise an error.
Also include some unrelated compiler warning fixes.
FossilOrigin-Name: d7729dbbf231d57cbcaaa5004d0a9c4957f112dd6520052995b232aa521c0ca3
|
|
|
|
|
| |
capability to increase it further up to 32767 using a compile-time option.
FossilOrigin-Name: e8d7d68ba0bb0bc2f948db5d9966990a5d23597fc3658b7cd0bc99d53c7353a9
|
|
|
|
|
|
| |
simple things like converting strings into integers. See also
[8fd5b8ec4ab9b555].
FossilOrigin-Name: 6aa01707af4bd96f0f173f9e87f2398be7e6f246f59baa117092849a626b2d61
|
|
|
| |
FossilOrigin-Name: e3acb8a43ad544fd5b5341058276bd3b61b6bdb6b719790476a90e0de4320f90
|
|
|
|
|
| |
4294967294.
FossilOrigin-Name: ffb35f1784a4305b979a850485f57f56938104a3a03f4a7aececde92864c4879
|
|
|
| |
FossilOrigin-Name: 26c1bb4bd9e9f56613c3aa87407a7f562fd4ebde5bfd6dece02078001d9a45f8
|
|
|
|
|
| |
processing SQL containing syntax errors.
FossilOrigin-Name: 5f58dd3a19605b6f49b4364fa29892502eff35f12a7693a8694100e1844711ea
|
|
|
|
|
| |
SQL statement to 32766 (from 999).
FossilOrigin-Name: 2def75693a8ae002375aff80db0e6c970c75f75e8b6ba64f2c518712badb0ae8
|
|
|
|
|
| |
day might come.
FossilOrigin-Name: ef5914617088cbf89bfae88f63ea959a07f02dff387ddc2b43948ad99c6a97b8
|
|
|
| |
FossilOrigin-Name: 412984642af40578ec611d8c0b7c0508cb5cf9c9
|
|
|
|
|
| |
independent of page_size).
FossilOrigin-Name: 2682e8e413fadbca0673f242769af17bfd291559
|
|
|
|
|
|
| |
Except, when building the testfixture, preserve the legacy page size.
Also fix a comment on SQLITE_MAX_ATTACHED.
FossilOrigin-Name: 2e8a9ca9d3d6efddc31f01074d14acae56568c37
|
|
|
|
|
| |
marks related to cache_size changing.
FossilOrigin-Name: 766ad65025a9d5815300978e6e349f5af5db6012
|
|
|
|
|
| |
to code.
FossilOrigin-Name: 8c2b29d9acb92d47f4deec21a7c2dca52db63345
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of "mmap_limit". Also change SQLITE_CONFIG_MMAP_LIMIT and
SQLITE_FCNTL_MMAP_LIMIT to SQLITE_CONFIG_MMAP_SIZE and
SQLITE_FCNTL_MMAP_SIZE, respecctively.
The default mmap_size is now always 0, meaning that
memory mapped I/O is off by default. There is a new compile-time option
SQLITE_MAX_MMAP_SIZE that determines a hard upper bound on the mmap_size.
Setting SQLITE_MAX_MMAP_SIZE to zero disables the memory-mapped I/O logic
and causes it to be omitted from the build. An extra argument is added
to SQLITE_CONFIG_MMAP_SIZE that can optionally lower the SQLITE_MAX_MMAP_SIZE
at start-time. The SQLITE_MAX_MMAP_SIZE is zero for platforms where we
know that it does not work, meaning that it cannot be turned on by mistake
on those platforms.
FossilOrigin-Name: ea1404a10abd7f68e1f8e0708c8a3199d1f79665
|
|
|
|
|
|
| |
defined. Automatically define this macro for OpenBSD and QNX. Other
systems are likely to be added to the disabled list over time.
FossilOrigin-Name: 8a4314a398c6c6efb25e6993c826b7e60d9bb1f9
|
|
|
| |
FossilOrigin-Name: ac1432b3a8e968be4cbc138b4a35f34187c0c36f
|
|
|
|
|
|
|
| |
existing limit if called with no arguments. Report the default mmap_limit
as part of PRAGMA compile_options. Set the default mmmap_limit to 0 for
all systems other than linux, mac, windows, and solaris.
FossilOrigin-Name: 2d9f1327fe79e40435ce1e2594d7cd9a5aea0ef2
|
|
|
| |
FossilOrigin-Name: d36ce0bbad58445c983597ee93438fe07b659cdc
|
|
|
|
|
| |
where we know it works.
FossilOrigin-Name: d96272f031102514b02bd839aac9e37618872200
|
|
|
|
|
|
|
| |
used to issue a hint to the VFS to limit mmap space to N bytes. The VFS
is free to ignore that hint if desired. However, if "PRAGMA mmap_limit(0)"
is used, xFetch is never called.
FossilOrigin-Name: 1b37c4effdd03aa2ea938a71b4f22ed27391689b
|
|
|
| |
FossilOrigin-Name: b7296fd380319bcae26b1ac13f23e57a4852881b
|
|
|
|
|
| |
to 65536). Fix some other problems in test files.
FossilOrigin-Name: 56cc883d3af5574c9dafecef8aa96d1d05c01b83
|
|
|
| |
FossilOrigin-Name: 45362437d491fbe0f033a67b398f8ba68cbf1b3b
|
|
|
|
|
| |
"PRAGMA wal_checkpoint".
FossilOrigin-Name: 714e5947264571386f966aa8fcdd5607b5832238
|
|
|
| |
FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
|
|
|
|
|
|
| |
This check-in should be identical to [bd443f39a9] except that it should
be on the trunk.
FossilOrigin-Name: 38eaf1ab6e05161e6dc7cd69e942aeca16548c45
|
|
|
| |
FossilOrigin-Name: 8382867956caf20f62c46c15b456c1c16d0824fd
|
|
|
| |
FossilOrigin-Name: 913fb70ea85f05d94db5cf2e692a7c8b7489e3ba
|
|
|
| |
FossilOrigin-Name: d7dc8b433691745b3842282569f1573d1e057963
|
|
|
| |
FossilOrigin-Name: 855c4093cf331496d9ef508011ad814e91e3882f
|
|
|
|
|
| |
Ticket #3567. (CVS 6134)
FossilOrigin-Name: 1fe79ffd772900bdca85ec6cf072677be53cd5ff
|
|
|
|
|
| |
SQLITE_MAX_ATTACHED #define. Ticket #3016. (CVS 4920)
FossilOrigin-Name: d016d0784097e6657de26ccc6bece34913093fb0
|
|
|
|
|
|
| |
The sqllimits1.test script crashes. SQLITE_LIMIT_PAGE_COUNT and
SQLITE_LIMIT_VDBE_OP are currently ignored. (CVS 4897)
FossilOrigin-Name: 60c77882b2de9f6a45f8bd87c9c6a0cc613f8373
|
|
|
|
|
|
| |
Once again build the sqlite3 CLI from individual source files so that
it can be built on systems that lack tclsh. Tickets #2845 and #2846. (CVS 4636)
FossilOrigin-Name: 07aeca3b9c51e538ba7939950a970f62e51bd3ea
|
|
|
|
|
|
| |
as appropriate, in case the comments are ever again read by a pedantic
grammarian. Ticket #2840. (CVS 4629)
FossilOrigin-Name: 4e91a267febda572e7239f0f1cc66b3102558c36
|
|
|
| |
FossilOrigin-Name: 9335c940504f5979066b70ec445b57acfb251713
|
|
|
| |
FossilOrigin-Name: 9c2731f143d52f8bf27f309612c38a1be22e3019
|
|
|
|
|
| |
IOCAP flags. (CVS 4286)
FossilOrigin-Name: 13dda2e8e879835c21e539ba3ff8f96face1af4c
|
|
Ticket #2428. (CVS 4091)
FossilOrigin-Name: 64bcc41f12e902fd025c9ba36c09dd6e4cf25923
|