summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/database_test.test
Commit message (Collapse)AuthorAge
* 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 #1794012 by dcam, Crell, Lars Toomre: Remove t() from asserts in ↵Jennifer Hodgdon2013-02-26
| | | | database system tests
* Issue #843114 by sun, quicksketch, Berdir | c960657: Fixed ↵David Rothstein2012-12-08
| | | | DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
* Issue #1798858 by paranojik: Remove t() from getInfo() in database testsJennifer Hodgdon2012-10-12
|
* Issue #1739808 by Berdir, salvis | GrzegorzNowak: Fixed Notice: Undefined ↵David Rothstein2012-09-15
| | | | index: file in DatabaseLog->findCaller().
* Issue #1491542 by rdickert, c960657, hosef: Fixed testHavingCountQuery() ↵webchick2012-04-30
| | | | fails on pgsql and sqlite.
* Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵webchick2012-04-22
| | | | Case Sensitivity: Allow BINARY attribute in MySQL.
* Issue follow-up #1007830 by Damien Tournoud, basic: Fixed Nested ↵webchick2011-12-31
| | | | transactions throw exceptions when they got out of scope.
* - 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.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1242460 by Chi: Code style fix for database_test().test.webchick2011-09-27
|
* Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested ↵webchick2011-05-29
| | | | transactions throw exceptions on ddl changes.
* Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
|
* - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.Dries Buytaert2011-04-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #1001242 follow-up by bfroehle, Steven Jones: Fix EXISTS tests for SQLite ↵Angie Byron2011-01-10
| | | | and PostgreSQL.
* #1001242 by agentrickard, pwolanin, Crell, chx: Add DBTNG support for EXISTS ↵Angie Byron2010-12-31
| | | | conditions.
* #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
|
* #1003860 by dmitrig01, chx: Fixed Count query fails to remove fields and ↵Angie Byron2010-12-22
| | | | expressions.
* #1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failingAngie Byron2010-12-22
|
* #977460 by dmitrig01, bfroehle, Josh The Geek: Fixed Cannot serialize or ↵Angie Byron2010-12-15
| | | | unserialize PDO instances error
* #664042 by coltrane, effulgentsia: Fixed TableSort order error when no sort ↵Angie Byron2010-10-15
| | | | set in header
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* - Patch #909460 by tobiasb: remove debug() from test files.Dries Buytaert2010-09-19
|
* #903110 by bojanz: Fixed Multiple pager support is partially broken. (with ↵Angie Byron2010-09-09
| | | | tests)
* - Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db ↵Dries Buytaert2010-09-03
| | | | placeholders in complex queries.
* - Patch #323477 by justinrandell, boombatower, tstoeckler, Damien Tournoud: ↵Dries Buytaert2010-08-22
| | | | increase simpletest speed by running on a simplified profile.
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - 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 #809698 by Damien Tournoud, tstoeckler: refrain from using the || ↵Dries Buytaert2010-05-28
| | | | operator for concatenation.
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* - 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.
* - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.Dries Buytaert2010-04-27
|
* - 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 #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 #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use ↵Dries Buytaert2010-03-25
| | | | savepoints for nested transactions.
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().