summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* - Patch #742042 by kkaefer:DBTNG: ->fetchAllAssoc() doesn't respect fetch ↵Dries Buytaert2010-04-30
| | | | mode set during ->execute().
* #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting ↵Angie Byron2010-04-29
| | | | index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.Dries Buytaert2010-04-27
|
* - Patch #780048 by linclark: db_next_id() documentation refers to a ↵Dries Buytaert2010-04-26
| | | | non-existent function.
* #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() ↵Angie Byron2010-04-23
| | | | to proper exception catching.
* #772554 by Crell: Remove delay() method from insert queries.Angie Byron2010-04-19
|
* - Patch #770838 by sdboyer: optimize DatabaseConnection::ExpandArguments.Dries Buytaert2010-04-15
|
* - Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString().Dries Buytaert2010-04-15
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
|
* #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query ↵Angie Byron2010-04-11
| | | | conditional helper functions to database.inc to avoid fatal errors in lower bootstrap levels.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ↵Dries Buytaert2010-04-06
| | | | use savepoints for nested transactions.
* - Patch #761316 by Crell: code simplification in query dispatchers.Dries Buytaert2010-04-04
|
* - Patch #748340 by Berdir, andypost, catch, noahb, Crell: MySQL-optimized ↵Dries Buytaert2010-04-04
| | | | tableExists() implementation.
* - Patch #756478 by alex_b: remove obsolete return statement in findCaller().Dries Buytaert2010-03-31
|
* - Patch #753754 by Garrett Albright, aspilicious, Crell, yoroy, marcvangend: ↵Dries Buytaert2010-03-28
| | | | error message when settings file does not exist should be hidden.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* - Patch #753754 by Garrett Albright, aspilicious, yoroy: error message when ↵Dries Buytaert2010-03-28
| | | | settings file does not exist should be hidden.
* - Patch #754192 by andypost, Damien Tournoud: critical bug: fixed ↵Dries Buytaert2010-03-28
| | | | transaction support for old sqlite versions.
* - Patch #669794 by andypost: use savepoints for nested transactions.Dries Buytaert2010-03-26
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use ↵Dries Buytaert2010-03-25
| | | | savepoints for nested transactions.
* - Patch #748982 by mikeryan: allow Database logging_callback() to be a class ↵Dries Buytaert2010-03-24
| | | | method.
* - Patch #715132 by moshe weitzman: over aggressive escaping of table names.Dries Buytaert2010-03-23
|
* - Patch #711682 by aspilicious, sun: fixed style issues.Dries Buytaert2010-03-21
|
* - Patch #582948 by David_Rothstein: improve safety of schema manipulation.Dries Buytaert2010-03-20
|
* - Patch #711682 by aspilicious: fixed tyle issues.Dries Buytaert2010-03-09
|
* #716394 by boombatower: SimpleTest should respect table prefixes.Angie Byron2010-03-07
|
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* #728730 by Damien Tournoud: Fixed Precision loss in ↵Angie Byron2010-03-07
| | | | DatabaseStatement_sqlite()::getStatement().
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* - Patch #582948 by David_Rothstein: more improvements to the erro handling ↵Dries Buytaert2010-03-01
| | | | of the database layer.
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ↵Dries Buytaert2010-02-28
| | | | manipulation to help with upgrade path.
* #718016 by andypost and Damien Tournoud: Fixed ↵Angie Byron2010-02-23
| | | | DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
* #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not ↵Angie Byron2010-02-23
| | | | prefix tablename.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* #715906 by Damien Tournoud: Fixed Schema tests fail on PostgreSQL.Angie Byron2010-02-17
|
* #706248 by bellHead and Damien Tournoud: Fixed ↵Angie Byron2010-02-17
| | | | field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
* #714994 by Damien Tournoud: Fixed SQLite should not forcefully convert ↵Angie Byron2010-02-15
| | | | numeric strings into numbers.
* #715094 by Damien Tournoud: Fixed Transaction data need to be reset early in ↵Angie Byron2010-02-15
| | | | DatabaseConnection::popTransaction().
* #550124 by c960657, catch, and Crell: Remove prepared statement caching, ↵Angie Byron2010-02-12
| | | | which was a nice idea, but uses up tons of memory without any tangible performance benefits.
* #702514 by foripepe and mr.baileys: Fixed Documentation problem with ↵Angie Byron2010-02-08
| | | | Database abstraction layer.
* #522786 by stormsweeper: Fixed Postgres numeric check needs to happen after ↵Angie Byron2010-02-07
| | | | precision check in schema generation.
* - Patch #700518 by agentrickard, Crell: documentation fixes.Dries Buytaert2010-02-06
|