drh
|
ee570fa498
|
Fix an array index bug in the default busy callback handler.
Ticket #1198. (CVS 2447)
FossilOrigin-Name: 3cc14b7606681d04eb56003a0996322e3b3bdc73
|
2005-04-28 12:06:05 +00:00 |
|
drh
|
f8db1bc03b
|
Remove some vestigal code. Add the experimental sqlite3_transfer_bindings()
API. (CVS 2446)
FossilOrigin-Name: 88b39436f00d645cdb6333a7413c698c42227d3f
|
2005-04-22 02:38:37 +00:00 |
|
drh
|
b47d45ccbf
|
Correctly store large integers. Ticket #1212. (CVS 2445)
FossilOrigin-Name: 00e20690bb8cc6522c9c48f36f0c3336ae007827
|
2005-04-15 12:04:34 +00:00 |
|
kwel
|
c7e22ee254
|
Added tests to exercise delete, insert, and update triggers on views (tkt #1169) (CVS 2444)
FossilOrigin-Name: 6cd19ddcba5fbea1be04b44699c911294618e948
|
2005-04-08 19:48:27 +00:00 |
|
kwel
|
d536273abf
|
Fixed stack growth in update trigger on views (tkt #1169) (CVS 2443)
FossilOrigin-Name: 99fcd5561b539010b7e76cad7815bb2350541f00
|
2005-04-08 16:08:36 +00:00 |
|
kwel
|
ae87f0ed25
|
Fixed stack growth in delete trigger on views (tkt #1169) (CVS 2442)
FossilOrigin-Name: 1a757ba13292577d01bd7b66811bcfd6748b9f7e
|
2005-04-08 16:07:47 +00:00 |
|
danielk1977
|
55c45f2e1e
|
Apply Tcl 'nullvalue' patch from Stefan Finzel. (CVS 2441)
FossilOrigin-Name: 9906ae37b9be684b615a1190cf8798513baa799a
|
2005-04-03 23:54:43 +00:00 |
|
drh
|
2b70fb90e1
|
Documentation updates. (CVS 2440)
FossilOrigin-Name: 7e6f688d468099a6e62e405086c9172459d43e3f
|
2005-04-01 16:29:12 +00:00 |
|
drh
|
495c09a49a
|
Make the ORDER BY clause return equal elements in the same order they were
seen (a stable sort). It was returning them in exactly the reverse order. (CVS 2439)
FossilOrigin-Name: e8391491a68018406e30c2a699a4cab9e0de092c
|
2005-04-01 10:47:40 +00:00 |
|
drh
|
9a7e60865d
|
Add a "const" declaration to a constant. Fix a typo in a comment. (CVS 2438)
FossilOrigin-Name: 67aaa269068ea6b6f784979c09b3deb091928563
|
2005-03-31 22:26:19 +00:00 |
|
drh
|
4fb90f2bff
|
Update comments and documentation to give the true maximum page size as 32K,
not 64K as was previously (and erroneously) reported. Ticket #1194. (CVS 2437)
FossilOrigin-Name: 58dd436b6572d38ea67960b8d08a0ca4359602f0
|
2005-03-31 21:02:45 +00:00 |
|
drh
|
f4f8fd51e4
|
Make sure integer primary keys larger than 2^31 are handled
properly. Ticket #1188. (CVS 2436)
FossilOrigin-Name: 1d04c2ab299430959b8a193d4679cbc4c0be31a4
|
2005-03-31 18:40:04 +00:00 |
|
drh
|
3ced14a616
|
Fix a memory leak in the TCL bindings. (CVS 2435)
FossilOrigin-Name: c31ea6332f53d361be864554b83662d3fc0d52f7
|
2005-03-31 18:26:20 +00:00 |
|
danielk1977
|
3eb8db90ba
|
Fix a problem with threads and the global database list in main.c. (CVS 2434)
FossilOrigin-Name: 4aa05d2251b0cf6323ea695330de9ccf7e071bed
|
2005-03-29 23:34:58 +00:00 |
|
drh
|
60625c4c84
|
Version 3.2.1 (CVS 2433)
FossilOrigin-Name: 844f01af726f5e478a4ef32f39be9f20360a0d96
|
2005-03-29 13:37:46 +00:00 |
|
drh
|
d2d62b31ce
|
Change the date of the 3.2.1 release. (CVS 2432)
FossilOrigin-Name: afa42e2fa4487e4671ee481df09659a447f9c2a8
|
2005-03-29 13:19:01 +00:00 |
|
drh
|
faf60c7a0d
|
Fix minor display bugs in sqlite3_analyzer. (CVS 2431)
FossilOrigin-Name: d89aaba5b0fe6b2787531cadd7806ab5a3fdeb98
|
2005-03-29 13:18:16 +00:00 |
|
drh
|
19642e5d65
|
Fix a C++-ism in the code. (CVS 2430)
FossilOrigin-Name: 312587acf9e94e1d12390a9a0206c9464815e8d7
|
2005-03-29 13:17:45 +00:00 |
|
danielk1977
|
7a5147c5c9
|
Change 'stack' to the more descriptive 'no-push' in vdbe.c. (CVS 2429)
FossilOrigin-Name: 7e54d3c7289c091d449844d21b923e553f1d1f5f
|
2005-03-29 13:07:00 +00:00 |
|
danielk1977
|
bc04f8529d
|
Reduce the space allocated for the runtime virtual machine stack. (CVS 2428)
FossilOrigin-Name: 7d6818da33a87076d1faf35ffc15a3aada0533b3
|
2005-03-29 08:26:13 +00:00 |
|
danielk1977
|
53c0f7480b
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
FossilOrigin-Name: c41d55443c2dd532147962b87f542fb7d37075fd
|
2005-03-29 03:10:59 +00:00 |
|
danielk1977
|
50f059b871
|
Fix segfault due to exception handler being run with uninitialised variable. (CVS 2426)
FossilOrigin-Name: 78df3d040443414ae5b440eeabc0c8c205ab311d
|
2005-03-29 02:54:03 +00:00 |
|
drh
|
88b01a13c6
|
Fix another memory leak in the pager. (CVS 2425)
FossilOrigin-Name: 4ca11ca015d798655170593c1b76d312185d6ed2
|
2005-03-28 18:04:27 +00:00 |
|
drh
|
6cdc5d0269
|
Increment version number and update documentation in preparation for
version 3.2.1. (CVS 2424)
FossilOrigin-Name: b0409b93108096a81245170887d60d076d639c60
|
2005-03-28 16:56:09 +00:00 |
|
drh
|
92fd9d285f
|
Changes to alter3.test to allow it to work with a codec. (CVS 2423)
FossilOrigin-Name: 9e856bab2bbb77004b049827b4a275aa6c48096b
|
2005-03-28 16:50:22 +00:00 |
|
danielk1977
|
634f298c89
|
Modifications to reduce memory consumption. (CVS 2422)
FossilOrigin-Name: 0fd5ce4eefdc429ce0493f15d0dba9e8a3a0b0e2
|
2005-03-28 08:44:07 +00:00 |
|
drh
|
dd5b2fa5f2
|
Fix some memory leaks that occur after a malloc failure. (CVS 2421)
FossilOrigin-Name: bcb5d72ef146b1019c72220701d385c7b0b5d0bd
|
2005-03-28 03:39:55 +00:00 |
|
danielk1977
|
f0b5792bdc
|
Use SQL function substr() correctly from ALTER TABLE code. Ticket #1182. (CVS 2420)
FossilOrigin-Name: ccb9f4022b3ccb1cc2ab001628fd38becfbf8efe
|
2005-03-28 00:07:16 +00:00 |
|
danielk1977
|
b3a2cced6b
|
Correctly allocate new columns array in ALTER TABLE .. ADD COLUMN. Ticket #1183. (CVS 2419)
FossilOrigin-Name: 3c86e63389b286a49106d8d7009cc63e3914d40f
|
2005-03-27 01:56:30 +00:00 |
|
drh
|
d960d0641e
|
Fix a typo in vdbeInt.h. This was potentially a serious mistake, but we got
lucky and it is benign. (CVS 2418)
FossilOrigin-Name: f0d64dc8aa65b25af551e6e5f07746bd77c8112a
|
2005-03-23 01:48:47 +00:00 |
|
drh
|
1d5de64d20
|
Fix typo in the formatchng.html document. (CVS 2417)
FossilOrigin-Name: 35ace66f3ebefd4cd1455c923199511ab3b72bb6
|
2005-03-23 01:05:14 +00:00 |
|
drh
|
3ee003d8f7
|
Version 3.2.0 (CVS 2415)
FossilOrigin-Name: debf40e8ffa35406685ec027ced1f147ef0487df
|
2005-03-21 19:51:30 +00:00 |
|
drh
|
3d07343c84
|
Documentation changes prior to the release of version 3.2.0. (CVS 2416)
FossilOrigin-Name: cc5a2c8e5d2ddb87f3bce6efaf3e62d7fa00d9ca
|
2005-03-21 19:48:00 +00:00 |
|
danielk1977
|
6b456a2b46
|
Add function to recover from a malloc() failure. (CVS 2414)
FossilOrigin-Name: 1f9d10d7965c95d1e35f64cf4c3f128adabd41f2
|
2005-03-21 04:04:02 +00:00 |
|
danielk1977
|
e94ddc9e43
|
Assorted fixes to the handling of various malloc() failures. (CVS 2413)
FossilOrigin-Name: e7844a01c248e8d9204ea9214bec84c81dc07f32
|
2005-03-21 03:53:38 +00:00 |
|
drh
|
7a8245b525
|
Update docs to say that the default_synchronous pragma has been removed.
Ticket #1049. (CVS 2412)
FossilOrigin-Name: 21012bba176035ff69f860936794a6c2a8eac9df
|
2005-03-21 01:31:36 +00:00 |
|
drh
|
6062d8f5f2
|
fix typo in CREATE VIEW documentation. Ticket #1135. (CVS 2411)
FossilOrigin-Name: 38897a509a98188a06c49c01a71ddf8835c7b607
|
2005-03-21 01:24:02 +00:00 |
|
drh
|
38fba69135
|
Fix an infinite loop in the code generator for INSERT. Ticket #1140. (CVS 2410)
FossilOrigin-Name: 876d09d9145775956913e975c29e81d7553839ac
|
2005-03-21 01:20:58 +00:00 |
|
drh
|
6841f162c6
|
README file updated to suggest running "make install". Ticket #1168. (CVS 2409)
FossilOrigin-Name: b48784cf65420da5ccdf779504e3c0b5c0f2471d
|
2005-03-21 00:47:18 +00:00 |
|
drh
|
4cb29b4cfc
|
Allow the character "T" between date and time in ISO-8601 date/time formats.
Ticket #1170. (CVS 2408)
FossilOrigin-Name: 2bf88daa57b01216c7bbe67972f479ee12be1193
|
2005-03-21 00:43:44 +00:00 |
|
drh
|
09bf0e8d5e
|
Improved support for cygwin. Ticket #1165. (CVS 2407)
FossilOrigin-Name: fcb5cee440ab49e39b62b177cbb04ab0b061a477
|
2005-03-21 00:36:08 +00:00 |
|
drh
|
47fb54da2e
|
Fix a formatting error in the syntax documentation. Ticket #1145. (CVS 2406)
FossilOrigin-Name: 59892be6a4c344cb6654f76e4b3b9db96d52f132
|
2005-03-21 00:28:24 +00:00 |
|
drh
|
ab34b8f65a
|
Fix for ticket #1167 (CVS 2405)
FossilOrigin-Name: d9aa0aa9ae2ca0dec976ba2ae4cd7047132be45b
|
2005-03-20 23:18:57 +00:00 |
|
drh
|
8aa60cb746
|
Do not attempt to read the journal file on windows because manditory locking
on windows will not allow it. Ticket #1166. (CVS 2404)
FossilOrigin-Name: 1865e0d81c827cc879dde96c6a9f42e740b6a560
|
2005-03-20 22:54:56 +00:00 |
|
drh
|
9636284e32
|
More changes for ticket #1171 after additional analysis. (CVS 2403)
FossilOrigin-Name: 0471d6b86fd67c22da832beb280b31305c5aa812
|
2005-03-20 22:47:56 +00:00 |
|
drh
|
41712ef171
|
Tentative fix for ticket #1171. More research and testing needed. (CVS 2402)
FossilOrigin-Name: f0a39cee78472b93cce5304fc255285ddea7d2bf
|
2005-03-20 19:10:12 +00:00 |
|
drh
|
c2cb4c10c8
|
More documentation updates. (CVS 2401)
FossilOrigin-Name: f065b6102db838d48f1a1a9ed68b2a09cd440cf8
|
2005-03-19 15:10:45 +00:00 |
|
drh
|
47b4b29b12
|
Preparations for the release of version 3.2.0. (CVS 2400)
FossilOrigin-Name: 90a00e90663749e5d1f8e28709dfbe981f8afc8b
|
2005-03-19 14:45:48 +00:00 |
|
drh
|
255d448726
|
Fix typos in documentation. (CVS 2399)
FossilOrigin-Name: aee888ca58a7d059ff3ccb26bf0924550d54ab1c
|
2005-03-19 03:41:57 +00:00 |
|
drh
|
ddba9e54e7
|
Updates to comments and documentation. No changes to code. (CVS 2398)
FossilOrigin-Name: e53c77268cd16802bd8c6fc4c6cd5280dc12f9c1
|
2005-03-19 01:41:21 +00:00 |
|