aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
...
* Tests to improve coverage of main.c. (CVS 2202)danielk19772005-01-12
| | | FossilOrigin-Name: 4e28c82adabb58ad9f79ed829734a2ff569a7c05
* Fix a bug in tclsqlite.c. (CVS 2199)drh2005-01-12
| | | FossilOrigin-Name: 50f1e229652610b386745bb39fed45549cc74aa7
* Tcl interface does as sqlite3 or as sqlite. A compile-time option allows drh2005-01-08
| | | | | duel linking. Also fix a bug in the pragma change from earlier today. (CVS 2186) FossilOrigin-Name: ad10953799f3aa15fde41cbbd5911a3b56c326ec
* Fix a C++-ism in the previous change to tclsqlite.c. (CVS 2168)drh2004-12-17
| | | FossilOrigin-Name: b49b8fdd11a5a4aac15ceda58a28bbc852f6f239
* Add 'copy' method for tcl interface. Behaves similar to shell .import or ↵tpoindex2004-12-17
| | | | | COPY statment in 2.x. (CVS 2167) FossilOrigin-Name: a9311d9df054a91e231d4e4332df0d661675744d
* Get the build of sqlite3_analyzer working with Makefile.in. (CVS 2154)drh2004-12-02
| | | FossilOrigin-Name: f7415a0d6433980ff6c25cf2238f5e9881c38873
* Add authorization callbacks for REINDEX. (CVS 2148)danielk19772004-11-23
| | | FossilOrigin-Name: 9f0d744ee4d99f44e88c6f799821791c3b5f31b6
* Add authorization callbacks to ALTER TABLE. (CVS 2093)danielk19772004-11-12
| | | FossilOrigin-Name: c4115aa3a1b010704af76c5ae9f6dcbfa4038df8
* The TCL interface responds correctly to "break", "continue", and "return"drh2004-09-13
| | | | | inside of the script of an eval statement. (CVS 1958) FossilOrigin-Name: dd62224ae8d1047db388acdc4b91eb56fb9e966a
* Fix the onecolumn method in the TCL interface so that it works the samedrh2004-09-07
| | | | | | as the eval method in all ways except for returning just the first value in the result set. (CVS 1944) FossilOrigin-Name: f323e4f86a08fe6448cbd4ff7cab459e8039d9f1
* Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3drh2004-09-06
| | | | | | connection now *must* be called "sqlite3". You cannot call it "sqlite". This might break existing code. (CVS 1941) FossilOrigin-Name: 3ddf5a9d1c480a2e3aa32685879063b11afddbe1
* Protect Tcl_Obj pointers from change using Tcl_IncrRefCount() whiledrh2004-08-26
| | | | | executing SQL statements in the TCL bindings. (CVS 1903) FossilOrigin-Name: 6199f2f243514bbd4befbf768a7e03aec775bed2
* Host parameter names conform to SQL-2003. (CVS 1902)drh2004-08-25
| | | FossilOrigin-Name: fd584d1ccf6643b723c2ff0a7a16c2aea3f1142c
* Fix a bug in the parsing of wildcards that begin with '$'. (CVS 1901)drh2004-08-24
| | | FossilOrigin-Name: 054dd8901dbfe64a8f61e7b99e23512057bad99a
* Tcl interface transfers values directly between SQLite and Tcl_Objs, withoutdrh2004-08-20
| | | | | at translation to strings. (CVS 1898) FossilOrigin-Name: e97c331362545ce21117776c7b61d3488668f2bf
* Add support for named wildcards in SQL statements. (CVS 1897)drh2004-08-20
| | | FossilOrigin-Name: d3be0b7c5a39c02b9b2d6d85f1595d591984a569
* Fix problems for 64-bit machines and when SQLITE_OMIT_AUTHORIZATION is ↵drh2004-07-26
| | | | | defined. (CVS 1868) FossilOrigin-Name: e3cad1ab6226089265b4d15c6fc67cc33a31425f
* First cut at a analysis tool for version 3.0 databases. (CVS 1862)drh2004-07-23
| | | FossilOrigin-Name: 7c7f698b2eda7b1b34f5ca7fe104145d8bbd8f56
* Changes in support of using a codec. (CVS 1844)drh2004-07-22
| | | FossilOrigin-Name: b77bec35742f07d79da3e85baee09a90c1494415
* Fix a memory allocation problem in os_test.c (CVS 1782)danielk19772004-06-30
| | | FossilOrigin-Name: ed511c2ea9581933ca504ce4b43d863503c6cc22
* Coverage improvements for malloc and vdbemem.c (CVS 1781)danielk19772004-06-30
| | | FossilOrigin-Name: a98dd004c4d328eb44a71fecdbf8c5ab416dc524
* Ensure the tcl interface returns an error when sqlite3_create_function()danielk19772004-06-29
| | | | | fails. (CVS 1764) FossilOrigin-Name: 357a82cd224e33e11870ad7c2f934c27af682881
* Improved test coverage of tclsqlite.c (CVS 1761)drh2004-06-29
| | | FossilOrigin-Name: 008e57dcd5e16886ed732fe1e9797a3c00e8c579
* Add testing for sqlite3_trace() and fix a bug. (CVS 1760)drh2004-06-29
| | | FossilOrigin-Name: 7a15391079ae9ce5360fa13e8779c8872885e789
* Update sqlite3_changes() to match the documentation and adddanielk19772004-06-21
| | | | | sqlite3_total_changes(). (CVS 1645) FossilOrigin-Name: ae2f4a0943854fedbbb6fab1dc3aaf972722ed95
* Remove the iCollate argument from sqlite3_create_function() (CVS 1632)danielk19772004-06-19
| | | FossilOrigin-Name: 728d57ff5517a51c3aad4ba95525b1aa2065bd19
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
| | | | | SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31
* Changes to allow libsqlite3.a and libsqlite.a to be both linked into thedrh2004-06-18
| | | | | same program at the same time. (CVS 1621) FossilOrigin-Name: 2590fffcaa92adc619f7a927d2b5169d8dfef50a
* Have the TCL 'errorcode' interface call sqlite3_errcode(). (CVS 1589)danielk19772004-06-14
| | | FossilOrigin-Name: f4b4df6514c19b0c23b399142749a7e4a20d0f70
* (1) Modifications to the user-function interface and (2) Internal changesdanielk19772004-06-12
| | | | | to automatically created indices. (CVS 1575) FossilOrigin-Name: 5903f53828b5d282b33e27813417e4317c9ecf0b
* Change prototype for busy callbacks to "int xBusy(void *, int);" (CVS 1573)danielk19772004-06-12
| | | FossilOrigin-Name: 4f1cfca5ca703d0068cf8d6222dc8e0cfb7e24b6
* Add the sqlite3_collation_needed() API and fix some error handling casesdanielk19772004-06-10
| | | | | involving unknown collation sequences. (CVS 1562) FossilOrigin-Name: edf069b9f4044ed2a80962c7722052bf1b80bf45
* Change the collation sequence interface to allow collation sequences thatdanielk19772004-06-10
| | | | | use UTF-16 in non-native byte order to be registered. (CVS 1559) FossilOrigin-Name: b8aaa3a29e0ddef357ab1b3b0b9f87ed390f2f36
* Some progress on user-defined collation sequences. (CVS 1544)danielk19772004-06-09
| | | FossilOrigin-Name: c634e71f1909819fb55c728bc410e5cc390428e3
* Remove the third argument from the sqlite3_open() API. (CVS 1540)danielk19772004-06-08
| | | FossilOrigin-Name: 62e31f396cb6b49f542977e2fade78e11e371132
* Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523)drh2004-06-02
| | | FossilOrigin-Name: b53640ed2232aaf173a71636073477d80407d11f
* Remove the sqlite3_error_string() API. (CVS 1514)danielk19772004-05-31
| | | FossilOrigin-Name: af8e2006d808031a040f293c44f3bfbe841b866b
* Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. ↵drh2004-05-31
| | | | | (CVS 1511) FossilOrigin-Name: adf7e29ff60dc559f64832fadb09f0b9decc0e76
* Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488)danielk19772004-05-29
| | | FossilOrigin-Name: 4060a37d0baaa60c50f2dde4a1ab344133fcabbb
* A couple of test cases and fixes for blob literals. (CVS 1474)danielk19772004-05-27
| | | FossilOrigin-Name: 6d552af67cf6fa6935373ba39de5c47ebf613eb9
* Alter the Tcl eval sub-command so that it supports blobs. (CVS 1473)danielk19772004-05-27
| | | FossilOrigin-Name: b5d5f0ad717ef43a9714dd1cc40e20d1b94a3e58
* Refactoring of the vdbe Mem functions and the APIs that deal with them.drh2004-05-26
| | | | | The code will not compile in its current state. (CVS 1465) FossilOrigin-Name: bba6684d502ba1ecd9614d2470ec94296e3c07c2
* Remove dataType and includeTypes flags from function definitions. Added newdrh2004-05-26
| | | | | | P3_FUNCDEF type for P3 arguments on opcodes. Fixes to several user functions. 28 tests fail now. (CVS 1464) FossilOrigin-Name: 36e031625995b2f7baf7654d771ca8fb764a0085
* Use the new form of the sqlite3_create_function() API. (CVS 1460)danielk19772004-05-26
| | | FossilOrigin-Name: 0317bef4b0c219ca2888c90553201e53230fb360
* Use the new API calls more consistently. (CVS 1459)danielk19772004-05-26
| | | FossilOrigin-Name: 17e7db488dac6b30d174f2272edf1046c2bb9990
* Change a couple of symbol names for the new user function API. (CVS 1454)danielk19772004-05-25
| | | FossilOrigin-Name: 8f6b20c2938ded7ab9e400494c02370ecf7e9311
* Use the new API for returning values and errors from user functions. (CVS 1453)danielk19772004-05-25
| | | FossilOrigin-Name: 4eccae03b4a7f37804fea30416579787c3584bb2
* Non-aggregate SQL functions use sqlite_value* instead of const char * fordanielk19772004-05-24
| | | | | argument values. (CVS 1449) FossilOrigin-Name: 1e47d7384d5fdfceb6ec737c656f70be59ba5b01
* Use the new form of the sqlite3_open() API everywhere. (CVS 1437)danielk19772004-05-22
| | | FossilOrigin-Name: b449217318ade3196757bef8aaf7302634f0f9b6
* Minor changes to the vdbe so that more tests pass. (CVS 1352)danielk19772004-05-11
| | | FossilOrigin-Name: 16078fe0ea146537f75b869e6b0cce202af6781b