summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* Issue #2164179 by StephaneQ: Fix links to extenders in Database API topic pageJennifer Hodgdon2014-01-10
|
* Issue #937284 by chx, chrisdolby, deviantintegral, Berdir, tim.plunkett | ↵David Rothstein2013-12-30
| | | | hefox: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows.
* Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ↵David Rothstein2013-12-25
| | | | ... not supported.
* Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, ↵Jennifer Hodgdon2013-09-12
| | | | willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
* Issue #1839998 by wiifm, mcm.guaba, Josh Waihi, dcam: Fixed TruncateQuery ↵David Rothstein2013-08-05
| | | | implemented as 'DELETE FROM' in MySQL and SQLite, but not PostgreSQL, causing nefarious table locking.
* Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() ↵David Rothstein2013-02-27
| | | | for affected rows count causes certain updates to be suppressed.
* Issue #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery ↵David Rothstein2013-02-27
| | | | value object.
* Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies with ↵David Rothstein2012-12-27
| | | | @link...@endlink.
* Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* Rolled back issue #1542186 (PHP 5.4 'Illegal string offset' warning when ↵David Rothstein2012-11-05
| | | | installing on SQLite), since the fix was broken.
* Issue #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed ↵webchick2012-09-30
| | | | Update #7002 fails on postgres - ILIKE operator on bytea not supported.
* Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined ↵David Rothstein2012-09-15
| | | | index: file in DatabaseLog->findCaller().
* Issue #1751612 by junedkazi: fix link formatting in documentationJennifer Hodgdon2012-08-27
|
* Issue #1542186 by pp, redcell, rickmanelius: Fixed PHP 5.4 'Illegal string ↵webchick2012-08-22
| | | | offset' warning when install.
* Issue #1703184 by m-abshir: Clarify table parameter in db_rename_table ↵Jennifer Hodgdon2012-08-02
| | | | function doc
* Issue #1683836 by mjonesdinero, lyricnz: Fix database topic sample code so ↵Jennifer Hodgdon2012-07-18
| | | | it is consistent
* Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction ↵Jennifer Hodgdon2012-05-30
| | | | method
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵webchick2012-04-22
| | | | Case Sensitivity: Allow BINARY attribute in MySQL.
* Issue #1171866 by sun, catch, Alan Evans, bvirtual, frob, btmash: Fixed ↵webchick2012-04-12
| | | | Enforced fetching of fields/columns in lowercase breaks third-party integration.
* Issue #1414412 by Damien Tournoud, pillarsdotnet, droplet, MrHaroldA: Fixed ↵webchick2012-03-08
| | | | Skip #conjunction key in __clone() method of core/includes/database/query.inc.
* Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar ↵Jennifer Hodgdon2012-02-29
| | | | columns needing to have length specified
* Issue #1291458 by arithmetric: Remove mention of short-lived PHP bug from ↵Jennifer Hodgdon2012-02-23
| | | | Database class docs
* Issue #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by ↵webchick2012-02-14
| | | | db_rename_table().
* Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be ↵webchick2012-01-30
| | | | used as a function parameter before PHP 5.3.
* Issue follow-up #1007830 by Damien Tournoud, basic: Fixed Nested ↵webchick2011-12-31
| | | | transactions throw exceptions when they got out of scope.
* Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options ↵webchick2011-12-25
| | | | configurable.
* Issue #1371256 by ayelet_Cr, oriol_e9g: Document that ↵webchick2011-12-24
| | | | QueryConditionInterface::condition() should not be used to add NULL conditions.
* - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() ↵Dries2011-12-21
| | | | inappropriately removes SQL expressions.
* Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must ↵webchick2011-12-16
| | | | | | never return true." This reverts commit 06f31080c7281c8227d2556cd0807744e91c9fb5.
* Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never ↵webchick2011-12-10
| | | | return true.
* - 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 #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* - 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 #1136854 by chx: Fixed MySQL 5.5 breaks speedy testing.webchick2011-09-05
|
* Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* Revert "- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__)."Dries Buytaert2011-08-07
| | | | This reverts commit 132aed379c72f0702dd2e9c27cf9421f1435aba2.
* - 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.
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* 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.
* 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
|
* Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
|