| Commit message (Expand) | Author | Age |
* | #890994 by Berdir: Entity query tests fail on PostgreSQL. | Angie Byron | 2010-09-24 |
* | - 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 |
* | 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 |
* | - Patch #857206 by Stevel: fixed database autoloader. | Dries Buytaert | 2010-08-17 |
* | - Patch #878198 by pwolanin: add back a method to the DB driver interface tha... | Dries Buytaert | 2010-08-11 |
* | #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database la... | Angie Byron | 2010-08-05 |
* | - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. | Dries Buytaert | 2010-07-24 |
* | - Patch #852362 by chx: fixed extend is 100% fubar. | Dries Buytaert | 2010-07-19 |
* | #847528 by chx: Fixed rollback presumes transaction support. | Angie Byron | 2010-07-12 |
* | - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be p... | Dries Buytaert | 2010-06-28 |
* | - Patch #829152 by nenne: database abstraction layer db_query_range() example... | Dries Buytaert | 2010-06-25 |
* | - Patch #711108 by Berdir: better exception reporting for watchdog() in the d... | Dries Buytaert | 2010-05-26 |
* | - Patch #767690 by Crell: @file declarations in database system do not indica... | Dries Buytaert | 2010-05-23 |
* | - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ... | Dries Buytaert | 2010-05-05 |
* | - Patch #742042 by kkaefer:DBTNG: ->fetchAllAssoc() doesn't respect fetch mod... | Dries Buytaert | 2010-04-30 |
* | #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting ind... | Angie Byron | 2010-04-29 |
* | - Patch #780048 by linclark: db_next_id() documentation refers to a non-exist... | Dries Buytaert | 2010-04-26 |
* | #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() t... | Angie Byron | 2010-04-23 |
* | - Patch #770838 by sdboyer: optimize DatabaseConnection::ExpandArguments. | Dries Buytaert | 2010-04-15 |
* | - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function. | Dries Buytaert | 2010-04-11 |
* | #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query condition... | Angie Byron | 2010-04-11 |
* | - 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 #761316 by Crell: code simplification in query dispatchers. | Dries Buytaert | 2010-04-04 |
* | - Patch #753754 by Garrett Albright, aspilicious, Crell, yoroy, marcvangend: ... | Dries Buytaert | 2010-03-28 |
* | - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ... | Dries Buytaert | 2010-03-28 |
* | - Patch #753754 by Garrett Albright, aspilicious, yoroy: error message when s... | Dries Buytaert | 2010-03-28 |
* | - Patch #669794 by andypost: use savepoints for nested transactions. | Dries Buytaert | 2010-03-26 |
* | - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use save... | Dries Buytaert | 2010-03-25 |
* | - Patch #748982 by mikeryan: allow Database logging_callback() to be a class ... | Dries Buytaert | 2010-03-24 |
* | - Patch #715132 by moshe weitzman: over aggressive escaping of table names. | Dries Buytaert | 2010-03-23 |
* | - Patch #711682 by aspilicious, sun: fixed style issues. | Dries Buytaert | 2010-03-21 |
* | - Patch #582948 by David_Rothstein: improve safety of schema manipulation. | Dries Buytaert | 2010-03-20 |
* | - Patch #711682 by aspilicious: fixed tyle issues. | Dries Buytaert | 2010-03-09 |
* | #716394 by boombatower: SimpleTest should respect table prefixes. | Angie Byron | 2010-03-07 |
* | #715476 by Jeremy and Crell: Schema object should respect active database con... | Angie Byron | 2010-03-07 |
* | - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() req... | Dries Buytaert | 2010-03-06 |
* | - Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexEx... | Dries Buytaert | 2010-03-01 |
* | #715094 by Damien Tournoud: Fixed Transaction data need to be reset early in ... | Angie Byron | 2010-02-15 |
* | #550124 by c960657, catch, and Crell: Remove prepared statement caching, whic... | Angie Byron | 2010-02-12 |
* | #702514 by foripepe and mr.baileys: Fixed Documentation problem with Database... | Angie Byron | 2010-02-08 |
* | #697694 by aspilicious: Doxygen fixes. | Angie Byron | 2010-01-29 |
* | - 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 #550010 by c960657: DatabaseConnection::prepareQuery() ignores argum... | Dries Buytaert | 2010-01-08 |
* | #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow c... | Angie Byron | 2010-01-08 |
* | #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make s... | Angie Byron | 2010-01-07 |
* | - Patch #672268 by Garrett Albright: comment cleanup. | Dries Buytaert | 2010-01-03 |