drh
20753fb2d0
Updates to the publish.sh script and the download.html webpage. (CVS 1858)
...
FossilOrigin-Name: 23c2ec459101d45c17e6e4cc6a20ed1b981cfd35
2004-07-22 18:53:17 +00:00
drh
8685a946b8
Fixes to the publish.sh file for version 3.0. (CVS 1857)
...
FossilOrigin-Name: cc82288b9fff13ae1dc0ae61dfc6be1ac0e603f7
2004-07-22 18:44:23 +00:00
drh
75f6a032c4
Implement the experimental sqlite3_bind_parameter_count() API in support
...
of DBD::SQLite. Also fix the sqlite3.def export list. (CVS 1797)
FossilOrigin-Name: c44943e6fe0c88830102253591a501dc7d724d2f
2004-07-15 14:15:00 +00:00
drh
ee4a1872c5
Bug fixes in the windows build process within the publish.sh script (CVS 1792)
...
FossilOrigin-Name: cda795a1d5549231b767114febd9980c9c70d4d2
2004-07-01 11:25:35 +00:00
drh
8eebadf133
Rename sqlite.dll to sqlite3.dll. (CVS 1665)
...
FossilOrigin-Name: a82cb4d30a1191322e61faedc9c48472d0686c98
2004-06-22 14:41:35 +00:00
drh
43d0578e04
Fix typos in documentation. Fix publish.sh so that it correctly builds the
...
ZIP archive of preprocesses source code. (CVS 1620)
FossilOrigin-Name: fee0c5e308c3de1937185e2060c8757e605ab3a2
2004-06-18 15:13:48 +00:00
drh
7b93ed3d48
Documentation updates and changes the publish.sh script. (CVS 1602)
...
FossilOrigin-Name: e9a77f8972128550f6ff98dcf854eb7680eaee8b
2004-06-16 03:02:00 +00:00
drh
93db69ee0f
Add the capi3ref.html page to the website. (CVS 1516)
...
FossilOrigin-Name: 89f54f1ffdddc99340777cda6d9b1d7446549fa2
2004-06-01 01:22:37 +00:00
drh
6da834a8b4
Make sqlite_encode_binary() and sqlite_decode_binary() an official part of
...
the library. (CVS 1295)
FossilOrigin-Name: 786fe545560ec6c42bb0e344345031f425bf177a
2004-03-14 22:11:59 +00:00
rdc
b0c374ffbb
Fixed behaviour of last_insert_rowid() with triggers and add last_statement_change_count() function that works correctly with triggers. (CVS 1251)
...
FossilOrigin-Name: 3383413a53bff0fef0765144de3bb9a298a5bb5c
2004-02-20 22:53:38 +00:00
drh
e8a63423da
Change permissions on the install-sh file to be executable. Ticket #582 . (CVS 1200)
...
FossilOrigin-Name: eafa714d1f0abe7e4822a6d137c2a7c6179ffab3
2004-01-27 17:46:55 +00:00
drh
be992ef9c9
Couple of last-minute changes before 2.8.0. (CVS 871)
...
FossilOrigin-Name: 8192c937d524fef703d7ba2eb608c3d74e20440f
2003-02-16 22:48:12 +00:00
drh
fcb78a4900
Fix datatype reporting and collating sequence selection so that it works
...
correctly on views and with the UNION, EXCEPT, and INTERCEPT operators. (CVS 839)
FossilOrigin-Name: 71cc292dce59cf8224b205d1cdbff59ad12f1043
2003-01-18 20:11:05 +00:00
drh
275ed72c9b
Export the sqlite_function_type function from windows DLLs. Ticket #173 . (CVS 766)
...
FossilOrigin-Name: d5470dfe102ef9b1dac3b15a2f5cc225e3c26129
2002-10-20 15:55:01 +00:00
drh
76800328b2
Documentation and makefile updates. (CVS 709)
...
FossilOrigin-Name: 92c403f485390bbd83a5be472e61c974f76d46b1
2002-08-13 20:45:39 +00:00
drh
ac729e224e
Fix a bug in the publish.sh script that was causing the windows DLL to not
...
be built. (CVS 686)
FossilOrigin-Name: ee8c2758a222251fed0197d2a364346d05728240
2002-07-18 11:07:19 +00:00
drh
25197f4835
Fix for ticket #54 : Export additional APIs to the Win32 DLL. (CVS 672)
...
FossilOrigin-Name: 072fd2ad588332b1f1f725515bedfbc0cf035315
2002-07-13 14:41:49 +00:00
drh
1f66c57a9c
Fix for ticket 91: Modify the "publish.sh" script to use the new mingw
...
cross-compiler installed on the development platform. (CVS 657)
FossilOrigin-Name: 3cac283de4939538f09cd11e2cbdc84e9a9602f2
2002-07-02 11:55:32 +00:00
drh
ef9f708e8f
Fix for ticket #28 : Export the "sqlite_changes" function in Windows DLLs. (CVS 547)
...
FossilOrigin-Name: f7cea4634dd53204b4aa8a3630b9c55c40fdc4b3
2002-04-26 09:47:20 +00:00
drh
203c211064
Combine the homerpm.sh file in with publish.sh. Update the website files to
...
refer to the new RPMs that are now being built. Fix a small problem with
the spec file. (CVS 505)
FossilOrigin-Name: 57d4c7704794d0a28cbf67be3f90dbf81bf3b05d
2002-03-29 18:16:04 +00:00
doughenry
1d36650fa3
added a section to create a spec file and build the rpm files (CVS 504)
...
FossilOrigin-Name: e529143967a6fd4e65dea6a5ff68a7aabc36f787
2002-03-29 01:29:53 +00:00
drh
fa86c4127d
Checkpoint code added to the pager. Regression tests work but the new APIs
...
have not been tested yet. (CVS 361)
FossilOrigin-Name: aaa53e113ef849e34883ead8ae584c722ad967db
2002-02-02 15:01:15 +00:00
drh
1c92853dac
Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL,
...
IGNORE, and REPLACE. This checkin is code only. Documentation and
tests are still needed. Also, ABORT is not fully implemented. (CVS 360)
FossilOrigin-Name: d0e7cf4a83e6abad7129bed356b7492dddaff474
2002-01-31 15:54:21 +00:00
drh
a297b5c3cf
Added implementations for sqliteOsEnterMutex() and sqliteOsLeaveMutex(). (CVS 348)
...
FossilOrigin-Name: f8a026a3ca14ef0b0d562029dd6b184f060457f4
2002-01-15 18:39:43 +00:00
drh
4cbd68f805
Release 2.1.7 (CVS 329)
...
FossilOrigin-Name: 71cb9e8ad7616b1f84dc04700685bd4dc157d2db
2001-12-15 02:58:18 +00:00
drh
a8b38d286e
Remove cruft: restrict the number of sorters and lists in the VDBE to one
...
since no more than one was ever used anyway. This eliminates several
op-codes and simplifies the implementation of several others. (CVS 297)
FossilOrigin-Name: e1370276c2a0d045b29c981ddcb59f737e19a91c
2001-11-01 14:41:34 +00:00
drh
9d31976c3d
Remove files before rebuilding. (CVS 283)
...
FossilOrigin-Name: 6307641d463eefd5ec346d299830e822acbc0938
2001-10-09 12:44:43 +00:00
drh
66f95a65f8
Line tclsqlite.so against the stub library. (CVS 273)
...
FossilOrigin-Name: 7e79e91b03e21058bbae2c0aab8f3e8ce09ae7f9
2001-09-28 18:10:55 +00:00
drh
90ca975338
Version 2.0.0 (CVS 272)
...
FossilOrigin-Name: 1df5386a5557c1fc6a5433e9dbd23009026be369
2001-09-28 17:47:14 +00:00