Angie Byron
|
6192e19f60
|
#720620 by andypost: Fixed indexExists() for pgsql and sqlite does not prefix tablename.
|
2010-02-23 05:07:18 +00:00 |
Angie Byron
|
8d01aeb428
|
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
|
2010-02-17 22:44:52 +00:00 |
Angie Byron
|
2f097f48cb
|
#715906 by Damien Tournoud: Fixed Schema tests fail on PostgreSQL.
|
2010-02-17 05:26:10 +00:00 |
Angie Byron
|
dcb47ed24d
|
#706248 by bellHead and Damien Tournoud: Fixed field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
|
2010-02-17 05:24:53 +00:00 |
Angie Byron
|
efb4ec06a5
|
#714994 by Damien Tournoud: Fixed SQLite should not forcefully convert numeric strings into numbers.
|
2010-02-15 22:14:17 +00:00 |
Angie Byron
|
e4373460c5
|
#715094 by Damien Tournoud: Fixed Transaction data need to be reset early in DatabaseConnection::popTransaction().
|
2010-02-15 22:12:27 +00:00 |
Angie Byron
|
9ce1c6339f
|
#550124 by c960657, catch, and Crell: Remove prepared statement caching, which was a nice idea, but uses up tons of memory without any tangible performance benefits.
|
2010-02-12 06:58:43 +00:00 |
Angie Byron
|
3f115334f6
|
#702514 by foripepe and mr.baileys: Fixed Documentation problem with Database abstraction layer.
|
2010-02-08 19:35:39 +00:00 |
Angie Byron
|
66c63ff3e2
|
#522786 by stormsweeper: Fixed Postgres numeric check needs to happen after precision check in schema generation.
|
2010-02-07 05:23:32 +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 |
Dries Buytaert
|
ea51c3215b
|
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
|
2010-01-30 07:59:26 +00:00 |
Dries Buytaert
|
1e8da1f9ae
|
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.
|
2010-01-30 07:54:01 +00:00 |
Angie Byron
|
3afffc9dc2
|
Hm. Rollback of #522786 which seems to cause test failures.
|
2010-01-30 03:49:14 +00:00 |
Angie Byron
|
12ed470655
|
#522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen after precision check in schema generation.
|
2010-01-30 02:56:32 +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 |
Dries Buytaert
|
af6540b07f
|
- Patch #692302 by Crell: searching for the wrong extender subclass.
|
2010-01-22 22:52:38 +00:00 |
Dries Buytaert
|
4837645ac5
|
- Patch #688158 by moshe weitzman: query logger does not provide class information.
|
2010-01-18 17:10:03 +00:00 |
Angie Byron
|
fed2d40473
|
#684138 by carlos8f and Heine: Fixed bug in SQLite's NextId() that prevented installation.
|
2010-01-14 19:49:14 +00:00 |
Angie Byron
|
e349ea9c9c
|
#616650 by Crell: Default MySQL to transactions ON. Makes sense now that we default to InnoDB as well.
|
2010-01-13 05:49:41 +00:00 |
Angie Byron
|
71ee49de3e
|
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
|
2010-01-09 23:03:22 +00:00 |
Dries Buytaert
|
25747314e2
|
- Patch #550010 by c960657: DatabaseConnection::prepareQuery() ignores argument.
|
2010-01-08 21:09:17 +00:00 |
Angie Byron
|
c92ddd4cb8
|
#601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow complex query to return a proper empty set.
|
2010-01-08 07:43:55 +00:00 |
Angie Byron
|
37fcdbc67c
|
#633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make sequence API work on non-MySQL databases.
|
2010-01-07 04:51:26 +00:00 |
Angie Byron
|
8f17383184
|
#671348 by Garrett Albright: Fixed escape error with SQLite.
|
2010-01-06 04:10:54 +00:00 |
Dries Buytaert
|
7edad0db9e
|
- Patch #672268 by Garrett Albright: comment cleanup.
|
2010-01-03 06:50:07 +00:00 |
Dries Buytaert
|
8b0fc57911
|
- Patch #360854 by sammys, Crell: added missing db_index_exists(), required to provide proper upgrade path from Drupal 6 to Drupal 7.
|
2009-12-15 08:30:53 +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 |
Angie Byron
|
e5356ea62d
|
#653926 follow-up by Crell: Document SQL range limits.
|
2009-12-13 18:06:48 +00:00 |
Dries Buytaert
|
8de2de0206
|
- Patch #653926 by Damien Tournoud: fixed range of sub-queries not being honored.
|
2009-12-09 17:23:50 +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
|
0b6e0b605c
|
- Patch #637058 by jhodgdon: documentation improvements.
|
2009-12-03 20:42:38 +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
|
cb98091e1b
|
#108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.
|
2009-11-19 04:00:47 +00:00 |
Dries Buytaert
|
f546cfa1e8
|
- Patch #619580 by Crell: only invoke query_alter() on tagged queries.
|
2009-11-10 22:15:24 +00:00 |
Angie Byron
|
bbf9c0a674
|
#620516 by Crell: Use isNull() inside SQLite driver.
|
2009-11-02 00:19:27 +00:00 |
Angie Byron
|
1eae549bd6
|
#615508 by Crell: Use slave servers for search module.
|
2009-11-01 21:46:16 +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
|
eeb7b53ef6
|
- Patch #601938 by mfb: fixed some forum exceptions and added tests.
|
2009-10-20 00:28:16 +00:00 |
Angie Byron
|
8387caea67
|
#356074 follow-up by sun: Fix SimpleTest's batch API processing due to typo in select.
|
2009-10-18 07:35:39 +00:00 |
Angie Byron
|
3dddaa3e6f
|
#356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
|
2009-10-18 06:56:24 +00:00 |
Dries Buytaert
|
60c5878351
|
- Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation.
|
2009-10-16 19:06:25 +00:00 |
Angie Byron
|
33b09cc5eb
|
#589754 by rfay and Crell: Fixed non-recoverable install if invalid database specified in settings.php.
|
2009-10-12 02:00:04 +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
|
f5b02199c7
|
- Patch #596664 by c960657 | Crell: document “char”, “date” and “time” database field types.
|
2009-10-08 02:44:54 +00:00 |
Angie Byron
|
b4de609c6d
|
#595758 by jhodgdon: Fixed documentation for db_query_range().
|
2009-10-06 00:03:12 +00:00 |
Dries Buytaert
|
7178f6b173
|
- Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().
|
2009-09-30 18:36:02 +00:00 |
Dries Buytaert
|
cef1089389
|
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
|
2009-09-29 15:13:57 +00:00 |