summaryrefslogtreecommitdiff
path: root/includes/database/sqlite/database.inc
Commit message (Collapse)AuthorAge
* - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB ↵Dries Buytaert2010-10-03
| | | | driver interface that reports the server version.
* - Patch #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* #895344 by Berdir: Fixed Poll upgrade tests fail on SQLite.Angie Byron2010-08-27
|
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* - Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken.Dries Buytaert2010-07-14
|
* - Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches.Dries Buytaert2010-07-13
|
* #711108 follow-up by chx: Fixed SQLite implementation of richer exception ↵Angie Byron2010-07-04
| | | | reporting for watchdog().
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ↵Dries Buytaert2010-04-06
| | | | use savepoints for nested transactions.
* - Patch #754192 by andypost, Damien Tournoud: critical bug: fixed ↵Dries Buytaert2010-03-28
| | | | transaction support for old sqlite versions.
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* #728730 by Damien Tournoud: Fixed Precision loss in ↵Angie Byron2010-03-07
| | | | DatabaseStatement_sqlite()::getStatement().
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* #714994 by Damien Tournoud: Fixed SQLite should not forcefully convert ↵Angie Byron2010-02-15
| | | | numeric strings into numbers.
* #550124 by c960657, catch, and Crell: Remove prepared statement caching, ↵Angie Byron2010-02-12
| | | | which was a nice idea, but uses up tons of memory without any tangible performance benefits.
* #684138 by carlos8f and Heine: Fixed bug in SQLite's NextId() that prevented ↵Angie Byron2010-01-14
| | | | installation.
* #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make ↵Angie Byron2010-01-07
| | | | sequence API work on non-MySQL databases.
* #671348 by Garrett Albright: Fixed escape error with SQLite.Angie Byron2010-01-06
|
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #408434 follow-up by chx: Add md5 as a function to SQLite to prevent fatal ↵Angie Byron2009-06-30
| | | | errors.
* - Patch #499794 by Berdir: made protected method public because it is called ↵Dries Buytaert2009-06-27
| | | | as a public method.
* - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() ↵Dries Buytaert2009-06-01
| | | | optimizations.
* #464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder ↵Angie Byron2009-05-17
| | | | values without leading :, for compatibility with PDO.
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* - Patch #351898 by mfb: database API was not E_STRICT compatible.Dries Buytaert2009-03-29
|
* - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation ↵Dries Buytaert2009-01-19
| | | | detection code.
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #348448 by c960657: fixed php strict warnings when running tests.Dries Buytaert2009-01-11
|
* - Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator ↵Dries Buytaert2008-12-09
| | | | did not implement a proper forward-only one cursor.
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* - Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed ↵Dries Buytaert2008-12-05
| | | | replacement of unnamed placeholders in SQLite.
* - Patch #337926 by Damien Tournoud: clean-up lower case handling.Dries Buytaert2008-12-02
|
* #340568 by Damien Tournoud: in some versions of SQLite, SELECT ↵Angie Byron2008-11-30
| | | | DISINCT(field) will return '(field)' as the field name.
* - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection ↵Dries Buytaert2008-11-29
| | | | with PDF:CASE_LOWER.
* - Patch #337926 by hswong3i: by default, force lower-case database ↵Dries Buytaert2008-11-28
| | | | tables/columns.
* #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :DAngie Byron2008-11-23