summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* Patch #943042 by Damien Tournoud: MergeQuery regressions: key is used in the ↵Dries Buytaert2010-10-18
| | | | update query, exception is echoed.
* #938614 follow-up by chx: Abort abort\! Back to 5.2.4.Angie Byron2010-10-15
|
* - Patch #931632 by quartsize: countQuery() replaces connection information ↵Dries Buytaert2010-10-05
| | | | with active.
* - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB ↵Dries Buytaert2010-10-03
| | | | driver interface that reports the server version.
* #892568 by chx: Add pointer from api.drupal.org docs to the handbook docs ↵Angie Byron2010-09-29
| | | | for DBTNG>
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid ↵Dries Buytaert2010-09-22
| | | | escape sequence.
* - 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.
* - Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db ↵Dries Buytaert2010-09-03
| | | | placeholders in complex queries.
* 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.
* #761976 by Berdir, jhedstrom, tpfeiffer, Damien Tournoud, Rob van den ↵Angie Byron2010-09-01
| | | | Bogaard, andypost: Fixed DatabaseSchema_pgsql()::changeField() is broken.
* #890090 by Berdir, jhedstrom, marvil07, bjaspan: Fixed Inserting into a just ↵Angie Byron2010-08-27
| | | | created table fails when trying to set a value to a serial.
* #895344 by Berdir: Fixed Poll upgrade tests fail on SQLite.Angie Byron2010-08-27
|
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #857206 by Stevel: fixed database autoloader.Dries Buytaert2010-08-17
|
* - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to ↵Dries Buytaert2010-08-16
| | | | NULL when target is a Postgres bytea.
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database ↵Angie Byron2010-08-05
| | | | layer.
* #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ↵Angie Byron2010-08-02
| | | | be prefixed, inconsistent implementation and documentation.
* - 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.