summaryrefslogtreecommitdiffstatshomepage
path: root/includes/database
Commit message (Collapse)AuthorAge
* Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core ↵Nathan Haug2011-11-01
| | | | Drupal files under a core subdirectory.
* - Patch #341038 by jhodgdon, kathyh, sdboyer: Docblock for ↵Dries Buytaert2011-10-13
| | | | DatabaseStatementInterface is a bit off.
* Issue #1167218 by droplet, kathyh: Fixed DatabaseStatementInterface::fetch* ↵webchick2011-10-05
| | | | - document what empty return value is.
* Issue #1291458 by arithmetric: Fixed Database::getConnection mentions ↵catch2011-09-29
| | | | short-lived fixed bug and shouldn't.
* - Patch #1054848 by barraponto: fixed typos in code documentation.Dries Buytaert2011-09-24
|
* - Patch #897650 by Garrett Albright, Damien Tournoud: ↵Dries Buytaert2011-09-11
| | | | DatabaseSchema_sqlite()::findTables() shouldn't find indexes.
* - Patch #1266694 by Damien Tournoud: Fixed DatabaseStatementPrefetch doesn't ↵Dries Buytaert2011-09-11
| | | | implement fetchColumn().
* Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* - Patch #1136854 by chx: Fixed MySQL 5.5 breaks speedy testing.Dries Buytaert2011-08-12
|
* - Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__).Dries Buytaert2011-08-07
|
* - Patch #1184082 by googletorp: like queries failing on postgres with ↵Dries Buytaert2011-08-06
| | | | standard_conforming_strings() turned on.
* - Patch #1185780 by Damien Tournoud: make transactions more flexible and useful.Dries Buytaert2011-08-01
|
* Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.webchick2011-07-28
|
* Issue #1007830 follow-up by bfroehle: Better fix for nested transactions ↵webchick2011-07-04
| | | | throw exceptions on ddl changes in MySQL.
* Issue #561422 follow-up by Damien Tournoud, lyricnz, chx: Fixed SQLite ↵webchick2011-06-27
| | | | support for faster db prefixes.
* Issue #561422 by sun, dalin, lyricnz, catch, Gerhard Killesreiter: Replace ↵webchick2011-06-22
| | | | strtr() with str_replace() for db prefixing for increased performance.
* - Patch #576508 by aspilicious, jbrown, Rob Loach, TR: require PHP 5.3.Dries Buytaert2011-06-11
|
* Issue #1007830 follow-up by bfroehle: Add more specificity to MySQL nested ↵webchick2011-06-04
| | | | DDL transaction error check.
* Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested ↵webchick2011-05-29
| | | | transactions throw exceptions on ddl changes.
* - Patch #1164548 by droplet: correct SelectQuery::range doc.Dries Buytaert2011-05-28
|
* - Patch #1105848 by cafuego, aspilicious: unsafe query comments possible via UI.Dries Buytaert2011-05-11
|
* - Patch #958850 by bellHead: Postgres password containing backslashes don't ↵Dries Buytaert2011-05-08
| | | | work.
* - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.Dries Buytaert2011-04-28
|
* - Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect ↵Dries Buytaert2011-04-23
| | | | php.net link.
* - Patch #935258 by Stevel, Josh Waihi: defaults not changed in changeField ↵Dries Buytaert2011-04-10
| | | | on postgresql.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #1001242 by agentrickard, pwolanin, Crell, chx: Add DBTNG support for EXISTS ↵Angie Byron2010-12-31
| | | | conditions.
* #1007448 by chalet16: Fix typo in DatabaseSchema_pgsql.Angie Byron2010-12-29
|
* #951116 by Damien Tournoud, Stevel: Fixed db_change_field() fails to convert ↵Angie Byron2010-12-29
| | | | int to varchar on PostgreSQL
* #866340 follow-up by mikl: Document how to add support for non-standard SQL ↵Angie Byron2010-12-28
| | | | types to hook_schema().
* #1005674 by solotandem: Fixed SelectQuery::countQuery() fails with a group ↵Angie Byron2010-12-28
| | | | by expression
* #1003860 follow-up by dereine, dmitrig01, chx: Fix count queries with aliases.Angie Byron2010-12-23
|
* #1005428 by dmitrig01, chx: Remove redundant pragma statement in SQLite.Angie Byron2010-12-23
|
* #1004068 by Damien Tournoud, dmigtrig01: Complete the implementation of ↵Angie Byron2010-12-23
| | | | DatabaseSchema::addField() for SQLite... gets us to 100% tests passing in SQLite! :D
* #850852 follow-up by Damien Tournoud: Fixed notices that caused tests to fail.Angie Byron2010-12-23
|
* #850852 by Damien Tournoud, dmitrig01, chx: Fixed transaction failure and ↵Angie Byron2010-12-22
| | | | allow concurrent testing on SQLite
* #1003860 by dmitrig01, chx: Fixed Count query fails to remove fields and ↵Angie Byron2010-12-22
| | | | expressions.
* #1004850 by chx, Crell: Fixed DBTNG databaseType comment is confusingAngie Byron2010-12-22
|
* #1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failingAngie Byron2010-12-22
|
* #926636 by Stevel, Damien Tournoud, dmitrig01: Fixed Drupal install error on ↵Angie Byron2010-12-21
| | | | PostgreSQL 9.0 database due to encoding.
* #977460 by dmitrig01, bfroehle, Josh The Geek: Fixed Cannot serialize or ↵Angie Byron2010-12-15
| | | | unserialize PDO instances error
* - Patch #974250 by Stevel: upgrade path broken on PostgreSQL: can't change ↵Dries Buytaert2010-12-14
| | | | NOT NULL.
* #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to ↵Angie Byron2010-12-08
| | | | add a new not null field with initial value
* #984896 by Crell: Remove wrong references to 'query ID' in DBTNG docs.Angie Byron2010-11-30
|
* #851136: Committing missing files.Angie Byron2010-11-29
|
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* #346494 by hswong3i, Pancho, Dave Reid, duellj, dalin: Fixed DB drivers need ↵Angie Byron2010-11-29
| | | | to be able to change the configure database form during install
* Rolling back #851136. Broke SQLite installation.Angie Byron2010-11-28
|
* - Patch #851136 by Damien Tournoud, Crell, chx: make the database ↵Dries Buytaert2010-11-27
| | | | autoloading more robust.