| Commit message (Expand) | Author | Age |
* | Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupa... | Nathan Haug | 2011-11-01 |
* | Issue #1242460 by Chi: Code style fix for database_test.test. | catch | 2011-09-28 |
* | - Patch #1054848 by barraponto: fixed typos in code documentation. | Dries Buytaert | 2011-09-24 |
* | Issue #1112854 by dereine, chx, Damien Tournoud: Fixed Subqueries use wrong a... | webchick | 2011-08-22 |
* | - Patch #1185780 by Damien Tournoud: make transactions more flexible and useful. | Dries Buytaert | 2011-08-01 |
* | Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested tra... | webchick | 2011-05-29 |
* | - Patch #1105848 by cafuego, aspilicious: unsafe query comments possible via UI. | Dries Buytaert | 2011-05-11 |
* | - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL. | Dries Buytaert | 2011-04-28 |
* | Stripping CVS keywords | The Great Git Migration | 2011-02-25 |
* | #1001242 follow-up by bfroehle, Steven Jones: Fix EXISTS tests for SQLite and... | Angie Byron | 2011-01-10 |
* | #1001242 by agentrickard, pwolanin, Crell, chx: Add DBTNG support for EXISTS ... | Angie Byron | 2010-12-31 |
* | #1005674 by solotandem: Fixed SelectQuery::countQuery() fails with a group by... | Angie Byron | 2010-12-28 |
* | #1003860 follow-up by dereine, dmitrig01, chx: Fix count queries with aliases. | Angie Byron | 2010-12-23 |
* | #1003860 by dmitrig01, chx: Fixed Count query fails to remove fields and expr... | Angie Byron | 2010-12-22 |
* | #1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failing | Angie Byron | 2010-12-22 |
* | #977460 by dmitrig01, bfroehle, Josh The Geek: Fixed Cannot serialize or unse... | Angie Byron | 2010-12-15 |
* | #664042 by coltrane, effulgentsia: Fixed TableSort order error when no sort s... | Angie Byron | 2010-10-15 |
* | - Patch #844186 by chx: clarify merge queries. | Dries Buytaert | 2010-09-24 |
* | - Patch #909460 by tobiasb: remove debug() from test files. | Dries Buytaert | 2010-09-19 |
* | #903110 by bojanz: Fixed Multiple pager support is partially broken. (with te... | Angie Byron | 2010-09-09 |
* | - Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db ... | Dries Buytaert | 2010-09-03 |
* | - Patch #323477 by justinrandell, boombatower, tstoeckler, Damien Tournoud: i... | Dries Buytaert | 2010-08-22 |
* | - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->coun... | Dries Buytaert | 2010-08-08 |
* | Reverting #500866. Needs more discussion. | Angie Byron | 2010-08-05 |
* | #500866 by boombatower, solotandem: Remove t() from assertion messages in Sim... | Angie Byron | 2010-08-05 |
* | - Patch #866340 by Damien Tournoud: remove support for date and time types. | Dries Buytaert | 2010-07-28 |
* | - Patch #851748 by Stevel: weird logic in SelectQuery::addField(). | Dries Buytaert | 2010-07-28 |
* | - Patch #809698 by Damien Tournoud, tstoeckler: refrain from using the || ope... | Dries Buytaert | 2010-05-28 |
* | - Patch #785782 by cafuego: support comments in built queries. | Dries Buytaert | 2010-05-15 |
* | - Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless. | Dries Buytaert | 2010-05-11 |
* | #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply co... | Angie Byron | 2010-05-06 |
* | - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ... | Dries Buytaert | 2010-05-05 |
* | - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up. | Dries Buytaert | 2010-04-27 |
* | - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP stric... | Dries Buytaert | 2010-04-11 |
* | - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ... | Dries Buytaert | 2010-03-28 |
* | - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ... | Dries Buytaert | 2010-03-26 |
* | - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use save... | Dries Buytaert | 2010-03-25 |
* | #715476 by Jeremy and Crell: Schema object should respect active database con... | Angie Byron | 2010-03-07 |
* | - Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexEx... | Dries Buytaert | 2010-03-01 |
* | #706248 by bellHead and Damien Tournoud: Fixed field_sql_storage_field_storag... | Angie Byron | 2010-02-17 |
* | #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we d... | Angie Byron | 2010-01-13 |
* | #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow c... | Angie Byron | 2010-01-08 |
* | #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE quer... | Angie Byron | 2009-12-13 |
* | - Patch #c960657: rollback of double commit. It blame the network at Do It Wi... | Dries Buytaert | 2009-12-09 |
* | - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being hono... | Dries Buytaert | 2009-12-09 |
* | - Patch #652420 by sun: fixed some problems in the tests. | Dries Buytaert | 2009-12-09 |
* | - Patch #459786 by mcarbone: added tests for countQuery() | Dries Buytaert | 2009-12-08 |
* | - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE c... | Dries Buytaert | 2009-11-23 |
* | #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG. | Angie Byron | 2009-10-26 |
* | - Patch #561104 by David_Rothstein: improve tests of random ordering in dynam... | Dries Buytaert | 2009-10-19 |