summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that ↵Dries Buytaert2010-07-30
| | | | MariaDB works, too.
* - Patch #866340 by Damien Tournoud: remove support for date and time types.Dries Buytaert2010-07-28
|
* - Patch #851748 by Stevel: weird logic in SelectQuery::addField().Dries Buytaert2010-07-28
|
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, ↵Dries Buytaert2010-07-22
| | | | TRUE, FALSE.
* - Patch #772678 by sun, jpmckinney, Berdir: database default collation is ↵Dries Buytaert2010-07-20
| | | | not respected.
* - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a ↵Dries Buytaert2010-07-19
| | | | reference even for OUT parameters.
* - Patch #851100 by Damien Tournoud: subquery objects are iterated upon.Dries Buytaert2010-07-19
|
* - Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback ↵Dries Buytaert2010-07-19
| | | | the transaction if one insert fail.
* - Patch #852362 by chx: fixed extend is 100% fubar.Dries Buytaert2010-07-19
|
* - Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken.Dries Buytaert2010-07-14
|
* - Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches.Dries Buytaert2010-07-13
|
* #847528 by chx: Fixed rollback presumes transaction support.Angie Byron2010-07-12
|
* #851140 by Damien Tournoud: Fixed DatabaseSchema::getPrefixInfo() is ↵Angie Byron2010-07-12
| | | | *severely* broken.
* #711108 follow-up by chx: Fixed SQLite implementation of richer exception ↵Angie Byron2010-07-04
| | | | reporting for watchdog().
* #715108 follow-up by Damien Tournoud, justinrandell: Fixed SQLite Merge queries.Angie Byron2010-07-03
|
* #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used.Angie Byron2010-06-30
|
* - Patch #840182 by chx: testing is broken.Dries Buytaert2010-06-29
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, ↵Dries Buytaert2010-06-26
| | | | justinrandell: Make merge queries more consistent and robust.
* - Patch #829152 by nenne: database abstraction layer db_query_range() ↵Dries Buytaert2010-06-25
| | | | example is wrong.
* #809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function ↵Angie Byron2010-06-21
| | | | to PostgreSQL since || isn't supported reliably across database systems.
* - Patch #827554 by Josh Waihi: PostgreSQL performance optimization: ↵Dries Buytaert2010-06-16
| | | | PDO::ATTR_EMULATE_PREPARES.
* - Patch #515310 by Josh Waihi, marcvangend: inserting >PHP_INT_MAX into ↵Dries Buytaert2010-06-15
| | | | BIGINT fails on PostgreSQL.
* - Patch #826668 by Damien Tournoud: db_add_field() will not accept 'foreign ↵Dries Buytaert2010-06-14
| | | | keys' even though it is part of schema api.
* - Patch #772554 by Crell, jbrown: remove delay() method from insert queries.Dries Buytaert2010-06-02
|
* - Patch #813540 by chx: handle NULL values nicely.Dries Buytaert2010-06-02
|
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - 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 #726344 by Crell, Berdir: database system uses wrapper functions ↵Dries Buytaert2010-05-23
| | | | internally.
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* - Patch #301798 by Josh Waihi: remove some legacy data type and function ↵Dries Buytaert2010-05-13
| | | | mapping for PostgreSQL.
* - Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless.Dries Buytaert2010-05-11
|
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ↵Dries Buytaert2010-05-05
| | | | with SelectQuery.
* #561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG.Angie Byron2010-05-05
|
* - 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 #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.Dries Buytaert2010-04-27
|
* - 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.
* #772554 by Crell: Remove delay() method from insert queries.Angie Byron2010-04-19
|
* - Patch #770838 by sdboyer: optimize DatabaseConnection::ExpandArguments.Dries Buytaert2010-04-15
|
* - Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString().Dries Buytaert2010-04-15
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - 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.