| Commit message (Expand) | Author | Age |
* | #977460 by dmitrig01, bfroehle, Josh The Geek: Fixed Cannot serialize or unse... | Angie Byron | 2010-12-15 |
* | - Patch #974250 by Stevel: upgrade path broken on PostgreSQL: can't change NO... | Dries Buytaert | 2010-12-14 |
* | #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to a... | Angie Byron | 2010-12-08 |
* | #984896 by Crell: Remove wrong references to 'query ID' in DBTNG docs. | Angie Byron | 2010-11-30 |
* | #851136: Committing missing files. | Angie Byron | 2010-11-29 |
* | #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ro... | Angie Byron | 2010-11-29 |
* | #346494 by hswong3i, Pancho, Dave Reid, duellj, dalin: Fixed DB drivers need ... | Angie Byron | 2010-11-29 |
* | Rolling back #851136. Broke SQLite installation. | Angie Byron | 2010-11-28 |
* | - Patch #851136 by Damien Tournoud, Crell, chx: make the database autoloading... | Dries Buytaert | 2010-11-27 |
* | #962458 by BarisW, Crell: Fixed database driver names aren't translated. | Angie Byron | 2010-11-26 |
* | #946968 follow-up by Damien Tournoud: Refactor version check for databases. | Angie Byron | 2010-11-13 |
* | - Patch #946968 by dmitrig01: we are not checking the version of MySQL and Po... | Dries Buytaert | 2010-11-13 |
* | - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_ex... | Dries Buytaert | 2010-10-28 |
* | - Patch #718540 by jhodgdon, freelock: better documentation in query.inc. | Dries Buytaert | 2010-10-26 |
* | #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't s... | Angie Byron | 2010-10-22 |
* | Patch #943042 by Damien Tournoud: MergeQuery regressions: key is used in the ... | Dries Buytaert | 2010-10-18 |
* | #938614 follow-up by chx: Abort abort\! Back to 5.2.4. | Angie Byron | 2010-10-15 |
* | - Patch #931632 by quartsize: countQuery() replaces connection information wi... | Dries Buytaert | 2010-10-05 |
* | - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB dri... | Dries Buytaert | 2010-10-03 |
* | #892568 by chx: Add pointer from api.drupal.org docs to the handbook docs for... | Angie Byron | 2010-09-29 |
* | - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. | Dries Buytaert | 2010-09-28 |
* | - Patch #921582 by munzirtaha: is_null() should be replaced by !isset because... | Dries Buytaert | 2010-09-25 |
* | #890994 by Berdir: Entity query tests fail on PostgreSQL. | Angie Byron | 2010-09-24 |
* | - Patch #844186 by chx: clarify merge queries. | Dries Buytaert | 2010-09-24 |
* | - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid escape... | Dries Buytaert | 2010-09-22 |
* | - Patch #909230 by chx: better db_query() docs. | Dries Buytaert | 2010-09-18 |
* | #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing... | Angie Byron | 2010-09-11 |
* | - Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db ... | Dries Buytaert | 2010-09-03 |
* | Temporary roll-back of #890994, per Dries's feedback. | Angie Byron | 2010-09-01 |
* | #890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on Postgr... | Angie Byron | 2010-09-01 |
* | #761976 by Berdir, jhedstrom, tpfeiffer, Damien Tournoud, Rob van den Bogaard... | Angie Byron | 2010-09-01 |
* | #890090 by Berdir, jhedstrom, marvil07, bjaspan: Fixed Inserting into a just ... | Angie Byron | 2010-08-27 |
* | #895344 by Berdir: Fixed Poll upgrade tests fail on SQLite. | Angie Byron | 2010-08-27 |
* | - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign key... | Dries Buytaert | 2010-08-22 |
* | - Patch #857206 by Stevel: fixed database autoloader. | Dries Buytaert | 2010-08-17 |
* | - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to N... | Dries Buytaert | 2010-08-16 |
* | - Patch #878198 by pwolanin: add back a method to the DB driver interface tha... | Dries Buytaert | 2010-08-11 |
* | - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->coun... | Dries Buytaert | 2010-08-08 |
* | #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database la... | Angie Byron | 2010-08-05 |
* | #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ... | Angie Byron | 2010-08-02 |
* | - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB... | Dries Buytaert | 2010-07-30 |
* | - Patch #866340 by Damien Tournoud: remove support for date and time types. | Dries Buytaert | 2010-07-28 |
* | - Patch #851748 by Stevel: weird logic in SelectQuery::addField(). | Dries Buytaert | 2010-07-28 |
* | - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. | Dries Buytaert | 2010-07-24 |
* | - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, TR... | Dries Buytaert | 2010-07-22 |
* | - Patch #772678 by sun, jpmckinney, Berdir: database default collation is not... | Dries Buytaert | 2010-07-20 |
* | - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a refe... | Dries Buytaert | 2010-07-19 |
* | - Patch #851100 by Damien Tournoud: subquery objects are iterated upon. | Dries Buytaert | 2010-07-19 |
* | - Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback ... | Dries Buytaert | 2010-07-19 |
* | - Patch #852362 by chx: fixed extend is 100% fubar. | Dries Buytaert | 2010-07-19 |