summaryrefslogtreecommitdiff
path: root/includes/database/query.inc
Commit message (Collapse)AuthorAge
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL ↵Angie Byron2009-05-20
| | | | serial columns.
* - Patch #396578 by Damien Tournoud: added db_truncate_table() to the ↵Dries Buytaert2009-05-03
| | | | database layer.
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* - Patch #432128 by Berdir: adding some babysitting code to insert queries -- ↵Dries Buytaert2009-04-15
| | | | don't execute query when there are no values.
* - Patch #422366 by jamesAn: improved static caching in database drivers.Dries Buytaert2009-04-14
|
* #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵Angie Byron2009-03-14
| | | | NULL conditions to DBTNG.
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* - Patch #374940 by Dave Reid et al: fixed MergeQuery problem.Dries Buytaert2009-02-22
|
* #360754 by Crell: Docblock fixes for DBTNG.Angie Byron2009-01-18
|
* - Patch #301049 by Damien Tournoud: fix InsertQuery.Dries Buytaert2009-01-17
|
* - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with ↵Dries Buytaert2009-01-11
| | | | transaction support (on PostgreSQL).
* - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ↵Dries Buytaert2008-12-26
| | | | are no key fields. With tests.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with ↵Angie Byron2008-12-07
| | | | test).
* - Patch #321100 by hswong3i: empty insert statements are better handled now. ↵Dries Buytaert2008-11-13
| | | | Comes with tests.
* #331737 by Crell: Fix nested conditions (plus test)Angie Byron2008-11-08
|
* - Patch #316139 by hswong3i: __toString() should be public to work with PHP5.3.Dries Buytaert2008-10-06
|
* - Patch #300239 by Crell: updated documentation of db_insert().Dries Buytaert2008-10-06
|
* #308521 by chx: Fix a bunch of stray whitespace. And the trivial patch of ↵Angie Byron2008-09-15
| | | | the month award goes to... ;)
* - Patch #298581 by Damien Tournoud: database clean-ups.Dries Buytaert2008-08-22
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
generation database layer for Drupal 7.