| Commit message (Expand) | Author | Age |
* | - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ... | Dries Buytaert | 2009-07-28 |
* | - Patch #349508 by Josh Waihi: make sure that the database is installed using... | Dries Buytaert | 2009-07-27 |
* | - Patch #517502 by andrea.gariboldi: make Transaction API follow its own docu... | Dries Buytaert | 2009-07-27 |
* | - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA ... | Dries Buytaert | 2009-07-22 |
* | #525754 by chx: Clean up some trailing whitespace. | Angie Byron | 2009-07-21 |
* | #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ... | Angie Byron | 2009-07-21 |
* | - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay'... | Dries Buytaert | 2009-07-14 |
* | - Patch #517502 by Crell: make transaction API follow its own documentation. | Dries Buytaert | 2009-07-13 |
* | - Patch #346450 by Josh Waihi: length property should be ignored on non varch... | Dries Buytaert | 2009-07-09 |
* | - Patch #314358 by wonder95: only set ignore_slave_server if there are slave ... | Dries Buytaert | 2009-07-07 |
* | - Patch #509122 by Berdir: rest in peace db_affected_rows(). | Dries Buytaert | 2009-07-03 |
* | - Patch #508756 by catch, crell et al: rest in peace db_placeholders(). | Dries Buytaert | 2009-07-03 |
* | - Patch #314358 by wonder95, Crell, killes, et al: add option to ignore slave... | Dries Buytaert | 2009-07-01 |
* | #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 #369314 by Berdir: make sub-selects work. | Dries Buytaert | 2009-06-27 |
* | - Patch #276008 by lilou, Arancaytar: missing user agent should not trigger a... | Dries Buytaert | 2009-06-17 |
* | #408876 by JamesAn: Document Schema API's serialize property. | Angie Byron | 2009-06-06 |
* | #483808 by chx and Crell: Default DBTNG conditions to IN when an array of val... | Angie Byron | 2009-06-06 |
* | - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... qu... | Dries Buytaert | 2009-06-05 |
* | - Patch #111011 by Josh Waihi: adding foreign key specifications. | Dries Buytaert | 2009-06-01 |
* | - Patch #458176 by c960657: improved exception handling in database layer. | Dries Buytaert | 2009-06-01 |
* | - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() ... | Dries Buytaert | 2009-06-01 |
* | #471800 follow-up by stella: Fixing comments on MySQL system queries. | Angie Byron | 2009-05-29 |
* | #467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug. | Angie Byron | 2009-05-27 |
* | - Patch #472646 by Josh Waihi: fixed the PostgreSQL installation. | Dries Buytaert | 2009-05-26 |
* | - Patch #471800 by stella: more code style fixes. | Dries Buytaert | 2009-05-25 |
* | - Patch #319165 by andpost: force PostgreSQL to use UTF-8 by default. | Dries Buytaert | 2009-05-25 |
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
* | - Patch #467984 by Berdir: fixed some database glitches and extended the tests. | Dries Buytaert | 2009-05-22 |
* | #445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL ... | Angie Byron | 2009-05-20 |
* | #464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder ... | Angie Byron | 2009-05-17 |
* | #459786 by DamZ: Remove all_fields from extended queries to prevent breaking ... | Angie Byron | 2009-05-11 |
* | - Patch #396578 by Damien Tournoud: added db_truncate_table() to the database... | Dries Buytaert | 2009-05-03 |
* | #301362 by moshe weitzman, David Strauss, Narayan Newton, and chx: Default to... | Angie Byron | 2009-04-25 |
* | - 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 #423994 by pwolanin: working around MySQL bug. | Dries Buytaert | 2009-04-05 |
* | - Patch #333054 by c960657: page cache should be case sensitive. | Dries Buytaert | 2009-04-01 |
* | #373225 by Josh Waihi: Make PostgreSQL cast values when changing database col... | Angie Byron | 2009-03-31 |
* | #365996 by sammys: Correct timestamp type name in PostgreSQL. | Angie Byron | 2009-03-30 |
* | - Patch #351898 by mfb: database API was not E_STRICT compatible. | Dries Buytaert | 2009-03-29 |
* | #373514 by jaydee18 and jbomb: Fix typo in transaction property. | Angie Byron | 2009-03-25 |
* | - Patch #12201 by mfb: added support for table descriptions. | Dries Buytaert | 2009-03-14 |
* | #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT N... | Angie Byron | 2009-03-14 |
* | #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver indepen... | Angie Byron | 2009-02-24 |
* | - Patch #299267 by Crell: add extender support to the SELECT query builder. | Dries Buytaert | 2009-02-22 |
* | - Patch #374940 by Dave Reid et al: fixed MergeQuery problem. | Dries Buytaert | 2009-02-22 |