Angie Byron
|
755343e3b7
|
#807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database layer.
|
2010-08-05 08:26:35 +00:00 |
Dries Buytaert
|
83f4ef42f6
|
- Patch #851100 by Damien Tournoud: subquery objects are iterated upon.
|
2010-07-19 21:05:46 +00:00 |
Dries Buytaert
|
a5f23317ef
|
- Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback the transaction if one insert fail.
|
2010-07-19 13:28:19 +00:00 |
Dries Buytaert
|
5ca8621ba4
|
- Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, justinrandell: Make merge queries more consistent and robust.
|
2010-06-26 01:40:05 +00:00 |
Dries Buytaert
|
a7a0ee8360
|
- Patch #772554 by Crell, jbrown: remove delay() method from insert queries.
|
2010-06-02 19:39:17 +00:00 |
Dries Buytaert
|
a309cb4279
|
- Patch #813540 by chx: handle NULL values nicely.
|
2010-06-02 06:58:29 +00:00 |
Dries Buytaert
|
416f87f170
|
- Patch #785782 by cafuego: support comments in built queries.
|
2010-05-15 07:04:21 +00:00 |
Angie Byron
|
ed86172814
|
#331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting.
|
2010-05-06 05:59:31 +00:00 |
Dries Buytaert
|
5265584016
|
- Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) with SelectQuery.
|
2010-05-05 16:51:30 +00:00 |
Angie Byron
|
cd6a08d843
|
#772554 by Crell: Remove delay() method from insert queries.
|
2010-04-19 04:43:05 +00:00 |
Dries Buytaert
|
00deb1df3e
|
- Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString().
|
2010-04-15 11:51:27 +00:00 |
Angie Byron
|
6f8293a5ae
|
#764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query conditional helper functions to database.inc to avoid fatal errors in lower bootstrap levels.
|
2010-04-11 01:12:23 +00:00 |
Dries Buytaert
|
13704b8f62
|
- Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexExists().
|
2010-03-01 11:30:37 +00:00 |
Dries Buytaert
|
897817eb0c
|
- Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
|
2010-02-28 20:10:34 +00:00 |
Dries Buytaert
|
88cc713837
|
- Patch #700518 by agentrickard, Crell: documentation fixes.
|
2010-02-06 19:01:38 +00:00 |
Dries Buytaert
|
0597e322ce
|
- Patch #700518 by agentrickard: document conjunctions for db_condition().
|
2010-01-31 18:42:41 +00:00 |
Angie Byron
|
68d000561d
|
#697694 by aspilicious: Doxygen fixes.
|
2010-01-29 01:59:32 +00:00 |
Dries Buytaert
|
af3f94b37e
|
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
|
2010-01-25 10:38:35 +00:00 |
Angie Byron
|
82c20e6615
|
#654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE queries.
|
2009-12-13 18:10:43 +00:00 |
Dries Buytaert
|
1b01b241ae
|
- Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs.
|
2009-12-04 16:31:04 +00:00 |
Dries Buytaert
|
a49c496710
|
- Patch #648744 by fago: added support for DBTNG auto completion in IDEs. Usability improvement.
|
2009-12-02 23:05:13 +00:00 |
Dries Buytaert
|
a902f664d9
|
- Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE condition with multiple placeholders cause invalid/duplicate placeholders.
|
2009-11-23 22:31:42 +00:00 |
Angie Byron
|
c1ce884e4b
|
#612392 by chx and Crell: Allow lowercase comparison operators in DBTNG.
|
2009-10-26 04:46:38 +00:00 |
Dries Buytaert
|
9d6182d8d0
|
- Patch #597556 by Berdir: return status to indicate executed query in MergeQuery::execute().
|
2009-10-11 13:43:37 +00:00 |
Dries Buytaert
|
fb0275fa6a
|
- Patch #496500 by chx: remove global placeholder counter.
|
2009-08-29 05:43:35 +00:00 |
Angie Byron
|
fd164e9d02
|
#496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, so that modules can know the final query/arguments before they are run.
|
2009-08-26 04:58:23 +00:00 |
Dries Buytaert
|
488fee8ce8
|
- Patch #496500 by chx: rollback.
|
2009-08-24 18:22:54 +00:00 |
Dries Buytaert
|
eac93fa430
|
- Patch #496500 by Moshe Weitzman, Crell, Berdir: remove global placeholder counter so we can support Views caching.
|
2009-08-22 19:10:34 +00:00 |
Angie Byron
|
d2c02ca453
|
#481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...
|
2009-07-21 01:56:36 +00:00 |
Dries Buytaert
|
7613aa5908
|
- Patch #369314 by Berdir: make sub-selects work.
|
2009-06-27 09:41:56 +00:00 |
Angie Byron
|
c3e95d2532
|
#483808 by chx and Crell: Default DBTNG conditions to IN when an array of values is passed in, to match the field query API.
|
2009-06-06 16:57:52 +00:00 |
Dries Buytaert
|
9079d78481
|
- Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... queries.
|
2009-06-05 16:55:45 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Angie Byron
|
e5350c1905
|
#445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL serial columns.
|
2009-05-20 05:44:03 +00:00 |
Dries Buytaert
|
c5926f4961
|
- Patch #396578 by Damien Tournoud: added db_truncate_table() to the database layer.
|
2009-05-03 08:56:19 +00:00 |
Dries Buytaert
|
f09028107c
|
- Patch #413732 by brianV: database code clean-up.
|
2009-04-20 20:02:31 +00:00 |
Dries Buytaert
|
b0a6099918
|
- Patch #432128 by Berdir: adding some babysitting code to insert queries -- don't execute query when there are no values.
|
2009-04-15 13:30:17 +00:00 |
Dries Buytaert
|
00f9c254d9
|
- Patch #422366 by jamesAn: improved static caching in database drivers.
|
2009-04-14 06:22:10 +00:00 |
Angie Byron
|
193ba01e1f
|
#343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG.
|
2009-03-14 17:45:55 +00:00 |
Dries Buytaert
|
b3e36d655c
|
- Patch #299267 by Crell: add extender support to the SELECT query builder.
|
2009-02-22 16:53:41 +00:00 |
Dries Buytaert
|
e1652e99b6
|
- Patch #374940 by Dave Reid et al: fixed MergeQuery problem.
|
2009-02-22 16:31:24 +00:00 |
Angie Byron
|
e8cff6403b
|
#360754 by Crell: Docblock fixes for DBTNG.
|
2009-01-18 23:55:32 +00:00 |
Dries Buytaert
|
a6f64e65f3
|
- Patch #301049 by Damien Tournoud: fix InsertQuery.
|
2009-01-17 12:47:43 +00:00 |
Dries Buytaert
|
f088ccfb98
|
- Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL).
|
2009-01-11 07:47:03 +00:00 |
Dries Buytaert
|
0d100b57dc
|
- Patch #332002 by Crell et al: MergeQuery should refuse to execute if there are no key fields. With tests.
|
2008-12-26 14:23:38 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Angie Byron
|
6d84974ff5
|
#343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with test).
|
2008-12-07 07:51:55 +00:00 |
Dries Buytaert
|
44c8391d32
|
- Patch #321100 by hswong3i: empty insert statements are better handled now. Comes with tests.
|
2008-11-13 21:08:16 +00:00 |
Angie Byron
|
b0e2635675
|
#331737 by Crell: Fix nested conditions (plus test)
|
2008-11-08 07:06:03 +00:00 |