summaryrefslogtreecommitdiff
path: root/includes/database/database.inc
Commit message (Collapse)AuthorAge
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* - Patch #909230 by chx: better db_query() docs.Dries Buytaert2010-09-18
|
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵Angie Byron2010-09-11
| | | | processing of a stream request.
* Temporary roll-back of #890994, per Dries's feedback.Angie Byron2010-09-01
|
* #890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on ↵Angie Byron2010-09-01
| | | | PostgreSQL.
* - Patch #857206 by Stevel: fixed database autoloader.Dries Buytaert2010-08-17
|
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database ↵Angie Byron2010-08-05
| | | | layer.
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #852362 by chx: fixed extend is 100% fubar.Dries Buytaert2010-07-19
|
* #847528 by chx: Fixed rollback presumes transaction support.Angie Byron2010-07-12
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #829152 by nenne: database abstraction layer db_query_range() ↵Dries Buytaert2010-06-25
| | | | example is wrong.
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #767690 by Crell: @file declarations in database system do not ↵Dries Buytaert2010-05-23
| | | | indicate what belongs in the file.
* - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ↵Dries Buytaert2010-05-05
| | | | with SelectQuery.
* - Patch #742042 by kkaefer:DBTNG: ->fetchAllAssoc() doesn't respect fetch ↵Dries Buytaert2010-04-30
| | | | mode set during ->execute().
* #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting ↵Angie Byron2010-04-29
| | | | index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
* - Patch #780048 by linclark: db_next_id() documentation refers to a ↵Dries Buytaert2010-04-26
| | | | non-existent function.
* #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() ↵Angie Byron2010-04-23
| | | | to proper exception catching.
* - Patch #770838 by sdboyer: optimize DatabaseConnection::ExpandArguments.Dries Buytaert2010-04-15
|
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
|
* #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query ↵Angie Byron2010-04-11
| | | | conditional helper functions to database.inc to avoid fatal errors in lower bootstrap levels.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ↵Dries Buytaert2010-04-06
| | | | use savepoints for nested transactions.
* - Patch #761316 by Crell: code simplification in query dispatchers.Dries Buytaert2010-04-04
|
* - Patch #753754 by Garrett Albright, aspilicious, Crell, yoroy, marcvangend: ↵Dries Buytaert2010-03-28
| | | | error message when settings file does not exist should be hidden.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* - Patch #753754 by Garrett Albright, aspilicious, yoroy: error message when ↵Dries Buytaert2010-03-28
| | | | settings file does not exist should be hidden.
* - Patch #669794 by andypost: use savepoints for nested transactions.Dries Buytaert2010-03-26
|
* - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use ↵Dries Buytaert2010-03-25
| | | | savepoints for nested transactions.
* - Patch #748982 by mikeryan: allow Database logging_callback() to be a class ↵Dries Buytaert2010-03-24
| | | | method.
* - Patch #715132 by moshe weitzman: over aggressive escaping of table names.Dries Buytaert2010-03-23
|
* - Patch #711682 by aspilicious, sun: fixed style issues.Dries Buytaert2010-03-21
|
* - Patch #582948 by David_Rothstein: improve safety of schema manipulation.Dries Buytaert2010-03-20
|
* - Patch #711682 by aspilicious: fixed tyle issues.Dries Buytaert2010-03-09
|
* #716394 by boombatower: SimpleTest should respect table prefixes.Angie Byron2010-03-07
|
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* #715094 by Damien Tournoud: Fixed Transaction data need to be reset early in ↵Angie Byron2010-02-15
| | | | DatabaseConnection::popTransaction().
* #550124 by c960657, catch, and Crell: Remove prepared statement caching, ↵Angie Byron2010-02-12
| | | | which was a nice idea, but uses up tons of memory without any tangible performance benefits.
* #702514 by foripepe and mr.baileys: Fixed Documentation problem with ↵Angie Byron2010-02-08
| | | | Database abstraction layer.
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we ↵Angie Byron2010-01-13
| | | | default to InnoDB as well.
* - Patch #550010 by c960657: DatabaseConnection::prepareQuery() ignores ↵Dries Buytaert2010-01-08
| | | | argument.
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make ↵Angie Byron2010-01-07
| | | | sequence API work on non-MySQL databases.
* - Patch #672268 by Garrett Albright: comment cleanup.Dries Buytaert2010-01-03
|