| Commit message (Expand) | Author | Age |
* | #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to a... | Angie Byron | 2010-12-08 |
* | #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 |
* | #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't s... | Angie Byron | 2010-10-22 |
* | - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB dri... | Dries Buytaert | 2010-10-03 |
* | - Patch #921582 by munzirtaha: is_null() should be replaced by !isset because... | Dries Buytaert | 2010-09-25 |
* | - Patch #878198 by pwolanin: add back a method to the DB driver interface tha... | Dries Buytaert | 2010-08-11 |
* | #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 #772678 by sun, jpmckinney, Berdir: database default collation is not... | Dries Buytaert | 2010-07-20 |
* | #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used. | Angie Byron | 2010-06-30 |
* | - Patch #840182 by chx: testing is broken. | Dries Buytaert | 2010-06-29 |
* | - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be p... | Dries Buytaert | 2010-06-28 |
* | - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, justinran... | Dries Buytaert | 2010-06-26 |
* | - Patch #826668 by Damien Tournoud: db_add_field() will not accept 'foreign k... | Dries Buytaert | 2010-06-14 |
* | - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via db_q... | Dries Buytaert | 2010-06-01 |
* | - Patch #726344 by Crell, Berdir: database system uses wrapper functions inte... | Dries Buytaert | 2010-05-23 |
* | - Patch #785782 by cafuego: support comments in built queries. | Dries Buytaert | 2010-05-15 |
* | #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply co... | Angie Byron | 2010-05-06 |
* | #561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG. | Angie Byron | 2010-05-05 |
* | #772554 by Crell: Remove delay() method from insert queries. | Angie Byron | 2010-04-19 |
* | - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/d... | Dries Buytaert | 2010-04-07 |
* | - Patch #748340 by Berdir, andypost, catch, noahb, Crell: MySQL-optimized tab... | Dries Buytaert | 2010-04-04 |
* | - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ... | Dries Buytaert | 2010-03-28 |
* | - Patch #711682 by aspilicious: fixed tyle issues. | Dries Buytaert | 2010-03-09 |
* | #715476 by Jeremy and Crell: Schema object should respect active database con... | Angie Byron | 2010-03-07 |
* | - Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexEx... | Dries Buytaert | 2010-03-01 |
* | - Patch #582948 by David_Rothstein: more improvements to the erro handling of... | Dries Buytaert | 2010-03-01 |
* | - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ma... | Dries Buytaert | 2010-02-28 |
* | #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functio... | Angie Byron | 2010-02-17 |
* | - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. | Dries Buytaert | 2010-01-25 |
* | #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we d... | Angie Byron | 2010-01-13 |
* | - Patch #360854 by sammys, Crell: added missing db_index_exists(), required t... | Dries Buytaert | 2009-12-15 |
* | #356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo i... | Angie Byron | 2009-10-18 |
* | #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stup... | Angie Byron | 2009-10-18 |
* | - Patch #597556 by Berdir: return status to indicate executed query in MergeQ... | Dries Buytaert | 2009-10-11 |
* | - 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 |
* | - Rollback #567148 because it breaks on some versions of MySQL. | Dries Buytaert | 2009-09-05 |
* | - Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to en... | Dries Buytaert | 2009-09-05 |
* | - Patch #496500 by chx: remove global placeholder counter. | Dries Buytaert | 2009-08-29 |
* | #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 #543948 by Damien Tournoud: remove db_type_placeholder(). | Dries Buytaert | 2009-08-10 |
* | #412410 by c960657: Make schema descriptions plain text. | Angie Byron | 2009-08-02 |
* | - 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 |