aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Collapse)AuthorAge
...
* Extend the authorization mechanism to disallow the ATTACH and DETACH commands.drh2003-06-06
| | | | | Ticket #340. (CVS 1010) FossilOrigin-Name: a97dca73aed0b42d8dcf944360667ae93c5324fd
* Remove the begin_hook and commit_hook APIs. They were a bad idea. Add adrh2003-04-23
| | | | | "trace" method to the TCL interface. (CVS 929) FossilOrigin-Name: 6289b863590ecc5de3d1efaaa60aa6f3f64fefb3
* Update the authorizer API so that it reports the database that table anddrh2003-04-22
| | | | | | indices belong to and so that it reports when actions are taken in response to a trigger. (CVS 928) FossilOrigin-Name: c675a5504138f34cae6def782b5d3add2c67d2bc
* Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896)drh2003-04-03
| | | FossilOrigin-Name: 5efbf62313519d0a6e8b8f5dbb29d3ef428d73e8
* Remove the experimental sqlite_open_aux_file() API. It will soon be replaceddrh2003-03-30
| | | | | by ATTACH and DETACH SQL commands. (CVS 889) FossilOrigin-Name: b6d6e07f3a5cb493f2cf0675bc6061c5afe5c078
* The sqlite_exec() function now returns SQLITE_AUTH when authorization fails.drh2003-01-31
| | | | | Ticket #231. (CVS 857) FossilOrigin-Name: d93c1aeb544a5b1056424945eb43854213b30e50
* Add the sqlite_version() SQL function as a built-in. (CVS 777)drh2002-11-04
| | | FossilOrigin-Name: 7c8c0e7633dca00bde7bc7c22075f688c034c200
* Do not put a write lock on the main database file when writing to a temporarydrh2002-09-14
| | | | | table. (CVS 750) FossilOrigin-Name: 3f253afe15d4f7392555f340a41d780d1248087f
* Always fill in the 5th parameter to sqlite_exec if there is an error. (CVS 742)drh2002-09-03
| | | FossilOrigin-Name: 7f8fd5c75d614f81ef87f0fc952c341cbc5076d0
* Parse foreign key constraints and populate internal data structuresdrh2002-08-31
| | | | | appropriately. Constraints are still not enforced. (CVS 738) FossilOrigin-Name: 170711ca65dc894d0486b9d575edb8f1708250fb
* Fix a syntax error in the tclsqlite.c file. (CVS 678)drh2002-07-15
| | | FossilOrigin-Name: 47997d7f3ad2dd486a00dc13b7a8c48bb4751e5d
* Turn of the reporting of datatypes in the 4th callback argument unless thedrh2002-07-11
| | | | | | | | | SHOW_DATATYPES pragma is ON. Eliminate the NULL pointer that used to separate the beginning of datatypes from the end of column names so that the callback can test to see whether or not datatypes are provided. This is an incompatible changes, but since the prior behavior was never documented, we will let it in. (CVS 670) FossilOrigin-Name: b98727246d5fcc1b097b577be498a77e954c5dc4
* When reporting back the datatype of columns, use the text of the datatype drh2002-07-10
| | | | | | as it appears in the CREATE TABLE statement, if available. Also: removed the ".reindex" command from the shell. (CVS 669) FossilOrigin-Name: ff8b6f4ee8099a7170cb786b8ead9a3e42ab5869
* Fix for Win32: The %p format on Win32 does not prepend a "0x" as it should. ↵drh2002-07-07
| | | | | (CVS 665) FossilOrigin-Name: ee86704daf184307fe98b5631f22ceb3d701afce
* Prepare for the 2.5.5 release. (CVS 661)drh2002-07-06
| | | FossilOrigin-Name: 00f83c2576f4a9689720d344788f66219c1f6827
* In the TCL interface, the "sqlite" command now always returns the addressdrh2002-06-26
| | | | | | of the "sqlite*" pointer that sqlite_open() returns. It used to do this only when compiled with the SQLITE_TEST macro defined. (CVS 648) FossilOrigin-Name: 9ca6368525fe81fe9c78c6911f4d23009ce858d5
* Add the sqlite_open_aux_file() API. (CVS 646)drh2002-06-25
| | | FossilOrigin-Name: 332164d6455658ca633a1dc49811d9fb0fd4b01c
* Improvements to the SQLITE_MISUSE detection logic. Also added test casesdrh2002-05-10
| | | | | for this logic, including the new test file "misuse.test". (CVS 559) FossilOrigin-Name: f42907ce457e012592f8c043dc6c915e87258b35
* Fix for bug #15: Add the sqlite_changes() API function for retrieving thedrh2002-04-12
| | | | | number of rows that changed in the previous operation. (CVS 526) FossilOrigin-Name: 6e71493b9dc77d508c3ce90562766789e87e6d80
* Preparing for the 2.4.0 release. (CVS 426)drh2002-03-11
| | | FossilOrigin-Name: 9f5b241cb2fc89f66d3762b4b4978b8e114caf53
* Added the last_insert_rowid API function. Improved documentation ofdrh2002-01-16
| | | | | the random ROWID algorithm. (CVS 349) FossilOrigin-Name: f74d61aaf3fec06cde2c4a6f1465f86ac9058ad2
* Bug fixes. (CVS 306)drh2001-11-09
| | | FossilOrigin-Name: 84997fda33fd6ce93b821d3da3a7251cf60e06ec
* More changes for 2.0.7. (CVS 293)drh2001-10-22
| | | FossilOrigin-Name: f8328a5f11801c5124f9a8dace22df3c1cfb2191
* Version 2.0.6 (CVS 291)drh2001-10-19
| | | FossilOrigin-Name: 8467d84fc6e67bd93051f54338a8f6c9b1711ee1
* Support for UTF-8 and ISO8859 characters in identifiers. Bug fix indrh2001-10-18
| | | | | the column name generator for selects (was coreing). (CVS 290) FossilOrigin-Name: 22948fc685299ca888907eea68edb8a6e87c3f49
* Version 2.0.0 (CVS 272)drh2001-09-28
| | | FossilOrigin-Name: 1df5386a5557c1fc6a5433e9dbd23009026be369
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
| | | FossilOrigin-Name: 4e926efe2b59adfec4086eb1d2ba830238facb4c
* Restore btree to the main line. (CVS 237)drh2001-08-20
| | | FossilOrigin-Name: 2e6aff980287825b59d2ebb7005bb08dd601ff1c
* Add ability to quote table and column names in expression. (CVS 235)drh2001-07-23
| | | FossilOrigin-Name: 029e3a3a5dd8d4923af50bb2c9f31b1b7cd9439e
* More BTree tests (CVS 233)drh2001-07-01
| | | FossilOrigin-Name: 55c89bfdd35f1ad494618a451f9a1ed08502ae07
* The BTree code compiles and links now, but it does not work yet. (CVS 226)drh2001-06-22
| | | FossilOrigin-Name: b31c49021c260a67b7848bc077b75a7146e31c71
* Pager is working, mostly. (CVS 211)drh2001-04-15
| | | FossilOrigin-Name: f82fa7070ae281804c019e6b05cd767dadaf0827
* Added new tests (CVS 206)drh2001-04-07
| | | FossilOrigin-Name: 2507ec40610d8034ccf9dcb58a16934065e6f120
* Check for miscompiled Tcl (CVS 204)drh2001-04-06
| | | FossilOrigin-Name: 735d8b5c13b5e2602b37940377fced098be210c1
* i18n changes (CVS 201)drh2001-04-05
| | | FossilOrigin-Name: 8390f6521af0f1c5cd0298cc4a1dfa3f092c1e15
* Bug fixes from Oleg Oleinick (CVS 195)drh2001-04-03
| | | FossilOrigin-Name: 1f0197d504fa2bde15b287ac6c0102cacdb1e482
* Working better with Win95.drh2001-01-31
| | | | | Continued work on the new db.c backend. (CVS 1714) FossilOrigin-Name: df0ff304855bd18c7a3517c500e891b6d006be6a
* remove the Et_AppInit() function from tclsqlite (CVS 161)drh2000-10-19
| | | FossilOrigin-Name: 8eee153078b27b56c6da7d0b7a3df25985ed051f
* Misc cleanup. Notes on compiling for Win95. (CVS 152)drh2000-10-11
| | | FossilOrigin-Name: 3f0f1fa1fce794d1661c845f1a63a8d744892c25
* Documenting the TCL interface (CVS 149)drh2000-09-30
| | | FossilOrigin-Name: 7e0bacedf928095b29e7166eacd2356e8169d6dd
* Obj-ify tclsqlite (CVS 146)drh2000-09-21
| | | FossilOrigin-Name: 85a4254ef0998fac06ddc285decd79345968fee1
* allow readonly access when write permission denied (CVS 131)drh2000-08-17
| | | FossilOrigin-Name: 897b4bc0e92a2c7534d4fa9453a7f8f863fce67a
* :-) (CVS 128)drh2000-08-04
| | | FossilOrigin-Name: d53cccda4fa5d2f8287421e71488817eb4ca13eb
* :-) (CVS 125)drh2000-08-04
| | | FossilOrigin-Name: ab9c533a3a256ca9d59a6a580c6064c903d962a5
* rework the VDBE engine. NULL is now distinct from "" (CVS 49)drh2000-06-04
| | | FossilOrigin-Name: 6ea5cebf05562de00d2cf0b9e2aac5f3857638ee
* :-) (CVS 34)drh2000-06-02
| | | FossilOrigin-Name: 52338f4ab5990fefc61f615cd65c3a724b365199
* :-) (CVS 14)drh2000-05-30
| | | FossilOrigin-Name: 1bb8ee8d9f1d3c409a11910e7552e4bb5e7f5f87
* :-) (CVS 6)drh2000-05-29
| | | FossilOrigin-Name: 1517f85243b63511c2ceb73a10453c5ae56d3428
* initial check-in of the new version (CVS 1)drh2000-05-29
FossilOrigin-Name: 6f3655f79f9b6fc9fb7baaa10a7e0f2b6a512dfa