index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
table.c
Commit message (
Expand
)
Author
Age
*
Use the sqlite3Realloc() interface internally, rather than the public
drh
2020-05-17
*
If compiled with SQLITE_INLINE_MEMCPY, all memcpy() calls are replaced with
drh
2017-01-19
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
drh
2015-04-29
*
Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality.
mistachkin
2014-12-20
*
Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in
drh
2014-10-24
*
Fix compiler warnings and change the nullMem structure initializer into a
drh
2014-09-18
*
Add new APIs that take 64-bit length parameters:
drh
2014-09-09
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Simplifications and additional comments on the sqlite3_get_table()
drh
2009-04-10
*
Make sure the *pzErrMsg return from sqlite3_get_table() is aways zeroed.
drh
2009-01-19
*
Never use strlen(). Use our own internal sqlite3Strlen30() which is
drh
2008-12-10
*
Get rid of more silly compiler warnings. (CVS 5996)
drh
2008-12-09
*
Added macros to convert between 32-bit ints and 64-bit ptrs to avoid compiler...
shane
2008-07-08
*
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
danielk1977
2008-05-16
*
Remove all references to sqlite3_intptr_t. (CVS 5051)
drh
2008-04-27
*
Handle non-autoconf build correctly with new changes (CVS 4832)
mlcreech
2008-03-06
*
Use intptr_t definition to silence warnings about ptr-int casts (CVS 4824)
mlcreech
2008-03-06
*
Testing coverage enhancements to sqlite3_get_table() and to the SELECT
drh
2008-01-23
*
Improvements to test coverage in the lemon-generated parser and in the
drh
2008-01-23
*
Use the DbMalloc() and DbRealloc() functions more consistently. (CVS 4323)
danielk1977
2007-08-29
*
More work on refactoring of malloc() interfaces. There are still many errors....
danielk1977
2007-08-16
*
Eliminate all uses of sprintf() and strcpy(). These were not being
drh
2007-05-04
*
Add support for extended result codes - additional result information
drh
2006-09-15
*
Better handling of NULL column names. (CVS 3317)
drh
2006-06-27
*
Publish APIs sqlite3_malloc() and sqlite3_realloc() that use the OS-layer
drh
2006-06-26
*
Make sure pointers are always aligned to 8-bytes when creating internal
drh
2006-02-10
*
Make sure sqliteInt.h is included before any system includes.
drh
2005-11-24
*
More efficient handling of the LIMIT clause. Scalar subqueries and EXISTS
drh
2005-10-06
*
Add the SQLITE_OMIT_GET_TABLE compile-time flag. (CVS 2740)
drh
2005-10-05
*
Allow functions to be created when there are outstanding VMs.
drh
2004-09-30
*
Code cleanup: get rid of the sqlite3SetNString utility function. (CVS 1984)
drh
2004-09-25
*
Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3
drh
2004-09-06
*
Improved test coverage of table.c and printf.c. (CVS 1762)
drh
2004-06-29
*
Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338)
danielk1977
2004-05-10
*
Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the
danielk1977
2004-05-08
*
Always use "(char*)0" to terminate the argument list of sqliteSetString().
drh
2003-12-06
*
Fix memory allocation problem in the sqlite_get_table() API. Ticket #315. (C...
drh
2003-05-17
*
The sqlite_get_table() function now returns an error if you pass in two
drh
2002-03-23
*
Added support for user-defined normal functions. Support for user-defined
drh
2002-02-23
*
Added "const" to lots of "char*" parameters in the API. (CVS 298)
drh
2001-11-03
*
More changes for 2.0.7. (CVS 293)
drh
2001-10-22
*
2.0.7 (CVS 292)
drh
2001-10-20
*
Version 2.0.6 (CVS 291)
drh
2001-10-19
*
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
drh
2001-09-16
*
better handling of out-of-memory errors (CVS 207)
drh
2001-04-11
*
speed tweaks and documentation updates (CVS 167)
drh
2000-12-10
*
Misc cleanup. Notes on compiling for Win95. (CVS 152)
drh
2000-10-11
*
:-) (CVS 147)
drh
2000-09-29