summaryrefslogtreecommitdiff
path: root/includes/database/query.inc
Commit message (Collapse)AuthorAge
* Issue #2453311 by TravisCarden: Fix a couple more "the the"s in the codebaseDavid Rothstein2015-03-30
|
* 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 #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 #1792380 by theo_: Fixed DatabaseCondition not cloning SelectQuery ↵David Rothstein2013-02-27
| | | | value object.
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* 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 #1371256 by ayelet_Cr, oriol_e9g: Document that ↵webchick2011-12-24
| | | | QueryConditionInterface::condition() should not be used to add NULL conditions.
* 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 #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong ↵webchick2011-08-22
| | | | arguments.
* Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #1001242 by agentrickard, pwolanin, Crell, chx: Add DBTNG support for EXISTS ↵Angie Byron2010-12-31
| | | | conditions.
* #977460 by dmitrig01, bfroehle, Josh The Geek: Fixed Cannot serialize or ↵Angie Byron2010-12-15
| | | | unserialize PDO instances error
* - Patch #718540 by jhodgdon, freelock: better documentation in query.inc.Dries Buytaert2010-10-26
|
* Patch #943042 by Damien Tournoud: MergeQuery regressions: key is used in the ↵Dries Buytaert2010-10-18
| | | | update query, exception is echoed.
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database ↵Angie Byron2010-08-05
| | | | layer.
* - 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 #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, ↵Dries Buytaert2010-06-26
| | | | justinrandell: Make merge queries more consistent and robust.
* - 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 #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* #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.
* #772554 by Crell: Remove delay() method from insert queries.Angie Byron2010-04-19
|
* - Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString().Dries Buytaert2010-04-15
|
* #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.
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* - Patch #700518 by agentrickard, Crell: documentation fixes.Dries Buytaert2010-02-06
|
* - Patch #700518 by agentrickard: document conjunctions for db_condition().Dries Buytaert2010-01-31
|
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #648744 by fago: added support for DBTNG auto completion in IDEs. ↵Dries Buytaert2009-12-02
| | | | Usability improvement.
* - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE ↵Dries Buytaert2009-11-23
| | | | condition with multiple placeholders cause invalid/duplicate placeholders.
* #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG.Angie Byron2009-10-26
|
* - Patch #597556 by Berdir: return status to indicate executed query in ↵Dries Buytaert2009-10-11
| | | | MergeQuery::execute().
* - Patch #496500 by chx: remove global placeholder counter.Dries Buytaert2009-08-29
|
* #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ↵Angie Byron2009-08-26
| | | | so that modules can know the final query/arguments before they are run.
* - Patch #496500 by chx: rollback.Dries Buytaert2009-08-24
|
* - Patch #496500 by Moshe Weitzman, Crell, Berdir: remove global placeholder ↵Dries Buytaert2009-08-22
| | | | counter so we can support Views caching.
* #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...Angie Byron2009-07-21
|
* - Patch #369314 by Berdir: make sub-selects work.Dries Buytaert2009-06-27
|
* #483808 by chx and Crell: Default DBTNG conditions to IN when an array of ↵Angie Byron2009-06-06
| | | | values is passed in, to match the field query API.