summaryrefslogtreecommitdiff
path: root/includes/database/select.inc
Commit message (Collapse)AuthorAge
* Issue #829464 by Berdir, klausi, sepgil | Heine: Fixed orderby() should ↵David Rothstein2014-11-01
| | | | verify that the sort direction is always ASC or DESC.
* Issue #2065917 by SpadXIII, andrewbelcher, kboopathi: ↵David Rothstein2014-05-05
| | | | SelectQueryExtender::hasAnyTag uses hasAnyTags which doesn't exist.
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* 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.
* - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() ↵Dries2011-12-21
| | | | inappropriately removes SQL expressions.
* 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 #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
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #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.
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* 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.
* - Patch #931632 by quartsize: countQuery() replaces connection information ↵Dries Buytaert2010-10-05
| | | | with active.
* - 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 #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.
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* - Patch #851748 by Stevel: weird logic in SelectQuery::addField().Dries Buytaert2010-07-28
|
* - Patch #852362 by chx: fixed extend is 100% fubar.Dries Buytaert2010-07-19
|
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - 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 #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* - 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.
* #706248 by bellHead and Damien Tournoud: Fixed ↵Angie Byron2010-02-17
| | | | field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #692302 by Crell: searching for the wrong extender subclass.Dries Buytaert2010-01-22
|
* #653926 follow-up by Crell: Document SQL range limits.Angie Byron2009-12-13
|
* - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being ↵Dries Buytaert2009-12-09
| | | | honored.
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #619580 by Crell: only invoke query_alter() on tagged queries.Dries Buytaert2009-11-10
|
* #615508 by Crell: Use slave servers for search module.Angie Byron2009-11-01
|
* - Patch #601938 by mfb: fixed some forum exceptions and added tests.Dries Buytaert2009-10-20
|
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* - Patch #496500 by chx: remove global placeholder counter.Dries Buytaert2009-08-29
|