drh
|
f2d422c528
Fix the sort4.test module so that the first two test cases are omitted
|
il y a 6 jours |
stephan
|
166f4eb5cf
configure script: only set the SQLITE_TEMP_STORE feature flag if --with-tempstore is explicitly set, to avoid colliding with that flag being set by other means via the test fixture scripts.
|
il y a 6 jours |
drh
|
019de3d553
Fix the Microsoft makefile so that it does not set SQLITE_TEMP_STORE
|
il y a 6 jours |
drh
|
543ee479eb
Enhance lemon so that it accepts the -U command-line option that undefines
|
il y a 6 jours |
drh
|
2dcd4fad6b
Fix additional integer overflow problems in the substr() function.
|
il y a 6 jours |
drh
|
b097ef29d1
Fix possible integer oveflow in the second and third argument to substr().
|
il y a 1 semaine |
drh
|
47bc07d425
Avoid 32-bit roundoff error on the second argument to round().
|
il y a 1 semaine |
stephan
|
0c34eab477
Rename some var refs in ext/lsm1/Makefile for the new build process.
|
il y a 1 semaine |
drh
|
2fb488d10a
Do not attempt to truncate a database in sqlite_dbpage if the database is
|
il y a 1 semaine |
drh
|
32dd04b41e
Code formatting changes to make trunk more like wal2.
|
il y a 1 semaine |
drh
|
bd1a5932d9
Changes for better alignment with the wal2 branch.
|
il y a 1 semaine |
drh
|
276172e4a3
Remove unnecessary end-of-line whitespace.
|
il y a 1 semaine |
stephan
|
bba1953426
Tiny makefile/configure script doc tweaks. No functional changes.
|
il y a 1 semaine |
drh
|
9ee02515c4
Fix a harmless compiler warning that comes up when using SQLITE_DEBUG in
|
il y a 1 semaine |
drh
|
35d302ccb1
Increase the maximum number of arguments on an SQL function to 1000 with the
|
il y a 1 semaine |
drh
|
6e53f67c63
Fix harmless typo in a comment describing the columnMallocFailure() function.
|
il y a 2 semaines |
drh
|
e57527c14f
Make the TCL interface more rebust against very large strings coming
|
il y a 2 semaines |
drh
|
e85e33d39c
Enhance the ".import" command of the CLI so that it is able to insert into a
|
il y a 2 semaines |
drh
|
c29bc733be
Add NEVER() around branches that seems to have been made obsolete by
|
il y a 2 semaines |
drh
|
54f96dc50e
Further improvements to the decimal-to-float conversion for values close
|
il y a 2 semaines |
dan
|
94ad4abc65
Fix an obscure problem with multiple outer joins, ON clauses and query flattening. Forum [forum:5c8a069d23|thread 5c8a069d23].
|
il y a 2 semaines |
dan
|
4f5ae3fc4e
Fix an obscure problem with multiple outer joins, ON clauses and query flattening. Forum [forum:5c8a069d23|thread 5c8a069d23].
|
il y a 2 semaines |
drh
|
a42db7ff40
Add a note in Makefile.msc about EXTRA_SRC files possibly requiring manual editing.
|
il y a 2 semaines |
drh
|
fd360c3943
Resynchronize autoconf/Makefile.msc
|
il y a 2 semaines |
stephan
|
29d1d91502
Add a note in Makefile.msc about EXTRA_SRC files possibly requiring manual editing, as discussed in [forum:903f721f3e7c0d25|forum thread 903f721f3e7c0d25].
|
il y a 2 semaines |
drh
|
9f53d0c817
Yet another iteration of the solution to the floating-point conversion
|
il y a 2 semaines |
drh
|
8703642803
A cleaner and more robust solution to the floating-point conversion problem
|
il y a 2 semaines |
drh
|
92d252e06d
Fix more harmless compiler warnings.
|
il y a 2 semaines |
drh
|
4597870108
Fix harmless compiler warning caused by the previous check-in.
|
il y a 2 semaines |
drh
|
1a4b2117f1
On x64 hardware, round-trip uint64_t→double→uint64_t conversions
|
il y a 2 semaines |