sqlite 3.6.23.1
An SQL Database Engine in a C Library
Packager: Faik Uygur
License: as-is
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
23 | 2010-06-08 | 3.6.23.1 | Ozan Çağlayan | Add readline dependency. |
22 | 2010-04-29 | 3.6.23.1 | Mehmet Emre Atasever | Actionsapi enhancement |
21 | 2010-02-04 | 3.6.20 | Mehmet Emre Atasever | Port of Pardus-ARM (ARM7 Cortex-a8) |
20 | 2009-11-10 | 3.6.20 | Faik Uygur | * Optimizer enhancement: prepared statements are automatically re-compiled when a binding on the RHS of a LIKE operator changes or when any range constraint changes under SQLITE_ENABLE_STAT2. * Various minor bug fixes and documentation enhancements. |
19 | 2009-10-30 | 3.6.19 | Gökçen Eraslan | * Version bump to latest stable version, at least 3.6.16 is needed by Firefox 3.5.4: * Added support for foreign key constraints. Foreign key constraints are disabled by default. Use the foreign_keys pragma to turn them on. * Generalized the IS and IS NOT operators to take arbitrary expressions on their right-hand side. * The TCL Interface has been enhanced to use the Non-Recursive Engine (NRE) interface to the TCL interpreter when linked against TCL 8.6 or later. * Fix a bug introduced in 3.6.18 that can lead to a segfault when an attempt is made to write on a read-only database. * Versioning of the SQLite source code has transitioned from CVS to Fossil. * Query planner enhancements. * The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE command to collect a small histogram of each index, to help SQLite better select among competing range query indices. * Recursive triggers can be enabled using the PRAGMA recursive_triggers statement. * Delete triggers fire when rows are removed due to a REPLACE conflict resolution. This feature is only enabled when recursive triggers are enabled. * Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE flags for sqlite3_open_v2() used to override the global shared cache mode settings for individual database connections. * Added improved version identification features: C-Preprocessor macro SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and SQL function sqlite_source_id(). * Obscure bug fix on triggers ([efc02f9779]). * Expose the sqlite3_strnicmp() interface for use by extensions and applications. * Remove the restriction on virtual tables and shared cache mode. Virtual tables and shared cache can now be used at the same time. * Many code simplifications and obscure bug fixes in support of providing 100% branch test coverage. * Fix a bug (ticket #3929) that occasionally causes INSERT or UPDATE operations to fail on an indexed table that has a self-modifying trigger. * Other minor bug fixes and performance optimizations. |
18 | 2009-06-16 | 3.6.15 | Gökçen Eraslan | Version bump to latest stable version |
17 | 2009-05-04 | 3.6.13 | Gökçen Eraslan | Version bump to latest stable version |
16 | 2009-01-27 | 3.5.9 | Gökçen Eraslan | - Improve NaN testing to work with divisions on highly optimized x86 code. This fixes empty results when doing e.g. "select 30.3/22" (LP: #254228). |
15 | 2008-07-15 | 3.5.9 | Gökçen Eraslan | Stable update |
14 | 2007-12-18 | 3.5.4 | İsmail Dönmez | Stable update |
13 | 2007-12-06 | 3.5.3 | İsmail Dönmez | Stable update |
12 | 2007-11-07 | 3.5.2 | İsmail Dönmez | Version bump |
11 | 2007-08-17 | 3.4.2 | İsmail Dönmez | Stable update |
10 | 2007-07-23 | 3.4.1 | İsmail Dönmez | Stable update |
9 | 2007-06-21 | 3.4.0 | İsmail Dönmez | Stable update |
8 | 2007-05-07 | 3.3.17 | İsmail Dönmez | Stable update |
7 | 2007-04-22 | 3.3.16 | İsmail Dönmez | Stable update |
6 | 2007-02-21 | 3.3.13 | İsmail Dönmez | Stable update |
5 | 2007-02-01 | 3.3.12 | İsmail Dönmez | Stable update |
4 | 2007-01-11 | 3.3.10 | İsmail Dönmez | Stable update |
3 | 2006-10-24 | 3.3.8 | İsmail Dönmez | Version bump |
2 | 2006-04-07 | 3.3.5 | S.Çağlar Onur | Version bump |
1 | 2005-11-11 | 3.2.7 | S.Çağlar Onur | First release. |