| Commit message (Collapse) | Author | Age |
|
|
|
| |
mode set during ->execute().
|
|
|
|
| |
index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
|
|
|
|
| |
core.
|
|
|
|
| |
drupal_alter() support multiple alter hooks executed by module weight.
|
| |
|
|
|
|
| |
non-existent function.
|
|
|
|
| |
to proper exception catching.
|
| |
|
| |
|
| |
|
|
|
|
| |
strict warnings when running tests and for PHP 5.3.
|
| |
|
|
|
|
| |
conditional helper functions to database.inc to avoid fatal errors in lower bootstrap levels.
|
|
|
|
| |
cross-schema/database prefixing like we claim to.
|
|
|
|
| |
use savepoints for nested transactions.
|
| |
|
|
|
|
| |
tableExists() implementation.
|
| |
|
|
|
|
| |
error message when settings file does not exist should be hidden.
|
|
|
|
| |
has to get worse before it can get better.'
|
|
|
|
| |
settings file does not exist should be hidden.
|
|
|
|
| |
transaction support for old sqlite versions.
|
| |
|
|
|
|
| |
also links.
|
|
|
|
| |
savepoints for nested transactions.
|
|
|
|
| |
method.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
connection (with tests).
|
|
|
|
| |
DatabaseStatement_sqlite()::getStatement().
|
| |
|
|
|
|
| |
req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
|
|
|
|
| |
indexExists().
|
|
|
|
| |
of the database layer.
|
|
|
|
| |
c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
|
|
|
|
| |
manipulation to help with upgrade path.
|
|
|
|
| |
DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
|
|
|
|
| |
prefix tablename.
|
|
|
|
| |
functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
|
| |
|
|
|
|
| |
field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
|
|
|
|
| |
numeric strings into numbers.
|
|
|
|
| |
DatabaseConnection::popTransaction().
|
|
|
|
| |
which was a nice idea, but uses up tons of memory without any tangible performance benefits.
|
|
|
|
| |
Database abstraction layer.
|
|
|
|
| |
precision check in schema generation.
|
| |
|