| Commit message (Expand) | Author | Age |
* | - Patch #772554 by Crell, jbrown: remove delay() method from insert queries. | Dries Buytaert | 2010-06-02 |
* | - Patch #813540 by chx: handle NULL values nicely. | Dries Buytaert | 2010-06-02 |
* | - Patch #785782 by cafuego: support comments in built queries. | Dries Buytaert | 2010-05-15 |
* | #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 |
* | #772554 by Crell: Remove delay() method from insert queries. | Angie Byron | 2010-04-19 |
* | - Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString(). | Dries Buytaert | 2010-04-15 |
* | #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query condition... | Angie Byron | 2010-04-11 |
* | - Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexEx... | Dries Buytaert | 2010-03-01 |
* | - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657,... | Dries Buytaert | 2010-02-28 |
* | - Patch #700518 by agentrickard, Crell: documentation fixes. | Dries Buytaert | 2010-02-06 |
* | - Patch #700518 by agentrickard: document conjunctions for db_condition(). | Dries Buytaert | 2010-01-31 |
* | #697694 by aspilicious: Doxygen fixes. | Angie Byron | 2010-01-29 |
* | - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. | Dries Buytaert | 2010-01-25 |
* | #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE quer... | Angie Byron | 2009-12-13 |
* | - Patch #648744 by Crell: specified more @return type definitions for auto-co... | Dries Buytaert | 2009-12-04 |
* | - Patch #648744 by fago: added support for DBTNG auto completion in IDEs. Usa... | Dries Buytaert | 2009-12-02 |
* | - 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 #597556 by Berdir: return status to indicate executed query in MergeQ... | Dries Buytaert | 2009-10-11 |
* | - Patch #496500 by chx: remove global placeholder counter. | Dries Buytaert | 2009-08-29 |
* | #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ... | Angie Byron | 2009-08-26 |
* | - Patch #496500 by chx: rollback. | Dries Buytaert | 2009-08-24 |
* | - Patch #496500 by Moshe Weitzman, Crell, Berdir: remove global placeholder c... | Dries Buytaert | 2009-08-22 |
* | #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ... | Angie Byron | 2009-07-21 |
* | - Patch #369314 by Berdir: make sub-selects work. | Dries Buytaert | 2009-06-27 |
* | #483808 by chx and Crell: Default DBTNG conditions to IN when an array of val... | Angie Byron | 2009-06-06 |
* | - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... qu... | Dries Buytaert | 2009-06-05 |
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
* | #445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL ... | Angie Byron | 2009-05-20 |
* | - Patch #396578 by Damien Tournoud: added db_truncate_table() to the database... | Dries Buytaert | 2009-05-03 |
* | - Patch #413732 by brianV: database code clean-up. | Dries Buytaert | 2009-04-20 |
* | - Patch #432128 by Berdir: adding some babysitting code to insert queries -- ... | Dries Buytaert | 2009-04-15 |
* | - Patch #422366 by jamesAn: improved static caching in database drivers. | Dries Buytaert | 2009-04-14 |
* | #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT N... | Angie Byron | 2009-03-14 |
* | - Patch #299267 by Crell: add extender support to the SELECT query builder. | Dries Buytaert | 2009-02-22 |
* | - Patch #374940 by Dave Reid et al: fixed MergeQuery problem. | Dries Buytaert | 2009-02-22 |
* | #360754 by Crell: Docblock fixes for DBTNG. | Angie Byron | 2009-01-18 |
* | - Patch #301049 by Damien Tournoud: fix InsertQuery. | Dries Buytaert | 2009-01-17 |
* | - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transac... | Dries Buytaert | 2009-01-11 |
* | - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ... | Dries Buytaert | 2008-12-26 |
* | - Patch #349504 by keith.smith: clean up sentence spacing in code comments. | Dries Buytaert | 2008-12-20 |
* | - Patch #318016 by Dave Reid: step one to standardizing type-hinting. | Dries Buytaert | 2008-12-08 |
* | #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with te... | Angie Byron | 2008-12-07 |
* | - Patch #321100 by hswong3i: empty insert statements are better handled now. ... | Dries Buytaert | 2008-11-13 |
* | #331737 by Crell: Fix nested conditions (plus test) | Angie Byron | 2008-11-08 |
* | - Patch #316139 by hswong3i: __toString() should be public to work with PHP5.3. | Dries Buytaert | 2008-10-06 |
* | - Patch #300239 by Crell: updated documentation of db_insert(). | Dries Buytaert | 2008-10-06 |
* | #308521 by chx: Fix a bunch of stray whitespace. And the trivial patch of the... | Angie Byron | 2008-09-15 |
* | - Patch #298581 by Damien Tournoud: database clean-ups. | Dries Buytaert | 2008-08-22 |