aboutsummaryrefslogtreecommitdiff
path: root/src/table.c
Commit message (Expand)AuthorAge
* More work on refactoring of malloc() interfaces. There are still many errors....danielk19772007-08-16
* Eliminate all uses of sprintf() and strcpy(). These were not beingdrh2007-05-04
* Add support for extended result codes - additional result informationdrh2006-09-15
* Better handling of NULL column names. (CVS 3317)drh2006-06-27
* Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layerdrh2006-06-26
* Make sure pointers are always aligned to 8-bytes when creating internaldrh2006-02-10
* Make sure sqliteInt.h is included before any system includes.drh2005-11-24
* More efficient handling of the LIMIT clause. Scalar subqueries and EXISTSdrh2005-10-06
* Add the SQLITE_OMIT_GET_TABLE compile-time flag. (CVS 2740)drh2005-10-05
* Allow functions to be created when there are outstanding VMs.drh2004-09-30
* Code cleanup: get rid of the sqlite3SetNString utility function. (CVS 1984)drh2004-09-25
* Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3drh2004-09-06
* Improved test coverage of table.c and printf.c. (CVS 1762)drh2004-06-29
* Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338)danielk19772004-05-10
* Change lots of internal symbols from sqliteXXX to sqlite3XXX so that thedanielk19772004-05-08
* Always use "(char*)0" to terminate the argument list of sqliteSetString().drh2003-12-06
* Fix memory allocation problem in the sqlite_get_table() API. Ticket #315. (C...drh2003-05-17
* The sqlite_get_table() function now returns an error if you pass in twodrh2002-03-23
* Added support for user-defined normal functions. Support for user-defineddrh2002-02-23
* Added "const" to lots of "char*" parameters in the API. (CVS 298)drh2001-11-03
* More changes for 2.0.7. (CVS 293)drh2001-10-22
* 2.0.7 (CVS 292)drh2001-10-20
* Version 2.0.6 (CVS 291)drh2001-10-19
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
* better handling of out-of-memory errors (CVS 207)drh2001-04-11
* speed tweaks and documentation updates (CVS 167)drh2000-12-10
* Misc cleanup. Notes on compiling for Win95. (CVS 152)drh2000-10-11
* :-) (CVS 147)drh2000-09-29