]>
git.ipfire.org Git - thirdparty/sqlite.git/log
danielk1977 [Fri, 25 Jun 2004 11:11:54 +0000 (11:11 +0000)]
Add a checksum to the master journal name stored at the end of a journal
file. (CVS 1692)
FossilOrigin-Name:
4905e74925a4e9d467c51dc174f265b9395ae9fa
danielk1977 [Fri, 25 Jun 2004 10:26:12 +0000 (10:26 +0000)]
Remove crash.test from memleak.test. (CVS 1691)
FossilOrigin-Name:
2a9cea61f90be4881b01f8a7c1ca4dab77706d2f
danielk1977 [Fri, 25 Jun 2004 10:25:10 +0000 (10:25 +0000)]
Remove duplicate sqlite3_changes() declaration. Ticket #779. (CVS 1690)
FossilOrigin-Name:
0322c83776f0c17286e9accb3ed3c72b5be6cdab
danielk1977 [Fri, 25 Jun 2004 08:32:25 +0000 (08:32 +0000)]
A few more comment changes. No code alterations. (CVS 1689)
FossilOrigin-Name:
b68b4a4262c2ab60f9a7cc0c206b9db207f86933
danielk1977 [Fri, 25 Jun 2004 07:21:28 +0000 (07:21 +0000)]
Add a comment on the implementation of sqlite3OsLock(). No code changes. (CVS 1688)
FossilOrigin-Name:
084f3fffbdeb1e2b375817ae1111b867c9d32559
danielk1977 [Fri, 25 Jun 2004 06:23:22 +0000 (06:23 +0000)]
Activate test cases for new journal format. (CVS 1687)
FossilOrigin-Name:
197d00d6a6a440848a0b4710157272558868221c
danielk1977 [Fri, 25 Jun 2004 02:38:54 +0000 (02:38 +0000)]
Modifications to the journal format to make it more robust. (CVS 1686)
FossilOrigin-Name:
504246a18daca794473b17a7874096f1ec8648ee
drh [Fri, 25 Jun 2004 01:10:48 +0000 (01:10 +0000)]
Fix signed integer problems in vxprintf. Ticket #778. Also remove some
dead code from util.c. (CVS 1685)
FossilOrigin-Name:
200cd3baf60e6cfad9fa3971834367821456ae30
dougcurrie [Thu, 24 Jun 2004 15:09:45 +0000 (15:09 +0000)]
add all sqlite3_ functions in capi reference to dll exports (CVS 1684)
FossilOrigin-Name:
b6ca51e47a6f6551058d529662abe113399b38e9
dougcurrie [Thu, 24 Jun 2004 14:43:56 +0000 (14:43 +0000)]
add sqlite3_exec to dll exports (CVS 1683)
FossilOrigin-Name:
6c6a84b5641f676d2bd1791863c1be849fbfbee4
dougcurrie [Thu, 24 Jun 2004 14:17:44 +0000 (14:17 +0000)]
make doc directory earlier in build; see (1667) (CVS 1682)
FossilOrigin-Name:
68c90d16b482a388e73ac1e7535bd0183d6a3c1a
danielk1977 [Thu, 24 Jun 2004 01:30:44 +0000 (01:30 +0000)]
Minor fix for 'make doc'. (CVS 1681)
FossilOrigin-Name:
31fe5cbd870916b2445dec83cdd8e031ef43c177
danielk1977 [Thu, 24 Jun 2004 00:20:04 +0000 (00:20 +0000)]
Apply (1679) to version 3. Ticket #777. (CVS 1680)
FossilOrigin-Name:
0a26b9158095f0995fce2f0ccdfb383ab26c76a5
danielk1977 [Wed, 23 Jun 2004 13:46:32 +0000 (13:46 +0000)]
Improve test coverage of utf.c. (CVS 1678)
FossilOrigin-Name:
53c553c760a84e213c2277588bcc292892c2b0ce
danielk1977 [Wed, 23 Jun 2004 12:35:14 +0000 (12:35 +0000)]
Fix a bug in the previous checkin. (CVS 1677)
FossilOrigin-Name:
f31c84a64f53cf2e75a5e988fbb6ad82537f2403
danielk1977 [Wed, 23 Jun 2004 12:15:55 +0000 (12:15 +0000)]
Add some tests for user functions that prefer various text encodings. (CVS 1676)
FossilOrigin-Name:
db6bab574869fde49a147d4e19dd73005f247092
danielk1977 [Wed, 23 Jun 2004 10:43:10 +0000 (10:43 +0000)]
Test cases to verify recovery after a crash. (CVS 1675)
FossilOrigin-Name:
41868d79ac5b3c496c4d87ca6b4ee7c17ef38965
danielk1977 [Wed, 23 Jun 2004 01:05:26 +0000 (01:05 +0000)]
Handle corrupt journal file headers correctly. (CVS 1674)
FossilOrigin-Name:
46107da7eddbdda8b582e2ece2dc41222a70330a
danielk1977 [Wed, 23 Jun 2004 00:23:49 +0000 (00:23 +0000)]
Add a comment to the output buffer allocation in sqlite3VdbeMemTranslate() (CVS 1673)
FossilOrigin-Name:
e2f7f182987fbfe8611ead8bd1f12b2e8b47f6dc
drh [Tue, 22 Jun 2004 22:54:22 +0000 (22:54 +0000)]
Fix another uninitialized Mem.xDel problem. (CVS 1672)
FossilOrigin-Name:
cb4e242e83ba111c5da1f9662fda5a890051e7b0
drh [Tue, 22 Jun 2004 22:04:46 +0000 (22:04 +0000)]
Be careful to initialize the Mem.xDel field to zero for static Mems. (CVS 1671)
FossilOrigin-Name:
e17ea666b1eb1df12a1d4d78bda2e025e2aa30bd
drh [Tue, 22 Jun 2004 17:59:55 +0000 (17:59 +0000)]
Make sure the result of a user-defined function uses the text encoding of
the database. (CVS 1670)
FossilOrigin-Name:
d333ac8002feff9423e286369e5ae5a6bfe3be50
drh [Tue, 22 Jun 2004 14:59:40 +0000 (14:59 +0000)]
Version 3.0.1 ALPHA (CVS 1669)
FossilOrigin-Name:
ac6683e380f6199a980d587b2933c3cb0a4024f2
drh [Tue, 22 Jun 2004 14:57:53 +0000 (14:57 +0000)]
Fix typos in web documentation. Tickets #770 and #771. (CVS 1668)
FossilOrigin-Name:
04673066ff6a7c127559ba448fe50a4d95a26347
drh [Tue, 22 Jun 2004 14:52:26 +0000 (14:52 +0000)]
The download.tcl script used to generate download.html must run out of
the doc subdirectory of the build. (CVS 1667)
FossilOrigin-Name:
80c7b13ff39c88474587b1899505bac83a0b8812
drh [Tue, 22 Jun 2004 14:47:01 +0000 (14:47 +0000)]
Update the changes.html webpage for version 3.0.1. (CVS 1666)
FossilOrigin-Name:
d5d28e9822ba9177acfd72ebd87c293a4fac4784
drh [Tue, 22 Jun 2004 14:41:35 +0000 (14:41 +0000)]
Rename sqlite.dll to sqlite3.dll. (CVS 1665)
FossilOrigin-Name:
a82cb4d30a1191322e61faedc9c48472d0686c98
drh [Tue, 22 Jun 2004 14:41:00 +0000 (14:41 +0000)]
Prepare for another ALPHA release. Version number 3.0.1. (CVS 1664)
FossilOrigin-Name:
6dd7b02537c20af2074ada70c3fd4294dd46742d
drh [Tue, 22 Jun 2004 14:40:11 +0000 (14:40 +0000)]
Do not apply unary '-' to an unsigned "sizeof" result. (CVS 1663)
FossilOrigin-Name:
129c5d5e3af4a7eeeebf5e4cbe9f0da5c123a68b
danielk1977 [Tue, 22 Jun 2004 13:23:47 +0000 (13:23 +0000)]
Fix error introduced during merge of main.mk. (CVS 1662)
FossilOrigin-Name:
eef6da38d5b1d84e8a1eb9fe88f0f568717ea323
drh [Tue, 22 Jun 2004 13:22:40 +0000 (13:22 +0000)]
Fix some segfaults that could have occurred after a malloc() failure. (CVS 1661)
FossilOrigin-Name:
80151e728101c3cd5a8cf36cca2bfa661b21c746
danielk1977 [Tue, 22 Jun 2004 13:12:51 +0000 (13:12 +0000)]
Add crash.test script. (CVS 1660)
FossilOrigin-Name:
64a6d805178af8947ccca19898c06979c226d92b
drh [Tue, 22 Jun 2004 12:46:53 +0000 (12:46 +0000)]
Add comments to test1.c. (CVS 1659)
FossilOrigin-Name:
be6bd6c99dde902aafd02d8a72f3d42826caabe8
drh [Tue, 22 Jun 2004 12:30:19 +0000 (12:30 +0000)]
Add os_tst.c to the TESTSRC macro in main.mk. (CVS 1658)
FossilOrigin-Name:
d0def160e5cf37cde771c2d9b18904a2a1f8c358
danielk1977 [Tue, 22 Jun 2004 12:18:32 +0000 (12:18 +0000)]
Improve the os_test.c module. (CVS 1657)
FossilOrigin-Name:
ecdb93d3c92e34f7d85aa2fd703880669397b216
drh [Tue, 22 Jun 2004 12:13:55 +0000 (12:13 +0000)]
Patch around compilers that do not support "long long int". (CVS 1656)
FossilOrigin-Name:
d98b1502e2947d24ab9f4a5d2e5b9a95dde92faf
danielk1977 [Tue, 22 Jun 2004 11:29:02 +0000 (11:29 +0000)]
Add os_test.c. Not activated yet. (CVS 1655)
FossilOrigin-Name:
d16b863849d1aa887fe403e25153b1e9df6b837e
dougcurrie [Mon, 21 Jun 2004 21:49:57 +0000 (21:49 +0000)]
configure fixes for cygwin (line endings in configure.ac) ticket #772 (CVS 1654)
FossilOrigin-Name:
819a5973d15bf619182e47abd9b9dca2a560d8ff
dougcurrie [Mon, 21 Jun 2004 21:44:49 +0000 (21:44 +0000)]
configure fixes for cygwin (line endings in configure.ac) (CVS 1653)
FossilOrigin-Name:
eec48814f470bc90c7a3ffd8a0f0e84af52abb26
dougcurrie [Mon, 21 Jun 2004 18:57:29 +0000 (18:57 +0000)]
configure and makefile updates for v3-alpha compiler macros (CVS 1652)
FossilOrigin-Name:
99f38932d6e777392e168493ebcf5559ecc994c7
drh [Mon, 21 Jun 2004 18:14:45 +0000 (18:14 +0000)]
Fix an uninitialized variable. The variable was harmless, but pedantic
error checking in MSVC raised an exception on it. (CVS 1651)
FossilOrigin-Name:
afc398c2ca97ff165ea8242a5ffb8b6374b7fa8f
danielk1977 [Mon, 21 Jun 2004 11:30:56 +0000 (11:30 +0000)]
Remove unused OP_UtfXX opcodes. (CVS 1650)
FossilOrigin-Name:
84d6354fce8332b2fb4365ee23b9c9b7c012db9f
danielk1977 [Mon, 21 Jun 2004 10:45:06 +0000 (10:45 +0000)]
Avoid opening a temp table for aggregate queries with no GROUP BY clause. (CVS 1649)
FossilOrigin-Name:
4d02df63496091a1e643601f84313f42130d6282
danielk1977 [Mon, 21 Jun 2004 09:06:41 +0000 (09:06 +0000)]
Add the OP_Concat8 opcode, similar in concept to OP_String8. (CVS 1648)
FossilOrigin-Name:
bbd3e93348bc3a1178f5278c6cf0b82e75bbf642
danielk1977 [Mon, 21 Jun 2004 08:18:51 +0000 (08:18 +0000)]
Ensure sqlite3ErrorMsg() is used to report errors during compilation,
sqlite3Error() during execution. Also remove unused param from
sqlite3VdbeReset() and Finalize(). (CVS 1647)
FossilOrigin-Name:
7a33daef5b49b1f2d89f27e0063372fe4f1702c8
danielk1977 [Mon, 21 Jun 2004 07:36:32 +0000 (07:36 +0000)]
Update sqlite3_column_decltype() to return NULL as the declartion type for
an expression that is not a column reference. (CVS 1646)
FossilOrigin-Name:
ee9dffd986621490af7bd45c7fe070bb7da8c357
danielk1977 [Mon, 21 Jun 2004 06:50:26 +0000 (06:50 +0000)]
Update sqlite3_changes() to match the documentation and add
sqlite3_total_changes(). (CVS 1645)
FossilOrigin-Name:
ae2f4a0943854fedbbb6fab1dc3aaf972722ed95
dougcurrie [Sun, 20 Jun 2004 03:06:18 +0000 (03:06 +0000)]
fix fulltest error by restoring unset (CVS 1644)
FossilOrigin-Name:
d2ccac9d01994de09a195d71cb63d1bf9fb0d33f
drh [Sat, 19 Jun 2004 17:33:07 +0000 (17:33 +0000)]
Make sure VdbeFunc entries are initialized before trying to destroy them.
Also, unrelated comment changes in build.c. (CVS 1643)
FossilOrigin-Name:
fc3b3a8fe86980db4de402bb8e85f8f739fc3883
drh [Sat, 19 Jun 2004 16:06:10 +0000 (16:06 +0000)]
Omit the DB_Locked and DB_Cookie flags. Other minor cleanup. (CVS 1642)
FossilOrigin-Name:
01f74b420c3f24918c066172e09cebbb22568faf
drh [Sat, 19 Jun 2004 15:40:23 +0000 (15:40 +0000)]
Clear up another zero-length array. This seems to fix the segfault in
func-13.4 too. (CVS 1641)
FossilOrigin-Name:
70680a34b4b617286d92730bd3042b8b569b3371
drh [Sat, 19 Jun 2004 15:22:56 +0000 (15:22 +0000)]
Fix problems with the WatCom C compiler: Arrays must contain at least one
element. sqlite3FreeX declared properly. Don't allow run-time expression
(the SQLITE_UTF16NATIVE macro) in an array initializer. (CVS 1640)
FossilOrigin-Name:
fbfc3c95a8abf25bb9e2b44cfeb7186c5b0591d7
drh [Sat, 19 Jun 2004 14:49:12 +0000 (14:49 +0000)]
Omit the sqlite3VdbeCode() routine. Use sqlite3NameFromToken() more to
reduce the amount of code. (CVS 1639)
FossilOrigin-Name:
99d0436e0ee1c917b2b7bbf005f05288b535648a
drh [Sat, 19 Jun 2004 11:57:39 +0000 (11:57 +0000)]
file spaceanal.tcl was initially added on branch version_2. (CVS 1638)
FossilOrigin-Name:
936e60d7b122079de23db301a55c6e8510c82e18
drh [Sat, 19 Jun 2004 11:39:01 +0000 (11:39 +0000)]
Create sqlite3.def and move sqlite.def into the attic. (CVS 1635)
FossilOrigin-Name:
a5c98a272ec30971a9aa9ba2a6e2dec1a4dd8c18
danielk1977 [Sat, 19 Jun 2004 09:35:36 +0000 (09:35 +0000)]
Remove the unused 'next_cookie' mechanism. (CVS 1634)
FossilOrigin-Name:
c94a9759ca6346a8c32f388a7aa1f0f139d6abc2
danielk1977 [Sat, 19 Jun 2004 09:08:16 +0000 (09:08 +0000)]
Make sure ATTACH and DETACH fail if a transaction is active. (CVS 1633)
FossilOrigin-Name:
c49d8bdc3e1172a283f7aaf208fbb9096acd5ab6
danielk1977 [Sat, 19 Jun 2004 08:18:07 +0000 (08:18 +0000)]
Remove the iCollate argument from sqlite3_create_function() (CVS 1632)
FossilOrigin-Name:
728d57ff5517a51c3aad4ba95525b1aa2065bd19
danielk1977 [Sat, 19 Jun 2004 03:33:57 +0000 (03:33 +0000)]
Update sqlite3_close() API to match documentation. (CVS 1630)
FossilOrigin-Name:
61819740fe8916892afe502196bb8b75a51f81e8
drh [Sat, 19 Jun 2004 03:26:12 +0000 (03:26 +0000)]
Update sqlite.def for version 3.0. (CVS 1629)
FossilOrigin-Name:
327780ade9ac99470018320218f39fbbc8f21837
danielk1977 [Sat, 19 Jun 2004 02:22:10 +0000 (02:22 +0000)]
Fix for #764. When reloading the schema, load the temp schema last. (CVS 1628)
FossilOrigin-Name:
1f43219a7402af7255743466731dba2afb31d12b
dougcurrie [Sat, 19 Jun 2004 02:19:39 +0000 (02:19 +0000)]
fix dependencies for testfixture in Makefile.in (CVS 1627)
FossilOrigin-Name:
26676538ee63311393b52c8479c324469bf71f65
drh [Sat, 19 Jun 2004 00:16:31 +0000 (00:16 +0000)]
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626)
FossilOrigin-Name:
d705d051bed2b92b6c3bbcc75fe5b056633b9c31
dougcurrie [Fri, 18 Jun 2004 23:21:47 +0000 (23:21 +0000)]
MinGW/MSYS build fixes; ticket #765 (CVS 1625)
FossilOrigin-Name:
5f383c1ee1a2aec9e192f29528ec2a02f2329d19
dougcurrie [Fri, 18 Jun 2004 23:20:53 +0000 (23:20 +0000)]
MinGW/MSYS build fixes; ticket #765 (CVS 1624)
FossilOrigin-Name:
3c6b9b41a682a7bb979acc1e269eea2384aa9d45
dougcurrie [Fri, 18 Jun 2004 23:19:19 +0000 (23:19 +0000)]
MinGW/MSYS build fixes; ticket #765 (CVS 1623)
FossilOrigin-Name:
7121cee78c2ed20fd09190fdcca1c8c92ef1e09d
drh [Fri, 18 Jun 2004 17:45:11 +0000 (17:45 +0000)]
Fix declaration problem in the previous check-in. (CVS 1622)
FossilOrigin-Name:
f312057da4304857d16b344b784c84ce14e2ef69
drh [Fri, 18 Jun 2004 17:10:16 +0000 (17:10 +0000)]
Changes to allow libsqlite3.a and libsqlite.a to be both linked into the
same program at the same time. (CVS 1621)
FossilOrigin-Name:
2590fffcaa92adc619f7a927d2b5169d8dfef50a
drh [Fri, 18 Jun 2004 15:13:48 +0000 (15:13 +0000)]
Fix typos in documentation. Fix publish.sh so that it correctly builds the
ZIP archive of preprocesses source code. (CVS 1620)
FossilOrigin-Name:
fee0c5e308c3de1937185e2060c8757e605ab3a2
drh [Fri, 18 Jun 2004 12:29:23 +0000 (12:29 +0000)]
Version 3.0.0 (ALPHA) (CVS 1619)
FossilOrigin-Name:
8b409aaae42cc36d96536531da41f05bd0cdd29c
danielk1977 [Fri, 18 Jun 2004 11:34:09 +0000 (11:34 +0000)]
Fix typos in capi3.tcl (CVS 1618)
FossilOrigin-Name:
9e0e530f10bf70996471650496173dee074c2732
drh [Fri, 18 Jun 2004 11:29:35 +0000 (11:29 +0000)]
Update the Makefile.in, version number, change log, etc for the 3.0.0
release. (CVS 1617)
FossilOrigin-Name:
917391e05ef45fd1eae883a99e6bbe6d7df3cc1c
danielk1977 [Fri, 18 Jun 2004 11:25:21 +0000 (11:25 +0000)]
Fix typos and minor errors in lang.tcl. (CVS 1616)
FossilOrigin-Name:
61db159c7d1d971266e487d44e3eb5bf6ac9a8e3
danielk1977 [Fri, 18 Jun 2004 06:02:35 +0000 (06:02 +0000)]
Fix a couple of gcc warnings. (CVS 1615)
FossilOrigin-Name:
960f55f3ecbef4581c8cb7be860023ba10de4e96
danielk1977 [Fri, 18 Jun 2004 04:24:54 +0000 (04:24 +0000)]
Optimisation for unicode encoding conversion routines. (CVS 1614)
FossilOrigin-Name:
39a415eaa65964742e40b7ea4d471fa04007c6c9
drh [Thu, 17 Jun 2004 19:04:17 +0000 (19:04 +0000)]
Documentation updates in preparation for the release of version 3.0.0. (CVS 1613)
FossilOrigin-Name:
9fb29f7331254b601b71f0fe7d77f91915272dc7
danielk1977 [Thu, 17 Jun 2004 07:53:01 +0000 (07:53 +0000)]
Remove redundant opcodes OP_MakeKey and OP_MakeIdxKey. (CVS 1612)
FossilOrigin-Name:
a71a9ff114f2162696d8d37fbc87b315568f6dcb
danielk1977 [Thu, 17 Jun 2004 06:13:34 +0000 (06:13 +0000)]
Handle conflicting ON CONFLICT clauses in table definitions. (CVS 1611)
FossilOrigin-Name:
12e77e759ec5b45b7fb94aa815435127f395162e
danielk1977 [Thu, 17 Jun 2004 05:36:44 +0000 (05:36 +0000)]
Use the faster LIKE function from sqlite v2. Add special user functions to
test builds to test the auxdata APIs. (CVS 1610)
FossilOrigin-Name:
b9493c5facea4d24a6cbc4f6fa2f75dc2399a11d
danielk1977 [Thu, 17 Jun 2004 00:01:21 +0000 (00:01 +0000)]
Remove the second definition of SQLITE_N_BTREE_META from test3.c. (CVS 1609)
FossilOrigin-Name:
b1e66ae4640c2cd32d47c043b5c25ea67182098b
danielk1977 [Wed, 16 Jun 2004 12:02:47 +0000 (12:02 +0000)]
Trivial modifications to prevent compiler warnings. (CVS 1608)
FossilOrigin-Name:
b3d5ad6f7832d46e34e99e4a1cb7e47c88f207a4
danielk1977 [Wed, 16 Jun 2004 12:02:43 +0000 (12:02 +0000)]
Trivial modifications to prevent compiler warnings. (CVS 1607)
FossilOrigin-Name:
7974c9a6f5ed86f02176376d99d909c43a4ae455
danielk1977 [Wed, 16 Jun 2004 12:00:29 +0000 (12:00 +0000)]
Trivial modifications to prevent compiler warnings. (CVS 1606)
FossilOrigin-Name:
6001c5e1ced08096bb404e72ff533b7edcc896ec
danielk1977 [Wed, 16 Jun 2004 10:39:52 +0000 (10:39 +0000)]
Fix handling of a failed malloc() in various places (CVS 1605)
FossilOrigin-Name:
b739ef2a1b8f7cfee4ab3f4c1319c159bd1e2e40
danielk1977 [Wed, 16 Jun 2004 10:39:23 +0000 (10:39 +0000)]
Fix handling of a failed malloc() in various places (CVS 1604)
FossilOrigin-Name:
7d8edce4c12d075acbc6bac6758aabb2769f983a
danielk1977 [Wed, 16 Jun 2004 07:45:24 +0000 (07:45 +0000)]
Fix two more memory leaks. (CVS 1603)
FossilOrigin-Name:
98b48704a1ce983677cdb269c24f7bca4ed606f7
drh [Wed, 16 Jun 2004 03:02:00 +0000 (03:02 +0000)]
Documentation updates and changes the publish.sh script. (CVS 1602)
FossilOrigin-Name:
e9a77f8972128550f6ff98dcf854eb7680eaee8b
danielk1977 [Tue, 15 Jun 2004 16:51:01 +0000 (16:51 +0000)]
Assorted memory leak fixes. (CVS 1600)
FossilOrigin-Name:
07b90f3690768e852384fbbde0ba59e69e24d1da
danielk1977 [Tue, 15 Jun 2004 13:36:30 +0000 (13:36 +0000)]
Memory leak fixes for tests in file select1.test. (CVS 1599)
FossilOrigin-Name:
59db58ebd30cd7c79c32f5a725620e740eff661d
danielk1977 [Tue, 15 Jun 2004 11:40:04 +0000 (11:40 +0000)]
Minor bugfixes and test case adjustments for version 2 test cases to work
with version 3. (CVS 1598)
FossilOrigin-Name:
e21a181376d4115c7dbe614f3f8a1fbf82d77c75
danielk1977 [Tue, 15 Jun 2004 02:44:18 +0000 (02:44 +0000)]
(1) Vdbe makes a copy of column types. (2) Don't invalidate other cursors
when a statement or transaction is rolled back. (3) Update capi2.test for
the new API. (CVS 1597)
FossilOrigin-Name:
4f5e2530829ef91753b083b5f2a1d7332e311cb6
drh [Tue, 15 Jun 2004 02:13:26 +0000 (02:13 +0000)]
Update comments in btree.c. No changes to code. (CVS 1596)
FossilOrigin-Name:
1c6a0706359c21e3b04e9097837a297d1d7714c3
drh [Tue, 15 Jun 2004 01:40:29 +0000 (01:40 +0000)]
Do not use the page containing locks for anything to avoid problems with
the manditory file locking on windows. (CVS 1595)
FossilOrigin-Name:
5a814202777f381caf5337b37e11c9ab8b8f554a
drh [Tue, 15 Jun 2004 00:29:03 +0000 (00:29 +0000)]
Add the sqlite3OsFileModTime() interface. But it is still unused. The
change counter in page 1 is always incremented. (CVS 1594)
FossilOrigin-Name:
186c6f93e12978907c5f0ff81d90bdf7367b9274
danielk1977 [Mon, 14 Jun 2004 23:46:47 +0000 (23:46 +0000)]
Update some old tests to use the new API. (CVS 1593)
FossilOrigin-Name:
af6edd2c0ad160435acd5bfa7af36c4f394f0bb8
danielk1977 [Mon, 14 Jun 2004 13:14:59 +0000 (13:14 +0000)]
Schema modifications are committed internally when a statement transaction
is committed. (CVS 1592)
FossilOrigin-Name:
4cfc5a36e9891a9b69209f94194fc492e203ab75
danielk1977 [Mon, 14 Jun 2004 11:54:18 +0000 (11:54 +0000)]
Fix a bug in the auth.test script. (CVS 1590)
FossilOrigin-Name:
1fa97dd81d349e448171a78f69e463e7fa364daa
danielk1977 [Mon, 14 Jun 2004 11:43:46 +0000 (11:43 +0000)]
Have the TCL 'errorcode' interface call sqlite3_errcode(). (CVS 1589)
FossilOrigin-Name:
f4b4df6514c19b0c23b399142749a7e4a20d0f70
danielk1977 [Mon, 14 Jun 2004 11:35:17 +0000 (11:35 +0000)]
Don't invoke authorisation callback during database initialisation. (CVS 1588)
FossilOrigin-Name:
293fbf0aa5c221bc341d0d9afc73d459f427f940
danielk1977 [Mon, 14 Jun 2004 09:41:17 +0000 (09:41 +0000)]
Bugfix for previous checkin. (CVS 1587)
FossilOrigin-Name:
2737505f28e37627ed6091e356d005624e1f49fa