Dries Buytaert
|
d297ac7464
|
- Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via db_query_range().
|
2010-06-01 09:24:09 +00:00 |
Dries Buytaert
|
72db95c988
|
- Patch #711108 by Berdir: better exception reporting for watchdog() in the database system.
|
2010-05-26 07:52:13 +00:00 |
Dries Buytaert
|
98ff59bf80
|
- Patch #767690 by Crell: @file declarations in database system do not indicate what belongs in the file.
|
2010-05-23 19:14:42 +00:00 |
Dries Buytaert
|
8ce167452b
|
- Patch #726344 by Crell, Berdir: database system uses wrapper functions internally.
|
2010-05-23 18:01:26 +00:00 |
Dries Buytaert
|
416f87f170
|
- Patch #785782 by cafuego: support comments in built queries.
|
2010-05-15 07:04:21 +00:00 |
Dries Buytaert
|
7708606321
|
- Patch #301798 by Josh Waihi: remove some legacy data type and function mapping for PostgreSQL.
|
2010-05-13 08:23:56 +00:00 |
Dries Buytaert
|
fe04e7d35f
|
- Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless.
|
2010-05-11 11:01:36 +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
|
a649700010
|
#561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG.
|
2010-05-05 06:28:39 +00:00 |
Dries Buytaert
|
9332e835da
|
- Patch #742042 by kkaefer:DBTNG: ->fetchAllAssoc() doesn't respect fetch mode set during ->execute().
|
2010-04-30 13:47:46 +00:00 |
Angie Byron
|
31f13b5694
|
#299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
|
2010-04-29 03:48:16 +00:00 |
Dries Buytaert
|
0b61ecfe3a
|
- Patch #782056 by aspilicious: removing every tab + trailing white space in core.
|
2010-04-28 20:25:22 +00:00 |
Dries Buytaert
|
19a45ce544
|
- Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make drupal_alter() support multiple alter hooks executed by module weight.
|
2010-04-28 12:36:26 +00:00 |
Dries Buytaert
|
ca0323d2de
|
- Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.
|
2010-04-27 10:42:58 +00:00 |
Dries Buytaert
|
b6480251b8
|
- Patch #780048 by linclark: db_next_id() documentation refers to a non-existent function.
|
2010-04-26 14:12:59 +00:00 |
Angie Byron
|
67a19cf48b
|
#688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() to proper exception catching.
|
2010-04-23 05:21:19 +00:00 |
Angie Byron
|
cd6a08d843
|
#772554 by Crell: Remove delay() method from insert queries.
|
2010-04-19 04:43:05 +00:00 |
Dries Buytaert
|
c27d66307c
|
- Patch #770838 by sdboyer: optimize DatabaseConnection::ExpandArguments.
|
2010-04-15 11:53:26 +00:00 |
Dries Buytaert
|
00deb1df3e
|
- Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString().
|
2010-04-15 11:51:27 +00:00 |
Dries Buytaert
|
ff301288f2
|
- Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3.
|
2010-04-11 18:33:44 +00:00 |
Dries Buytaert
|
de33f74b40
|
- Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.
|
2010-04-11 17:16:45 +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
|
dde5c67ba0
|
- Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/database prefixing like we claim to.
|
2010-04-07 15:07:59 +00:00 |
Dries Buytaert
|
36088732bb
|
- Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: use savepoints for nested transactions.
|
2010-04-06 16:54:15 +00:00 |
Dries Buytaert
|
fcb8df3c77
|
- Patch #761316 by Crell: code simplification in query dispatchers.
|
2010-04-04 20:35:59 +00:00 |
Dries Buytaert
|
cb391a1856
|
- Patch #748340 by Berdir, andypost, catch, noahb, Crell: MySQL-optimized tableExists() implementation.
|
2010-04-04 07:20:05 +00:00 |
Dries Buytaert
|
fd4d0fd4bd
|
- Patch #756478 by alex_b: remove obsolete return statement in findCaller().
|
2010-03-31 15:09:21 +00:00 |
Dries Buytaert
|
a2a4bf940e
|
- Patch #753754 by Garrett Albright, aspilicious, Crell, yoroy, marcvangend: error message when settings file does not exist should be hidden.
|
2010-03-28 12:00:17 +00:00 |
Dries Buytaert
|
a08c969669
|
- Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It has to get worse before it can get better.'
|
2010-03-28 11:45:11 +00:00 |
Dries Buytaert
|
3cc61288a6
|
- Patch #753754 by Garrett Albright, aspilicious, yoroy: error message when settings file does not exist should be hidden.
|
2010-03-28 07:25:36 +00:00 |
Dries Buytaert
|
3520ea5153
|
- Patch #754192 by andypost, Damien Tournoud: critical bug: fixed transaction support for old sqlite versions.
|
2010-03-28 06:54:13 +00:00 |
Dries Buytaert
|
a7d001f7d1
|
- Patch #669794 by andypost: use savepoints for nested transactions.
|
2010-03-26 18:46:06 +00:00 |
Dries Buytaert
|
d428fe37b9
|
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
|
2010-03-26 17:14:46 +00:00 |
Dries Buytaert
|
48e05803fd
|
- Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use savepoints for nested transactions.
|
2010-03-25 10:38:45 +00:00 |
Dries Buytaert
|
23cbbcb1b2
|
- Patch #748982 by mikeryan: allow Database logging_callback() to be a class method.
|
2010-03-24 09:59:17 +00:00 |
Dries Buytaert
|
4d590cff65
|
- Patch #715132 by moshe weitzman: over aggressive escaping of table names.
|
2010-03-23 18:54:32 +00:00 |
Dries Buytaert
|
ff5194c862
|
- Patch #711682 by aspilicious, sun: fixed style issues.
|
2010-03-21 20:49:01 +00:00 |
Dries Buytaert
|
aadc94a102
|
- Patch #582948 by David_Rothstein: improve safety of schema manipulation.
|
2010-03-20 15:06:51 +00:00 |
Dries Buytaert
|
5e7944d5a8
|
- Patch #711682 by aspilicious: fixed tyle issues.
|
2010-03-09 11:39:07 +00:00 |
Angie Byron
|
b04816e0fe
|
#716394 by boombatower: SimpleTest should respect table prefixes.
|
2010-03-07 08:08:37 +00:00 |
Angie Byron
|
9703e5d6e2
|
#715476 by Jeremy and Crell: Schema object should respect active database connection (with tests).
|
2010-03-07 08:03:45 +00:00 |
Angie Byron
|
c5c033dc05
|
#728730 by Damien Tournoud: Fixed Precision loss in DatabaseStatement_sqlite()::getStatement().
|
2010-03-07 07:53:15 +00:00 |
Dries Buytaert
|
aec10a8c7d
|
- Patch #734146 by scor: white-space clean-up.
|
2010-03-06 06:39:01 +00:00 |
Dries Buytaert
|
e1ce11dad0
|
- Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
|
2010-03-06 06:31:24 +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
|
1cfde5913d
|
- Patch #582948 by David_Rothstein: more improvements to the erro handling of the database layer.
|
2010-03-01 06:27:58 +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
|
994fafcebf
|
- Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema manipulation to help with upgrade path.
|
2010-02-28 20:03:05 +00:00 |
Angie Byron
|
bd4809c9c5
|
#718016 by andypost and Damien Tournoud: Fixed DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
|
2010-02-23 18:46:21 +00:00 |
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 |