drh
95c0775484
Fix the code generation for UPDATE and DELETE so that
...
BEFORE triggers that use RAISE(IGNORE) do not leave extra
values on the stack. Ticket #2767 (CVS 4535)
FossilOrigin-Name: 3391f4139ccfe62cc27739a06567c422ddae9c69
2007-11-11 18:36:34 +00:00
drh
bc674334e5
Add asserts on sqlite3_mutex_held() to the zero-malloc memory allocator,
...
in order to prove that the mutex is held when it is needed. (CVS 4534)
FossilOrigin-Name: 31eb4abc89e9c0fd90fde5486d4008f9d09fdf4e
2007-11-07 15:13:25 +00:00
drh
40a7178132
Changes the asynchronous I/O test module so that it can be appended to the
...
end of the amalgamation. (CVS 4533)
FossilOrigin-Name: c1fe27de7b6f0080466cc3f827979db9997e22a4
2007-11-07 01:23:12 +00:00
drh
f024f0bb9b
In the windows VFS, make sure we do not return an error if attempting
...
to delete a file that does not exist. (CVS 4532)
FossilOrigin-Name: 08a685abc149cd29c3595a61c9bc1a04e6d95c4d
2007-11-07 01:19:07 +00:00
drh
84a6892f17
Version 3.5.2 (CVS 4531)
...
FossilOrigin-Name: 60da01630ab3668541aea7d303fc5d52fe3ee281
2007-11-05 20:49:21 +00:00
drh
e08fe712fd
Preparing documentation for the release of version 3.5.2. (CVS 4530)
...
FossilOrigin-Name: b985328ad98669cbf2fb9a56b015a1db35657004
2007-11-05 18:11:17 +00:00
drh
d64621d68d
Drop support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time option. (CVS 4529)
...
FossilOrigin-Name: b57c89fed0b74c2e8fb68ccfdf5e5e7d4b2603a1
2007-11-05 17:54:17 +00:00
danielk1977
7eb42c8204
Reset the writer-thread halt criteria after halting the thread. (CVS 4528)
...
FossilOrigin-Name: ecbff972a1f5c7d846c322c435fa73584655b7f0
2007-11-05 17:01:08 +00:00
danielk1977
662278e4de
Fix some minor problems with malloc failure and in-memory databases. (CVS 4527)
...
FossilOrigin-Name: b752906e708e1c8c76084152f5829e16e8988ef2
2007-11-05 15:30:12 +00:00
drh
0152123730
Fix a bug in the misc1 test script. (CVS 4526)
...
FossilOrigin-Name: fa16996d99cdce9f652508e3a70b7e5747810823
2007-11-05 14:58:23 +00:00
drh
f54cc03585
Make sure the default page size never exceeds the maximum page size. (CVS 4525)
...
FossilOrigin-Name: 9c2731f143d52f8bf27f309612c38a1be22e3019
2007-11-05 14:30:22 +00:00
danielk1977
d949fd3b34
Use malloc to obtain space for sqlite3_aggregate_context(). Ticket #2751 . (CVS 4524)
...
FossilOrigin-Name: bf75058f5777ce4b03f2287406805236470f70d0
2007-11-05 12:46:04 +00:00
danielk1977
6d64307b03
Handle "IS NULL" constraints on virtual table scans. IS NULL constraints are not passed to the virtual table layer. Ticket #2759 . (CVS 4523)
...
FossilOrigin-Name: 7027368c15b3270a139bea5612d7c03c2288dcc4
2007-11-05 05:12:53 +00:00
drh
3b1a9881e7
Add the ".timer" command to the CLI. (CVS 4522)
...
FossilOrigin-Name: 56680360d3b14a66a077ebb735f4594ed524a4bb
2007-11-02 12:53:03 +00:00
drh
7b12d46146
Fix building of sqlite3_analyzer on Mac. (CVS 4521)
...
FossilOrigin-Name: a616b6cb646a35a68bebc7d013c13185a9a6f47d
2007-11-02 12:52:39 +00:00
danielk1977
fa166726a4
Add some assert() statements to the asychronous backend demo to enforce the strategy used to avoid deadlock. Also a minor change to avoid a potential deadlock. (CVS 4520)
...
FossilOrigin-Name: 6340ca5eee3d398a9ef4f37a442efad37c9bf547
2007-11-02 09:07:57 +00:00
drh
b0689696f2
Add a prototype "group_concat()" aggregate function to func.c.
...
Disabled by default. No documentation nor test cases. No effort
to make it efficient. (CVS 4519)
FossilOrigin-Name: 61987a89d1c4af59c745d1c5f17bab3301588b6c
2007-11-01 17:38:30 +00:00
danielk1977
7c055b9b7c
Avoid leaking a file descriptor after a malloc failure on unix. (CVS 4518)
...
FossilOrigin-Name: c249d5da721b32f6fe409a5b55a5d49a58994fec
2007-10-30 17:28:51 +00:00
danielk1977
5f0f253315
Remove a debugging assert() that went in by accident with the previous commit. (CVS 4517)
...
FossilOrigin-Name: 4ad60bdba0f1aa068dcc42fb58b80d7912e36b1b
2007-10-30 15:38:12 +00:00
danielk1977
5be7d5d139
Fix a race condtion in test_async.c. (CVS 4516)
...
FossilOrigin-Name: 5e3f7c3dec3e8d92b28a74293387b390fe6fc1fa
2007-10-30 15:29:42 +00:00
drh
dc1d9f1bd4
Clarify the behavior of sqlite3_last_insert_rowid() when using
...
INSERT OR IGNORE. (CVS 4515)
FossilOrigin-Name: c0fa0c8ba80f4cd60bd06da7a032c6424ffd16f8
2007-10-27 16:25:16 +00:00
shess
adafd5747f
Be a bit more susicious of invalid results from the tokenizer. (CVS 4514)
...
FossilOrigin-Name: deb8f56d3adea0025d28b8effabec7c7b7fe3026
2007-10-24 23:24:22 +00:00
pweilbacher
71be8e692b
Fix os2CurrentTime() to give correct results for negative timezones. (CVS 4513)
...
FossilOrigin-Name: a3b82548cb51431569aafacf38e3391a8a1b697b
2007-10-24 23:04:32 +00:00
pweilbacher
99295b4933
Fix os2GetTempname() to actually work: DosScanEnv() wants an empty PSZ as argument and we obviously don't need to test for file existence any more. (CVS 4512)
...
FossilOrigin-Name: 8a233845f61080cca24da3672444f3e5b985da67
2007-10-24 23:03:25 +00:00
shess
b6d78dc7bb
fts3.c buildTerms() passes -1 for nInput. (CVS 4511)
...
FossilOrigin-Name: e87c883a1235ac47ee340a31051dcd5deb369d4e
2007-10-24 21:52:37 +00:00
drh
0cf19ed817
Add comments, assertions, and test cases to demonstrate that the
...
problem described in ticket #2742 is not a real problem. (CVS 4510)
FossilOrigin-Name: c085d6dfc0f5849113986cb2a25e64d0c95b3dfb
2007-10-23 18:55:48 +00:00
drh
9e0ebbfa41
Add comments to the code warning that _XOPEN_SOURCE might need to be
...
defined manually if using USE_PREAD or USE_PREAD64. (CVS 4509)
FossilOrigin-Name: d7ed7cd077fe5f9ffba2bca48b84b231ccfd85b0
2007-10-23 15:59:18 +00:00
drh
71674ce9ce
Make sure the _LARGEFILE_SOURCE macro occurs before any system
...
includes. Ticket #2739 . (CVS 4508)
FossilOrigin-Name: 36465aeb1f8f92d336faf16c25608c9a8a6585d3
2007-10-23 15:51:26 +00:00
drh
598f134020
Floating point and 64-bit integer constants store in the virtual
...
machine opcodes in binary, not as text. Performance improvement.
Ticket #2733 . (CVS 4507)
FossilOrigin-Name: 7e30fd6a09899842c922b044714dc66796e545d4
2007-10-23 15:39:45 +00:00
drh
55bfeb10cb
Fix limit assertions in vdbe.c. Ticket #2740 . (CVS 4506)
...
FossilOrigin-Name: 27f846d089ebe9e4970a2499ad4e2e98773d2e78
2007-10-23 14:55:06 +00:00
drh
9bc5449f9d
Make sure the sqlite3_vfs_register() and sqlite3_vfs_unregister() APIs
...
work right even if not VFS is currently registered. Ticket #2738 . (CVS 4505)
FossilOrigin-Name: c36500871e85b55cb0804d5c9e88fa6861a507a9
2007-10-23 14:49:59 +00:00
danielk1977
0d6e7a00d6
Add speed4.test, with some speed tests for triggers, sub-selects, views and joins. (CVS 4504)
...
FossilOrigin-Name: 3e3475b9e0f996841aa40419693c7c3eaa6c71aa
2007-10-23 10:25:30 +00:00
danielk1977
191fadcf23
Fix an error message in the tcl interface. (CVS 4503)
...
FossilOrigin-Name: 2449e08069ef830f119203c4a3737d6756e73c63
2007-10-23 08:17:48 +00:00
danielk1977
1c1764ae66
Add the NEAR operator to fts3. (CVS 4502)
...
FossilOrigin-Name: aef7720e0bb49d52332ddebe6f698feb926ef7d7
2007-10-22 18:02:20 +00:00
pweilbacher
0663dd2f75
We need an extra define to activate OS/2 semaphores for compiling/linking. (CVS 4501)
...
FossilOrigin-Name: 0604dace0e22297bafcf90f4485d3c07383f876e
2007-10-21 22:59:12 +00:00
pweilbacher
b36dc73cbc
Finally bring OS/2 to the 3.5 level. This at least is a first draft version that survives very basic tests. It still contains a lot of debugging stuff... (CVS 4500)
...
FossilOrigin-Name: 46b2d1034b3d25ded71085c901301ad64b5aaba2
2007-10-21 22:47:03 +00:00
drh
a21a929e81
Use the 2-argument version of substr() in the SQL contained in the
...
VACUUM and ALTER TABLE commands. Ticket #2737 . (CVS 4499)
FossilOrigin-Name: 82b08a3dc2366007bcac4d9e451ef61c8c018fa5
2007-10-20 20:58:57 +00:00
drh
979aeaa395
Add the new memory allocator to the amalgamation. Improvements to
...
out-of-memory handling. (CVS 4498)
FossilOrigin-Name: b58c2b37a5deb19ce0ef78629989016743a46bb3
2007-10-20 16:36:31 +00:00
drh
c0ad3e8df6
Bug fix in the realloc algorithm of the static memory allocator. (CVS 4497)
...
FossilOrigin-Name: 50db16be5025f6d5efc51e3354615059da7e8611
2007-10-20 16:11:39 +00:00
drh
a4e5d58f02
Simplify the mem3.c memory allocator. Have it call sqlite3_release_memory()
...
automatically, without having to specify the soft heap limit. (CVS 4496)
FossilOrigin-Name: ca51b2f54076fcf73a8857aecf4b45d66ef0c7b6
2007-10-20 15:41:57 +00:00
drh
1e3af33436
Go back to allocating each page and its header with a single memory
...
allocation. This undoes the change of (4409). (CVS 4495)
FossilOrigin-Name: f56c9884be796dee3f267aca6021eb1846d8527c
2007-10-20 13:17:54 +00:00
drh
80ca2d0935
Fix a mutex leak in the new malloc-free memory allocator. (CVS 4494)
...
FossilOrigin-Name: 30f014d3d0231a668c40508ff4a6b90ce622c857
2007-10-20 12:34:00 +00:00
drh
9c7a60dfb2
Added an experimental malloc-free memory allocation subsystem, intended
...
for use on embedded systems. Runs 7% faster than when using system
malloc() on Linux. (CVS 4493)
FossilOrigin-Name: 8487ca82fade60b9fa63abf74e10f6ebcb48b98e
2007-10-19 17:47:24 +00:00
drh
f1bfe9a8bd
Reorder some tests at the beginning of sqlite3_step() to work around
...
misuse by python. Ticket #2732 . (CVS 4492)
FossilOrigin-Name: e8d591e8c369794921a4acbba5b17fddca730ee7
2007-10-17 01:44:20 +00:00
drh
51f015eb9c
A cosmetic changes to btree.c which (we are told) works around a bug
...
in MSVC++. (CVS 4491)
FossilOrigin-Name: 329dd014b0d851f21ff6690b6149e9d73c92302d
2007-10-16 19:45:29 +00:00
drh
d2bb3278e0
Add a malloc size histogram to the debugging malloc implementation
...
in mem2.c. (CVS 4490)
FossilOrigin-Name: 3e51696cb878063e4ebfdcc2a61ba94c9bebdfe3
2007-10-15 19:34:32 +00:00
danielk1977
db2d286b59
Fix for OMIT_AUTHORIZATION builds. (CVS 4489)
...
FossilOrigin-Name: 260711a14d5ab2d7c9888c7c46c33a28a3da0415
2007-10-15 07:08:44 +00:00
drh
a6d0ffc359
Do not invoke the authorizer when reparsing the schema after a schema
...
change or when trying to figure out the result set of a view. (CVS 4488)
FossilOrigin-Name: e756bc9b74ef357c088b3044527c41e6834ba1a2
2007-10-12 20:42:28 +00:00
drh
7d97efbe57
Convert a K&R style function to ANSI style. Ticket #2548 . (CVS 4487)
...
FossilOrigin-Name: e1b2e7c24ce0f838687a503dc98188a0e67c79de
2007-10-12 19:35:48 +00:00
drh
64f31519b7
Make the 3rd parameter of the SUBSTR() function optional. Ticket #2579 . (CVS 4486)
...
FossilOrigin-Name: 4a807d48ea9923c1e3df4a5ad503710e62ae29f8
2007-10-12 19:11:55 +00:00
drh
0a99ded1ba
Add an explicit type conversion in an AWK script to work around
...
bugs in cygwin. Ticket #2713 . (CVS 4485)
FossilOrigin-Name: 043cee2fd9319f24bb5c70d6619bfe8f8e2e3b91
2007-10-12 18:36:26 +00:00
drh
4145f83275
Update documentation to talk about the SQLITE_UTF16_ALIGNED option
...
for sqlite3_create_collation(). Ticket #2722 (CVS 4484)
FossilOrigin-Name: a7292c14ded6cfca65850ef8169799d2d5f35a61
2007-10-12 18:30:12 +00:00
drh
36bc402ee2
Fix to the main.mk makefile. (CVS 4483)
...
FossilOrigin-Name: e4527dd6ed81f5cb7862b76305be7d7b6d31016d
2007-10-12 00:23:44 +00:00
drh
fc3afb6a98
Still more tweaks to the wince interface. Ticket #2711 . (CVS 4482)
...
FossilOrigin-Name: b2bdb476858c6e4b8977ea06be68b2331d1d84df
2007-10-09 15:36:10 +00:00
drh
e825609ac0
Fix a typo in the wince driver. Ticket #2710 . See also ticket #2702 . (CVS 4481)
...
FossilOrigin-Name: beb91af7061a3950636064bf60946132a884cd7b
2007-10-09 15:20:39 +00:00
danielk1977
5a8f9374ab
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706 . (CVS 4480)
...
FossilOrigin-Name: 07c00fffe50e8380748f7ae02328531a75d64610
2007-10-09 08:29:32 +00:00
drh
0cd1ea5e44
More untested changes for wince contributed by users. Ticket #2702 . (CVS 4479)
...
FossilOrigin-Name: ccd709e1791b1c1091a61139633b972b378c1816
2007-10-08 15:06:03 +00:00
drh
7229ed434f
Reverting check-in (3836) at the request of winCE users. We no ability
...
to test this change. Presumably this is a fix for tickets #2698 , #2533 ,
and #2598 . It is unclear if this causes #2294 to be reopened or not. (CVS 4478)
FossilOrigin-Name: 27346fa55ed9b5c20016d07a37268fbd42dc097f
2007-10-08 12:29:17 +00:00
drh
aab2e6d271
Fix a bug in code for winCE. Ticket #2700 . (CVS 4477)
...
FossilOrigin-Name: a36fca4cdef162c87ce47a50ededdea19a8865f9
2007-10-08 12:22:57 +00:00
drh
496936c881
In windows, always open files using FILE_FLAG_RANDOM_ACCESS. Ticket #2699 . (CVS 4476)
...
FossilOrigin-Name: 5cdbc0972fe94c13dffee1f908a77f903e580449
2007-10-08 12:21:10 +00:00
drh
e31de778e1
Fix a memory leak in the sqlite3_realloc() implementation of the
...
non-debugging memory allocator. (CVS 4475)
FossilOrigin-Name: 7e9b886dabf10557bc1aa80caad411809ce5a39f
2007-10-06 01:40:35 +00:00
drh
d560305d84
Remove #include <math.h> from all source files. It is no longer needed but
...
causes compile problems when -DSQLITE_OMIT_FLOATING_POINT is defined.
Ticket #2696 . (CVS 4474)
FossilOrigin-Name: 4424357d17f615fab922780616eac6773535923a
2007-10-05 16:23:55 +00:00
drh
b496099751
Changes lemon so that the generated parser does not accept prior to
...
seeing the EOF token. This is a lemon change only and does not
effect SQLite. Ticket #2550 . (CVS 4473)
FossilOrigin-Name: 1c68d93412a608f5164ad984ff290ab3b832bf7a
2007-10-05 16:16:36 +00:00
danielk1977
382e28fa0c
Changes to a couple of test scripts to handle the tcl 8.5 version of (file attributes -readonly) on mac. (CVS 4472)
...
FossilOrigin-Name: a51946e66badab37cd54982265631bbc5e414f8e
2007-10-05 15:53:29 +00:00
drh
865050681a
Do not attempt to use TryEnterCriticalSection() under win32. It causes
...
too many compiler problems. Ticket #2685 . (CVS 4471)
FossilOrigin-Name: f795431c725d88bd4011f20cf63cac630de842f1
2007-10-05 15:08:01 +00:00
danielk1977
20e987a140
Fix problem building testfixture on mac. Ticket #2689 . (CVS 4470)
...
FossilOrigin-Name: fe067d706b40d9756433eac9896660514d1c8216
2007-10-05 15:04:12 +00:00
drh
8f685dc8b7
The sqlite3internal.h file obsolete as of version 3.5.0. Remove
...
legacy procedures and makefile targets for building this file.
Tickets #2693 and #2694 . (CVS 4469)
FossilOrigin-Name: e65842a9d4c779d24207e8a7934fe3bf35ff228b
2007-10-05 14:54:08 +00:00
drh
ee8683e1a8
Use FormatMessageA() instead of FormatMessage() in the w32 VFS.
...
Ticket #2687 . (CVS 4468)
FossilOrigin-Name: 38674fd287e0ca67e27c46a3ad0db4dcc8ed1e0c
2007-10-05 14:49:45 +00:00
drh
7795207b1f
Correct the name on the new test script for ticket #2686 . (CVS 4467)
...
FossilOrigin-Name: d261e2c731ef97d86fa9dc3caa1ce31ee9ce78ae
2007-10-04 18:52:15 +00:00
danielk1977
b5258c3db3
Fixes for OMIT_AUTHORIZATION builds. #2691 . (CVS 4466)
...
FossilOrigin-Name: 755fcaf7e355042d88fed6b9b49669300b010695
2007-10-04 18:11:15 +00:00
drh
8954d4ca45
Version 3.5.1 (CVS 4465)
...
FossilOrigin-Name: 81cf518646b277b08e04079c67053450a259542b
2007-10-04 00:30:53 +00:00
drh
8a65057eda
Updates to the documentation index page. (CVS 4464)
...
FossilOrigin-Name: 837fc86166bfc789a53de1853043044f5e8ae3ac
2007-10-04 00:29:28 +00:00
drh
c2ded2afe0
Get io.test to work even if auto_vacuum is on by default and we are
...
running with a reduced maximum page size. (CVS 4463)
FossilOrigin-Name: 0d05f3fbaad44a0d3723cd543b865326acddf883
2007-10-03 21:18:19 +00:00
drh
e0ea9bf4a4
Fix a syntax error that comes up when memory debugging is disabled. (CVS 4462)
...
FossilOrigin-Name: 96dd3c336b5bbf9da6ba9ace85dbe7c4b1ff2bcb
2007-10-03 21:10:58 +00:00
drh
acb6dd7e50
Update documentation in preparation for the release of 3.5.1. (CVS 4461)
...
FossilOrigin-Name: a57b25a2e4127bb3d9dc83031db117664c10d4ea
2007-10-03 20:32:17 +00:00
drh
7c3472a37b
Update documentation to talk about the response to errors
...
within an explicit transaction. (CVS 4460)
FossilOrigin-Name: 84616a13af633700635ad2f91e92c2f7271e96d1
2007-10-03 20:15:28 +00:00
drh
d181704ec5
Simplify the vdbeHalt logic slightly. (CVS 4459)
...
FossilOrigin-Name: b59f7bcbabcccde9d2519e10e65e121343f2af7a
2007-10-03 18:45:04 +00:00
drh
71b890a3f6
Rollback the transaction if an SQLITE_FULL error is encountered.
...
This is a preliminary fix for ticket #2686 . More testing and
analysis is needed before we close the ticket. (CVS 4458)
FossilOrigin-Name: 0fb6d5a5773c282882e7283e6f8f8c009e238ff4
2007-10-03 15:30:52 +00:00
danielk1977
c4f6f62900
Fix a memory leak that could occur during error-state recovery. (CVS 4457)
...
FossilOrigin-Name: 3d1d13d1eb5817c22956e6e7792783116a828962
2007-10-03 15:22:25 +00:00
danielk1977
2a180ff9c5
Add a test case to malloc.test. (CVS 4456)
...
FossilOrigin-Name: 7d3f0b149bd2b9c7c12aabb93d022c0ea26f0d74
2007-10-03 15:02:40 +00:00
danielk1977
8da6021be9
Fix a problem in test script malloc5.test. (CVS 4455)
...
FossilOrigin-Name: 028ec36c71d6ac43c8f1cda77578d844c6955f68
2007-10-03 09:43:54 +00:00
danielk1977
ae72d98252
Add automatic recovery from the pager "error-state". Also add a new error code - SQLITE_IOERR_NOMEM. (CVS 4454)
...
FossilOrigin-Name: 12eca32a6a3d68d5b20eed03afdffe7599e66014
2007-10-03 08:46:44 +00:00
pweilbacher
ae1463b941
Use local variables instead of #defines for the mutex name and length in OS/2's sqlite3_mutex_alloc(). (CVS 4453)
...
FossilOrigin-Name: 272959cc91d0c9299d6fca8a962eb563650af87b
2007-10-02 19:56:04 +00:00
drh
e5e7a901bd
Additional #ifdefing around _XOPEN_SOURCE. Ticket #2681 . (CVS 4452)
...
FossilOrigin-Name: eb5d78451ee2a5d8480537530f30fbb305bf7632
2007-10-01 17:47:00 +00:00
drh
d94a6d3622
Document that END TRANSACTION is an alias for COMMIT. Ticket #2656 (CVS 4451)
...
FossilOrigin-Name: ebe3e6913c35bebb0e78dac995527d5da97a9377
2007-10-01 17:45:39 +00:00
drh
6708061770
Omit the _XOPEN_SOURCE 500 define on Mac OS-X. Ticket #2673 (CVS 4450)
...
FossilOrigin-Name: 0bbf654b6745058a705ef5c320bdd5fb06735271
2007-10-01 14:30:14 +00:00
drh
3bbbd7d6f0
Update the build process so that it includes sqlite3ext.h with the
...
amalgamation ZIP archive. Ticket #2678 . (CVS 4449)
FossilOrigin-Name: 6232ee6750562b2cb913af4bb26111a097dd1192
2007-10-01 13:59:48 +00:00
drh
7a64b6a31c
Use sqlite3_int64, not sqlite_in64, consistently in the documentation.
...
Ticket #2680 . (CVS 4448)
FossilOrigin-Name: f7a2647033817c73f40010e145e4c29173a55689
2007-10-01 13:54:11 +00:00
drh
98c948048b
Fix comment typos in sqlite3.h. Ticket #2666 . (CVS 4447)
...
FossilOrigin-Name: 2ea278a2af5b3e94acf5321375cc33d1f58c3885
2007-10-01 13:50:31 +00:00
drh
afd6a43283
Add text to the load_extension SQL function documentation that
...
explains limitations in the use of that function. Ticket #2672 . (CVS 4446)
FossilOrigin-Name: b2befc84c360dde42c6dd10cbcc9572e37852438
2007-10-01 13:45:04 +00:00
drh
6cca08c274
Remove "const" keywords from the sqlite3_index_info structure definition.
...
The use of this keyword is suspected to be causing problems for some
compilers. (CVS 4445)
FossilOrigin-Name: 005d780de6e9e377ee296ff576e58cf1b512f245
2007-09-21 12:43:16 +00:00
danielk1977
aaa40c1c8f
Another comment typo. Also #2660 . (CVS 4444)
...
FossilOrigin-Name: 0c1e6f69cd55ced4af5dcfbeff04820ba0d5b051
2007-09-21 04:28:16 +00:00
danielk1977
6eb91d20a4
Fix a typo in comments. Ticket #2660 . (CVS 4443)
...
FossilOrigin-Name: 02c8d60bea36825c1c763bbf2c6107869915aafd
2007-09-21 04:27:02 +00:00
pweilbacher
ec70b6b02f
Initial attempt of the new OS/2 mutex implementation. (Compiles and an attempt to create a new table does not crash in mutex_os2 any more.) (CVS 4442)
...
FossilOrigin-Name: aa61b244252399cce3b9c1ece9c6816ae9cb6717
2007-09-20 21:40:23 +00:00
drh
c51250a56b
Replace "i64" with "sqlite3_int64" in the w32 VFS. (CVS 4441)
...
FossilOrigin-Name: 138d3fcc5a74eb570107ae1299184a318b5417df
2007-09-20 14:39:23 +00:00
drh
8a07c7a414
Cleanup the hash functions in FTS3. (CVS 4440)
...
FossilOrigin-Name: ac645c8f30aac0d98fc481260084c9bd3975a845
2007-09-20 12:53:27 +00:00
rse
38514a9fb2
get rid of remaining GCC 4.3 -Wall compiler warnings by initializing two variables and one structure properly (although the code path was already rather safe) (CVS 4439)
...
FossilOrigin-Name: d748694f8d9b14d98b6fe7ceb404754692761705
2007-09-20 11:34:17 +00:00
rse
b72e88d71c
fix typo in comment (CVS 4438)
...
FossilOrigin-Name: c2ac43a4ef674c0202d5bd1ec57fc25c89d0554e
2007-09-20 11:32:18 +00:00
drh
777b17af7e
Fixes for uninitialized variables. Tickets #2658 and #2659 . (CVS 4437)
...
FossilOrigin-Name: 27fe1288336665c4d47c5d7ddcbeacc451ec4a9d
2007-09-20 10:02:54 +00:00
rse
25c0d1a18a
The code is correct as it contains an assert(3) in the "default" switch
...
case, but GCC 4.3 is not able to detect this and instead complains
with "warning: 'amode' may be used uninitialized in this function".
Hence, although the assert(3) already protects the code here, get rid of
this compiler warning by doing a simple initialization of the "amode"
variable. (CVS 4436)
FossilOrigin-Name: 91831ff2922666b39d8f4ba448982c6763030633
2007-09-20 08:38:14 +00:00
drh
78d1ef1a51
Add disabled test cases for ticket #2652 . We will enable these test cases
...
after #2652 is fixed. The fix will be difficult and will probably take
a while. On the other hand, correlated aggregate queries have never
worked in SQLite and the problem is just now coming to light, so it is
probably not a pressing issue. (CVS 4435)
FossilOrigin-Name: 5c41619e292699c72231cff10e26dfbe9a363a00
2007-09-18 16:53:52 +00:00
drh
728b577934
Remove unneeded pSchema field from the Expr structure. (CVS 4434)
...
FossilOrigin-Name: b2d605a2714245febb316a24edc7a076e21a3849
2007-09-18 15:55:07 +00:00
danielk1977
adfb9b0501
Add a parameter to specify the size of the output buffer passed to xGetTempname() and xFullPathname(). This, and the previous commit, are changes to the public vfs API introduced in 3.5.0. (CVS 4433)
...
FossilOrigin-Name: 8b29f5fbfc723cdf67cf3410cd01f7c17ea39a4b
2007-09-17 07:02:56 +00:00
danielk1977
76ee37f9bb
Change the names of xGetTempName and sqlite3OsGetTempName to xGetTempname. To be consistent with xFullPathname and sqlite3OsFullPathname. (CVS 4432)
...
FossilOrigin-Name: ad3687b16e9420d8bbaa3a645aaf803813b36061
2007-09-17 06:06:39 +00:00
drh
6ac164d708
Corrections to the winCE code. Untested. (CVS 4431)
...
FossilOrigin-Name: 8cc51e0a817115c4eb667f7257a3f5a4a39d0a4a
2007-09-14 20:32:18 +00:00
danielk1977
a15db35304
Minor fixes for the OMIT_INCRBLOB compilation option. (CVS 4430)
...
FossilOrigin-Name: 87e37eabf0ddef252bbc12f6857d33c2b136dcd3
2007-09-14 16:20:00 +00:00
danielk1977
b61c16d987
Add demo code for a vfs that operates on a single pre-allocated file. (CVS 4429)
...
FossilOrigin-Name: 15680ca4821ec0652dfbe863199b4c3f2afad4ba
2007-09-14 16:19:27 +00:00
drh
326c3fca85
Add tests to prevent a regression of the short read problem discovered
...
in version 3.2.2. (CVS 4428)
FossilOrigin-Name: 995c63b561e935b6a1da34590cb40582f5c30cee
2007-09-14 01:48:11 +00:00
shess
961303c1e7
Drop the forced error from fts3.c and add forced errors to fts2.c and
...
fts1.c. (CVS 4427)
FossilOrigin-Name: fec6567a0f8a868cda9bba2a473491dfb17b6c88
2007-09-13 18:16:08 +00:00
shess
d83ae45639
Add an implicit (HIDDEN) docid column. This works as an alias to
...
rowid, similar to how things work in SQLite tables with INTEGER
PRIMARY KEY. Add tests to verify operation. (CVS 4426)
FossilOrigin-Name: c8d2345200f9ece1af712543982097d0b6f348c7
2007-09-13 18:14:49 +00:00
shess
0ec85ae216
Mark the table-named column HIDDEN. Add tests to make sure it's
...
working as expected. (CVS 4425)
FossilOrigin-Name: ca669eaf1b4af441741129bee4af02f32a7c74b8
2007-09-13 18:12:09 +00:00
drh
8e70e34a28
Fix incorrect index cost assumptions that occur after an ANALYZE.
...
Ticket #2643 . (CVS 4424)
FossilOrigin-Name: 2cfdbfe6543bac42961deecec7d085d806e604b5
2007-09-13 17:54:40 +00:00
danielk1977
4152e677b8
Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423)
...
FossilOrigin-Name: c8405b15c074c94dab5e33272cf1471f458d11df
2007-09-12 17:01:45 +00:00
drh
a430ae8e54
In the query optimizer, make sure table dependencies from all terms
...
of a compound SELECT statement are recognized so that subqueries in
a WHERE clause are not evaluated too early. Fix for ticket #2640 . (CVS 4422)
FossilOrigin-Name: 9c9c2a1da2b6235b3b0541d1f55a02a1f350567f
2007-09-12 15:41:01 +00:00
danielk1977
076f1c0d63
Add a missing semi-colon to os_win.c. Ticket #2642 . (CVS 4421)
...
FossilOrigin-Name: c6ee5929e7d1f9b7c351f57ee8886f71ea0b6619
2007-09-12 14:09:23 +00:00
danielk1977
c15f0b3df7
Fix a problem in the noop-mutexes used for testing. (CVS 4420)
...
FossilOrigin-Name: 4dbeb915b3138194abd5554b52003162235f9a5f
2007-09-10 16:12:59 +00:00
danielk1977
e9dcd5e6e3
Add another test file to help verify thread-safety. (CVS 4419)
...
FossilOrigin-Name: c758cc1d885b4528c0b0ef6382119f20956d4816
2007-09-10 10:53:01 +00:00
danielk1977
49e439d934
Enhance thread001.test again, this time to also test in shared-cache mode. (CVS 4418)
...
FossilOrigin-Name: 54f87899033ddd892bfd3a16310f64fb42d807ae
2007-09-10 07:35:47 +00:00
danielk1977
d9b5b1177d
Upgrade thread001.test to test with multiple database handles. (CVS 4417)
...
FossilOrigin-Name: 6ee2b8ffc4310c8e329f634f3ade058b33c53a2a
2007-09-10 06:23:53 +00:00
danielk1977
667a6c98e9
Fix an undeclared identifier in an IOTRACE (debugging) block. (CVS 4416)
...
FossilOrigin-Name: 48e59c747f2be08102f16290fa57dfffc2ae920d
2007-09-10 06:12:04 +00:00
danielk1977
570f7e2505
Modify test_thread.c to use tcl apis for creating threads. (CVS 4415)
...
FossilOrigin-Name: 9b7bab7fc28201b62159e959651acb980095ad06
2007-09-07 18:40:38 +00:00
drh
b9ee493971
Fix a segfault that could occur while attempting to add new pages
...
to the freelist in a corrupt database. (CVS 4414)
FossilOrigin-Name: c8e85fff7ede68f0b8c8ebfe3df4b26a630abeff
2007-09-07 14:32:06 +00:00
danielk1977
44918fa036
Add the beginning of the thread-safety tests. There are more to come. (CVS 4413)
...
FossilOrigin-Name: 753908e8411024abd5c3da1b8c62f70e35f8734d
2007-09-07 11:29:25 +00:00
drh
91a66398f1
Modify the CLI so that it will ignore whitespace at the end of lines.
...
Ticket #2631 (CVS 4412)
FossilOrigin-Name: f780a17f4b0e679479c2b368d8659a0ee61c343d
2007-09-07 01:12:32 +00:00
drh
7dc385ee85
Throw an error on an attempt to open a database where the page
...
size is larger than SQLITE_MAX_PAGE_SIZE. Ticket #2628 . (CVS 4411)
FossilOrigin-Name: 4881f7cb37e35dcf5da358464ac858a508128e47
2007-09-06 23:39:36 +00:00
drh
334b299462
Base the name of the statement journal on the original database filename.
...
Remember the statement journal name for the lifetime of the Pager so
that the name pointer passed to xOpen persists as long as the file
exists. (CVS 4410)
FossilOrigin-Name: 44d8d1e92d93a5bb28bd10281b4d87e89586ef58
2007-09-06 23:28:23 +00:00
drh
bf4bca541e
Allocate page cache headers and page cache data buffers separately.
...
The data buffer will be a power of two in size and this gives some
malloc implementation additional optimization opportunitites. (CVS 4409)
FossilOrigin-Name: 2b755defe51a565a2b6ace58381d6e91f6f17db8
2007-09-06 22:19:14 +00:00
drh
24e824c4eb
Updated comments on journal.c. No changes to code. (CVS 4408)
...
FossilOrigin-Name: 3298441086330d1d24c30b7c061dfec98e9ea3ac
2007-09-06 13:49:37 +00:00
danielk1977
bd468510ee
Add some extra comments to the header in test_async.c. (CVS 4407)
...
FossilOrigin-Name: 79cf4e886cd5f1cd22574ce13135d4e32c1047b6
2007-09-06 07:47:18 +00:00
pweilbacher
5056b41c1f
Fix temp file handling for OS/2 so that trailing slashes or backslashes
...
are stripped off the path gotten from the environment. Otherwise full
paths might contain multiple slashes which causes opening of files to
fail. (CVS 4406)
FossilOrigin-Name: 96aa96ac11ab63b51e4322e88ded4f931e1e78c8
2007-09-05 22:28:23 +00:00
drh
8674261a8f
Fix a harmless typo in the PRNG initialization on win32. Ticket #2617 . (CVS 4405)
...
FossilOrigin-Name: ea1d76e3fae599f7197f32852f1722b61ae3f8a7
2007-09-05 17:06:03 +00:00
danielk1977
7a4252b2bb
Fix error handling (malloc and io errors) in the asynchronous backend. (CVS 4404)
...
FossilOrigin-Name: 80a44382d149b9d53212c15368565ede31aa2dc4
2007-09-05 16:54:41 +00:00
danielk1977
7be2cce333
Test that the asynchronous backend works with components like "." or ".." in the path to the database file. (CVS 4403)
...
FossilOrigin-Name: 0a87a854226ccea920484613dd7f7873e673c96e
2007-09-05 14:32:25 +00:00
drh
df6a81c838
Restore the sqlite3_mutex_try() optimization on winNT systems. (CVS 4402)
...
FossilOrigin-Name: 3aace2fa91e96038f7a32366828ac7520470fa67
2007-09-05 14:30:42 +00:00
danielk1977
ed10afb4c0
Remove the unixFile.isOpen variable (no longer in use). (CVS 4401)
...
FossilOrigin-Name: 1786e9c881a67fbf8bd014d643590534c8c601dc
2007-09-05 13:56:32 +00:00
danielk1977
b6be675dcb
Fix a problem in the test scripts for the asynchronous backend. (CVS 4400)
...
FossilOrigin-Name: 630fc71f3df5ab6129ddff9d8184893ecc6cf3c5
2007-09-05 11:34:54 +00:00
drh
ca49cbaf63
Do not use the TryEnterCriticalSection API on windows since it is
...
unavailable on some platforms. (CVS 4399)
FossilOrigin-Name: bf3d67d1bd1c48fff45dc24818b8358f79c9fdef
2007-09-04 22:31:36 +00:00
danielk1977
7eda2cdbae
Add external locking to test_async.c. There are still some tests to come. (CVS 4398)
...
FossilOrigin-Name: 3794dcd31a74e90b181b336bf6a4c917bda526b8
2007-09-04 18:28:43 +00:00
danielk1977
5bccfc95b1
Fix a problem whereby the *ppVtab output buffer passed to sqlite3_module.xConstruct() could be invalidated (freed) if a malloc() failure occured within a call to sqlite3_declare_vtab(). (CVS 4397)
...
FossilOrigin-Name: efd61df1b9170f0134787ae17ac996a7eff64add
2007-09-04 15:38:57 +00:00
danielk1977
7c836f06d3
Add internal locking to the test_async.c backend. So that more than one connection may be used from within a single process. (CVS 4396)
...
FossilOrigin-Name: 17ca684c124445f17d1e36c37e169056c5fd4569
2007-09-04 14:31:47 +00:00
drh
c0b3abb276
Clarify documentation on the return value from sqlite3_column_blob() for
...
a zero-length BLOB. Clarify the documentation on what happens when you
have a zeroblob() with a negative length. Additional test cases but no
changes to code. Ticket #2623 . (CVS 4395)
FossilOrigin-Name: 63ca02a5b2700858f0eceadc9b58b942d473b191
2007-09-04 12:18:41 +00:00
drh
79491ab85d
Documentation fixes. No changes to code. Tickets #2622 and #2624 . (CVS 4394)
...
FossilOrigin-Name: 2eadef90162590a7b947c38acf0016d0c55821c7
2007-09-04 12:00:00 +00:00
drh
268567179c
Fix yet another typo on the homepage. Ticket #2621 . (CVS 4393)
...
FossilOrigin-Name: d5fec873102728a1ea9fbdae6799780bfb98bcfb
2007-09-04 03:28:27 +00:00
drh
0bd1d1827e
Fix a typo on the homepage. Ticket #2619 . (CVS 4392)
...
FossilOrigin-Name: deecd934e651e6813cc364c41015bf3b15a2b193
2007-09-04 03:08:56 +00:00
drh
cee5411458
Version 3.5.0 Alpha (CVS 4391)
...
FossilOrigin-Name: 1b690be22a1359696728961d21054fa38f55e866
2007-09-04 02:38:14 +00:00
drh
2769329295
More documentation changes prior to the 3.5.0 alpha release. (CVS 4390)
...
FossilOrigin-Name: b15b03dfd6baef696c80ba1621cd36b1dbec1286
2007-09-04 01:58:26 +00:00
drh
dc05efb4ff
Fix the malloc-10 test in malloc.test so that it will run on windows when
...
invoked from exclusive3.test. (CVS 4389)
FossilOrigin-Name: 1166f9c7d1b3cb39a2ab96ed08a0552ba5fe1851
2007-09-04 01:25:48 +00:00
drh
d33991c7ee
Fix Makefile.in so that it rebuilds all source files that use SQLITE_TEST
...
when constructing the testfixture. (CVS 4388)
FossilOrigin-Name: dced71a010c14a53e0f71841b5fd55108b7f88b3
2007-09-03 22:15:45 +00:00
drh
3285db26e4
Fix btree.c so that it works with -DSQLITE_THREADSAFE=0 and -DSQLITE_DEBUG=1 (CVS 4387)
...
FossilOrigin-Name: fee2d7c0e6d34dd19ff5f7631c1743879068c8ce
2007-09-03 22:00:39 +00:00
drh
3f3b635451
Documentation updates in preparation for the release of version 3.5.0. (CVS 4386)
...
FossilOrigin-Name: c6809bf77625f420ac62513635628ff4f1766f83
2007-09-03 20:32:45 +00:00
danielk1977
c8bbbc5373
In sqllimits1.test, set MAX_SQL_LENGTH to a value smaller than MAX_LENGTH. (CVS 4385)
...
FossilOrigin-Name: 51726a9bb6c7f98c496302745656dc317ad5c094
2007-09-03 18:01:24 +00:00
drh
70c01456e8
Unix OS interface returns SQLITE_CANTOPEN following a getcwd() failure. (CVS 4384)
...
FossilOrigin-Name: ed15db4610bc6202c624234e48d234e0005825e4
2007-09-03 17:42:17 +00:00
danielk1977
5ce240a618
Remove an unreachable case from xferOptimization(). Also other minor test coverage improvements. (CVS 4383)
...
FossilOrigin-Name: 75af7189c0ed1b24a32cff6960af7f17326cbc17
2007-09-03 17:30:06 +00:00
drh
af5f040589
Fix the open file counter on windows. (CVS 4382)
...
FossilOrigin-Name: 40cf0c177635c087b7695a8c4c3b37da57f74425
2007-09-03 17:09:03 +00:00
drh
dec6fae9d9
Get the io.test tests working on windows. (CVS 4381)
...
FossilOrigin-Name: 1be70015e24f715a4276f253d2e0c0eec44650ee
2007-09-03 17:02:50 +00:00
drh
dfdcf2c582
Fix the incrblob.test on windows. Disable line terminator translation. (CVS 4380)
...
FossilOrigin-Name: ccbd2efebaecfd26d7016eb6684ad26c0bcc4e6b
2007-09-03 16:45:35 +00:00
drh
5a3032b3e2
Enable threadsafe builds by default in configure. Ticket #2606 .
...
Changes to test scripts to do better testing under all configurations. (CVS 4379)
FossilOrigin-Name: d66e08fd4f12407e565dc9fc53a5802216808378
2007-09-03 16:12:09 +00:00
drh
4753889c55
Test script fixes to get things running under varying configurations.
...
No changes to code. (CVS 4378)
FossilOrigin-Name: 340a6d09bcde11065c1887b84bb81805b523ffb6
2007-09-03 15:42:47 +00:00
drh
386ef28bc2
Remove the last traces of SQLITE_ENABLE_REDEF_IO. (CVS 4377)
...
FossilOrigin-Name: 38dff76ddf0ec7d2cd0d2e1282f9c36558e5661a
2007-09-03 15:26:20 +00:00
drh
33f4e02af6
Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some
...
test cases added but more are needed. Ticket #2616 . (CVS 4376)
FossilOrigin-Name: 020a2b10d408f51d4ef3211c5f701f5378fd4625
2007-09-03 15:19:34 +00:00
danielk1977
cd2543b6ae
Fix a problem in hash.c when replacing entries in tables configured with copyKey==0. (CVS 4375)
...
FossilOrigin-Name: a19d3a73a91f2040ec35d913f11743ff4913ffb7
2007-09-03 15:03:20 +00:00
drh
d1a793126a
Improvements to the xRandomness() method on the default windows VFS.
...
Ticket #2615 . (CVS 4374)
FossilOrigin-Name: 91b50f31e35652a40d51f5d9bf22efce36d515e4
2007-09-03 13:06:11 +00:00
drh
ee6c9722cc
Document the fact that xRandomness is only called once from the default VFS.
...
Ticket #2614 . (CVS 4373)
FossilOrigin-Name: e89d4131a1b55da1a7f226d7f7b416f02f5e2c6e
2007-09-03 12:34:57 +00:00
danielk1977
860b6cd2b9
Add a module-destructor to the echo module (test8.c) to improve code coverage. (CVS 4372)
...
FossilOrigin-Name: e3dd3651421ee723f9b7550fc333a308a83b276d
2007-09-03 11:51:50 +00:00
danielk1977
fa18bece7a
Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371)
...
FossilOrigin-Name: c0ce63196458c81e0859fc8a38f2dd2145a580bc
2007-09-03 11:04:22 +00:00
danielk1977
369ff42e77
Fixes to test code so that the test suite passes without SQLITE_MEMDEBUG defined. (CVS 4370)
...
FossilOrigin-Name: ed2a2e0102c4fd2221096028d55a6f1d54f97274
2007-09-03 07:31:09 +00:00
drh
e9bb50ae50
The sqlite3_vfs_register() interface now calls sqlite3_vfs_find(0) to make
...
sure the VFS subsystem is initialized. Ticket #2611 . (CVS 4369)
FossilOrigin-Name: 4a9999a36d01a8c6490792605a6f7e233cc4402c
2007-09-02 17:52:04 +00:00
drh
0d097d4629
Fix function name typo in mem1.c. This bug managed to make it into
...
the tree because the code in mem1.c is only compiled when the
-DSQLITE_MEMDEBUG compile-time option is omitted. But
pre-checkin tests usually include this option. Ticket #2612 . (CVS 4368)
FossilOrigin-Name: 59e02db2402f9fcadfbeee88ab5778d27ddde634
2007-09-02 17:50:35 +00:00
danielk1977
880c15beb9
Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367)
...
FossilOrigin-Name: 02b751fb9dbc683b1b77a2ed3cdeb4190f7339e0
2007-09-01 18:24:55 +00:00
drh
4ff7fa0d67
Comment changes in sqlite.h.in in order to generate better capi3ref.html
...
documentation. (CVS 4366)
FossilOrigin-Name: 280474595687bb843872f1bbc82cda3b1982085c
2007-09-01 18:17:21 +00:00
danielk1977
d7d2f93cbb
Remove code for calling the SQL function randstr() with 0 or 1 argument, as it is registered with sqlite as requiring exactly 2. Also test io errors in sqlite3_release_memory(). (CVS 4365)
...
FossilOrigin-Name: 5842f68c1ba838f24e9ba02c818d308540d591a4
2007-09-01 17:00:12 +00:00
danielk1977
843e65f2fc
Remove the syncOk argument to pager_recycle. Now that sqlite3_memory_release uses a global lru list of page, it is no longer required. (CVS 4364)
...
FossilOrigin-Name: fb27692ab10b22851b265348bb6b3e1dececd60f
2007-09-01 16:16:15 +00:00
danielk1977
28c66307d7
Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE_DEBUG is defined. (CVS 4363)
...
FossilOrigin-Name: fde6142b7bb33198b3d6b65cfbddfad61694b1fb
2007-09-01 11:04:26 +00:00
danielk1977
b8cdbec246
Allow sqlite3GetInt32 to recognize 10-digit decimal numbers as 32-bit. (CVS 4362)
...
FossilOrigin-Name: 7571345d2078fb52029f9b9924d833ec36d443e6
2007-09-01 10:01:12 +00:00
danielk1977
ca0c89715e
Fix a problem handling a malloc() failure in printf.c. Also some other things to improve test coverage. (CVS 4361)
...
FossilOrigin-Name: 595bfe72f053bc6ecb58bb9044a4cdc53d30b404
2007-09-01 09:02:53 +00:00
danielk1977
95c8a54c7d
Fix for registration of non-default vfs objects. (CVS 4360)
...
FossilOrigin-Name: 5f48fb95c26a713b3259ee49fd444108030376dc
2007-09-01 06:51:27 +00:00
danielk1977
c3f759bd33
Fix a bug in loadext.test. (CVS 4359)
...
FossilOrigin-Name: 2be8af9d402a5cd8da8c348883188eb38900f6dc
2007-09-01 06:19:05 +00:00
danielk1977
98cab2c038
Call sqlite3OsDlError to obtain error information after DlOpen or DlSym fail. (CVS 4358)
...
FossilOrigin-Name: 3d74256c9123e8434c68e6a0c5b61686b34a4328
2007-09-01 05:57:49 +00:00
drh
f869347555
Change the windows tempfile name generator so that it uses 119 bits
...
of randomness and does not bother to check to see if the file already
exists. Ticket #2608 . (Unable to test from this machine, but the
changes are simple and isolated. Hope it works.) (CVS 4357)
FossilOrigin-Name: ca6c1e3f44d8b9d9b76a0efe53ea6a6ad5e14d57
2007-09-01 02:13:10 +00:00
drh
0e3c083088
Get make doc working again. (CVS 4356)
...
FossilOrigin-Name: 8f73ebc6e30467d2c594701e0aa45b53147ef2ef
2007-08-31 18:50:31 +00:00
drh
9e33c2c108
Remove the xLockState method for sqlite3_io_methods. Replace it with
...
a defined call to xFileControl(). This simplifies the interface and
also gives us coverage testing of sqlite3_file_control(). (CVS 4355)
FossilOrigin-Name: 306586c412b87c6d12bac796641517afa3f9eb6a
2007-08-31 18:34:59 +00:00
danielk1977
e6a58a4e2a
Allow sqllimits1.test to be run from a regular build of testfixture. Add the 'amalgamation-testfixture' target to main.mk - to build testfixture via sqlite3.c. (CVS 4354)
...
FossilOrigin-Name: d119427314d27f291b605073d34826cdb89746c1
2007-08-31 17:42:48 +00:00
drh
cc6bb3eaeb
Initial implementation of the sqlite3_file_control() interface.
...
Compiles and passes all historical tests but the new method is itself
untested. (CVS 4353)
FossilOrigin-Name: d3ab3e3911f10b17d0859a34f4f007c790a0cd82
2007-08-31 16:11:35 +00:00
drh
3570ad93d8
Convert the TCL interface to use sqlite3_open_v2 (CVS 4352)
...
FossilOrigin-Name: 3434b7a9213f210498f43cb5094a0f3f5c25b957
2007-08-31 14:31:44 +00:00
danielk1977
85378228b6
Fix a problem in malloc3.test preventing all.test from completing. No code changes. (CVS 4351)
...
FossilOrigin-Name: ee9b3e5e38c52f5669009a08aec58678ccad0d87
2007-08-31 05:00:48 +00:00
drh
b67e8bf071
Add the experimental sqlite3_threadsafe() API. (CVS 4350)
...
FossilOrigin-Name: 1b39a714efbe1f4ccc8daf68a227a8c9b84a388f
2007-08-30 20:09:48 +00:00
drh
ad3e78b671
Fix the loadable extension module so that it will compile with
...
SQLITE_THREADSAFE=0. (CVS 4349)
FossilOrigin-Name: a73a8b50f76f4f948a4080070ac2354d8ea05515
2007-08-30 20:09:27 +00:00
shess
ae00b4e64b
Fix discrepency in the test pointed out by a user. Was testing fts2 :-). (CVS 4348)
...
FossilOrigin-Name: 65c62ed85edd2cb3cf26f01fadf3b342c1e8a20f
2007-08-30 20:01:32 +00:00
shess
999cc5d7e8
Fix memory leak reported by an fts1 user. Was losing a doclist on a
...
query error. (CVS 4347)
FossilOrigin-Name: eee025024972852990e704253d1443c1cefb376c
2007-08-30 19:56:37 +00:00
drh
61f6dc608f
Make mutex functions available to loadable extensions. Fix the
...
amalgamation generator to include the latest source files. (CVS 4346)
FossilOrigin-Name: 293a3f837bd6c6a26f694a9210e59ace23abb6bb
2007-08-30 17:15:37 +00:00
drh
e1843aff8c
Fix a memory leak in the win32 OS driver. Ticket #2602 . (CVS 4345)
...
FossilOrigin-Name: 1f80cf5e759af68b854d4de2e97badf546a465ca
2007-08-30 16:46:04 +00:00
danielk1977
8601124d56
Fix the "test_destructor" test function in utf-16 mode. Fix for test failure in utf16 version of func.test. (CVS 4344)
...
FossilOrigin-Name: c073b78040e5833de038dea464ac87c7358b8b51
2007-08-30 16:30:27 +00:00
drh
428e282662
Make the latest interfaces usable by loadable extensions. (CVS 4343)
...
FossilOrigin-Name: e9b2700b8c30b0255c9e33419ff18bdebb78087a
2007-08-30 16:23:19 +00:00
danielk1977
2f2d8c7331
Prevent sqlite from opening directories as databases under unix. Fix for test cae in misc7.test. (CVS 4342)
...
FossilOrigin-Name: e30546504c59c7d92d83a32d9b7e83edc175e247
2007-08-30 16:13:33 +00:00
danielk1977
cd03724cb2
Check in extra fixes for malloc4.test. (CVS 4341)
...
FossilOrigin-Name: 49ce3a838194f0316c883dbe1596d13c0c0fad1b
2007-08-30 15:46:06 +00:00
danielk1977
744f574889
Fixes for malloc4.test. (CVS 4340)
...
FossilOrigin-Name: 23746924db3c005d1f75572c6cbb91db6fc41eb4
2007-08-30 15:16:04 +00:00
drh
60d09a712c
Fix the SQLITE_MIXED_ENDIAN_64BIT_FLOAT option so that it works on
...
goofy linux kernels that employ CONFIG_FPE_FASTFPE. Patch from
Frank van Vugt. (CVS 4339)
FossilOrigin-Name: 71ab92e900512ad01047b46f734bd5f65998ecf9
2007-08-30 15:05:08 +00:00
drh
f81fe71c2a
Fix a ref-count problem in the TCL bindings. Ticket #2597 . (CVS 4338)
...
FossilOrigin-Name: 18a5babb72102f9a82cb24757612a8b683a3f995
2007-08-30 14:58:20 +00:00
danielk1977
c16d463085
Remove the SYNC_BARRIER flag. (CVS 4337)
...
FossilOrigin-Name: 5a22d8695b49cf7bc2eee382b66a98d29adb9e6e
2007-08-30 14:49:58 +00:00
danielk1977
37f0d22199
Fixes to malloc3.test so that it can run in transient or persistent failure mode. (CVS 4336)
...
FossilOrigin-Name: e14e3688eb64577a2a7070e4e47e715a5d7d5089
2007-08-30 14:41:34 +00:00