| Commit message (Expand) | Author | Age |
* | - Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken. | Dries Buytaert | 2010-07-14 |
* | - Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches. | Dries Buytaert | 2010-07-13 |
* | #711108 follow-up by chx: Fixed SQLite implementation of richer exception rep... | Angie Byron | 2010-07-04 |
* | #715108 follow-up by Damien Tournoud, justinrandell: Fixed SQLite Merge queries. | Angie Byron | 2010-07-03 |
* | - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via db_q... | Dries Buytaert | 2010-06-01 |
* | - Patch #711108 by Berdir: better exception reporting for watchdog() in the d... | Dries Buytaert | 2010-05-26 |
* | - Patch #785782 by cafuego: support comments in built queries. | Dries Buytaert | 2010-05-15 |
* | - Patch #782056 by aspilicious: removing every tab + trailing white space in ... | Dries Buytaert | 2010-04-28 |
* | - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/d... | Dries Buytaert | 2010-04-07 |
* | - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ... | Dries Buytaert | 2010-04-06 |
* | - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ... | Dries Buytaert | 2010-03-28 |
* | - Patch #754192 by andypost, Damien Tournoud: critical bug: fixed transaction... | Dries Buytaert | 2010-03-28 |
* | #715476 by Jeremy and Crell: Schema object should respect active database con... | Angie Byron | 2010-03-07 |
* | #728730 by Damien Tournoud: Fixed Precision loss in DatabaseStatement_sqlite(... | Angie Byron | 2010-03-07 |
* | - Patch #582948 by David_Rothstein: more improvements to the erro handling of... | Dries Buytaert | 2010-03-01 |
* | - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657,... | Dries Buytaert | 2010-02-28 |
* | - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ma... | Dries Buytaert | 2010-02-28 |
* | #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not prefix... | Angie Byron | 2010-02-23 |
* | #714994 by Damien Tournoud: Fixed SQLite should not forcefully convert numeri... | Angie Byron | 2010-02-15 |
* | #550124 by c960657, catch, and Crell: Remove prepared statement caching, whic... | Angie Byron | 2010-02-12 |
* | #684138 by carlos8f and Heine: Fixed bug in SQLite's NextId() that prevented ... | Angie Byron | 2010-01-14 |
* | #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make s... | Angie Byron | 2010-01-07 |
* | #671348 by Garrett Albright: Fixed escape error with SQLite. | Angie Byron | 2010-01-06 |
* | - Patch #360854 by sammys, Crell: added missing db_index_exists(), required t... | Dries Buytaert | 2009-12-15 |
* | #620516 by Crell: Use isNull() inside SQLite driver. | Angie Byron | 2009-11-02 |
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... he... | Angie Byron | 2009-09-18 |
* | #496500 follow-up by Damien Tournoud: Fixed PostgreSQL and SQLite. | Angie Byron | 2009-08-31 |
* | #200953 by seanburlington: Added basic support for 'time' and 'date' types to... | Angie Byron | 2009-08-22 |
* | - Patch #370240 by Josh Waihi, stuzza, mfb, Arancaytar: PDO should quote inde... | Dries Buytaert | 2009-08-17 |
* | - Patch #349508 by Josh Waihi: make sure that the database is installed using... | Dries Buytaert | 2009-07-27 |
* | #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ... | Angie Byron | 2009-07-21 |
* | - Patch #346450 by Josh Waihi: length property should be ignored on non varch... | Dries Buytaert | 2009-07-09 |
* | #408434 follow-up by chx: Add md5 as a function to SQLite to prevent fatal er... | Angie Byron | 2009-06-30 |
* | - Patch #499794 by Berdir: made protected method public because it is called ... | Dries Buytaert | 2009-06-27 |
* | - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... qu... | Dries Buytaert | 2009-06-05 |
* | - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() ... | Dries Buytaert | 2009-06-01 |
* | - Patch #471800 by stella: more code style fixes. | Dries Buytaert | 2009-05-25 |
* | #464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder ... | Angie Byron | 2009-05-17 |
* | - Patch #396578 by Damien Tournoud: added db_truncate_table() to the database... | Dries Buytaert | 2009-05-03 |
* | - Patch #413732 by brianV: database code clean-up. | Dries Buytaert | 2009-04-20 |
* | Roll-back of #333054; needs more discussion. | Angie Byron | 2009-04-20 |
* | - Patch #432128 by Berdir: adding some babysitting code to insert queries -- ... | Dries Buytaert | 2009-04-15 |
* | - Patch #422366 by jamesAn: improved static caching in database drivers. | Dries Buytaert | 2009-04-14 |
* | - Patch #333054 by c960657: page cache should be case sensitive. | Dries Buytaert | 2009-04-01 |
* | - Patch #351898 by mfb: database API was not E_STRICT compatible. | Dries Buytaert | 2009-03-29 |
* | - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detecti... | Dries Buytaert | 2009-01-19 |
* | #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files. | Angie Byron | 2009-01-19 |
* | - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ... | Dries Buytaert | 2009-01-11 |
* | - Patch #348448 by c960657: fixed php strict warnings when running tests. | Dries Buytaert | 2009-01-11 |