Angie Byron
|
ef5360ab3c
|
#525754 by chx: Clean up some trailing whitespace.
|
2009-07-21 07:27:00 +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
|
ef09cf93e5
|
- Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!
|
2009-07-14 10:22:17 +00:00 |
Dries Buytaert
|
6682ab936c
|
- Patch #517502 by Crell: make transaction API follow its own documentation.
|
2009-07-13 07:27:15 +00:00 |
Dries Buytaert
|
1430e8baa3
|
- Patch #346450 by Josh Waihi: length property should be ignored on non varchar and char fields.
|
2009-07-09 10:12:14 +00:00 |
Dries Buytaert
|
d6ce954260
|
- Patch #314358 by wonder95: only set ignore_slave_server if there are slave servers being used, which is assumed if there are more than one.
|
2009-07-07 08:57:48 +00:00 |
Dries Buytaert
|
4cd373bf2c
|
- Patch #509122 by Berdir: rest in peace db_affected_rows().
|
2009-07-03 10:57:46 +00:00 |
Dries Buytaert
|
e6caf7a0e1
|
- Patch #508756 by catch, crell et al: rest in peace db_placeholders().
|
2009-07-03 04:36:50 +00:00 |
Dries Buytaert
|
8eb8dcc842
|
- Patch #314358 by wonder95, Crell, killes, et al: add option to ignore slave servers. Finally.
|
2009-07-01 08:11:27 +00:00 |
Angie Byron
|
6d5d8dccc4
|
#408434 follow-up by chx: Add md5 as a function to SQLite to prevent fatal errors.
|
2009-06-30 00:09:55 +00:00 |
Dries Buytaert
|
2a7c2fa9b7
|
- Patch #499794 by Berdir: made protected method public because it is called as a public method.
|
2009-06-27 09:44:05 +00:00 |
Dries Buytaert
|
7613aa5908
|
- Patch #369314 by Berdir: make sub-selects work.
|
2009-06-27 09:41:56 +00:00 |
Dries Buytaert
|
b65538567d
|
- Patch #276008 by lilou, Arancaytar: missing user agent should not trigger a notice per the HTTP specification.
|
2009-06-17 13:40:26 +00:00 |
Angie Byron
|
469471fdde
|
#408876 by JamesAn: Document Schema API's serialize property.
|
2009-06-06 18:23:21 +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
|
88c9a015c1
|
- Patch #111011 by Josh Waihi: adding foreign key specifications.
|
2009-06-01 22:07:10 +00:00 |
Dries Buytaert
|
00271e741f
|
- Patch #458176 by c960657: improved exception handling in database layer.
|
2009-06-01 16:47:06 +00:00 |
Dries Buytaert
|
984f27efc9
|
- Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations.
|
2009-06-01 11:23:27 +00:00 |
Angie Byron
|
114a7f2cb3
|
#471800 follow-up by stella: Fixing comments on MySQL system queries.
|
2009-05-29 01:51:46 +00:00 |
Angie Byron
|
9eeec33415
|
#467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug.
|
2009-05-27 01:50:36 +00:00 |
Dries Buytaert
|
70546d29ff
|
- Patch #472646 by Josh Waihi: fixed the PostgreSQL installation.
|
2009-05-26 08:50:04 +00:00 |
Dries Buytaert
|
a98905f5c6
|
- Patch #471800 by stella: more code style fixes.
|
2009-05-25 13:42:56 +00:00 |
Dries Buytaert
|
12024dbca4
|
- Patch #319165 by andpost: force PostgreSQL to use UTF-8 by default.
|
2009-05-25 05:22:52 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Dries Buytaert
|
800f2d9aa4
|
- Patch #467984 by Berdir: fixed some database glitches and extended the tests.
|
2009-05-22 07:08:15 +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 |
Angie Byron
|
8ba2805c91
|
#464878 by chx: Fix SQLite abstraction layer to accept arrays of placeholder values without leading :, for compatibility with PDO.
|
2009-05-17 03:31:36 +00:00 |
Angie Byron
|
a81eaade50
|
#459786 by DamZ: Remove all_fields from extended queries to prevent breaking under PostgreSQL and certain MySQL versions.
|
2009-05-11 20:13:43 +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 |
Angie Byron
|
2671e98daa
|
#301362 by moshe weitzman, David Strauss, Narayan Newton, and chx: Default to InnoDB in MySQL.
|
2009-04-25 16:57:19 +00:00 |
Dries Buytaert
|
f09028107c
|
- Patch #413732 by brianV: database code clean-up.
|
2009-04-20 20:02:31 +00:00 |
Angie Byron
|
d30a41e791
|
Roll-back of #333054; needs more discussion.
|
2009-04-20 02:23:17 +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 |
Dries Buytaert
|
ea9a75eb61
|
- Patch #423994 by pwolanin: working around MySQL bug.
|
2009-04-05 12:08:49 +00:00 |
Dries Buytaert
|
27d7455edb
|
- Patch #333054 by c960657: page cache should be case sensitive.
|
2009-04-01 20:00:47 +00:00 |
Angie Byron
|
3dfb808a6d
|
#373225 by Josh Waihi: Make PostgreSQL cast values when changing database columns to prevent data loss.
|
2009-03-31 01:42:45 +00:00 |
Angie Byron
|
39c3344ac6
|
#365996 by sammys: Correct timestamp type name in PostgreSQL.
|
2009-03-30 04:55:59 +00:00 |
Dries Buytaert
|
a88a999ca8
|
- Patch #351898 by mfb: database API was not E_STRICT compatible.
|
2009-03-29 12:48:33 +00:00 |
Angie Byron
|
87f82a6127
|
#373514 by jaydee18 and jbomb: Fix typo in transaction property.
|
2009-03-25 18:43:01 +00:00 |
Dries Buytaert
|
3a7047c670
|
- Patch #12201 by mfb: added support for table descriptions.
|
2009-03-14 20:34:17 +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 |
Angie Byron
|
2518d1601c
|
#349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver independent of schema to fix D6 => D7 update.
|
2009-02-24 16:34:46 +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 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Angie Byron
|
250e486bb0
|
#363687 by chx: Simplify DBTNG codeflow.
|
2009-01-25 12:19:32 +00:00 |
Dries Buytaert
|
b2402f40ae
|
- Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code.
|
2009-01-19 20:45:17 +00:00 |
Dries Buytaert
|
bca75d353f
|
- Patch #360887 by Crell: more robus example of how to use transaction support in D7.
|
2009-01-19 10:12:00 +00:00 |