| Commit message (Collapse) | Author | Age |
|
|
|
| |
Drupal files under a core subdirectory.
|
| |
|
|
|
|
| |
DatabaseSchema_sqlite()::findTables() shouldn't find indexes.
|
| |
|
|
|
|
| |
support for faster db prefixes.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
DatabaseSchema::addField() for SQLite... gets us to 100% tests passing in SQLite! :D
|
| |
|
|
|
|
| |
allow concurrent testing on SQLite
|
| |
|
| |
|
|
|
|
| |
robust.
|
|
|
|
| |
to be able to change the configure database form during install
|
| |
|
| |
|
|
|
|
| |
PostgreSQL servers anymore (nor we do for SQLite).
|
|
|
|
| |
specify custom schema types. Should fix Date module. Yay.
|
|
|
|
| |
driver interface that reports the server version.
|
|
|
|
| |
because it's faster.
|
| |
|
| |
|
|
|
|
| |
that reports the server version.
|
| |
|
| |
|
| |
|
|
|
|
| |
reporting for watchdog().
|
| |
|
|
|
|
| |
db_query_range().
|
|
|
|
| |
database system.
|
| |
|
|
|
|
| |
core.
|
|
|
|
| |
cross-schema/database prefixing like we claim to.
|
|
|
|
| |
use savepoints for nested transactions.
|
|
|
|
| |
has to get worse before it can get better.'
|
|
|
|
| |
transaction support for old sqlite versions.
|
|
|
|
| |
connection (with tests).
|
|
|
|
| |
DatabaseStatement_sqlite()::getStatement().
|
|
|
|
| |
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.
|
|
|
|
| |
prefix tablename.
|
|
|
|
| |
numeric strings into numbers.
|
|
|
|
| |
which was a nice idea, but uses up tons of memory without any tangible performance benefits.
|
|
|
|
| |
installation.
|
|
|
|
| |
sequence API work on non-MySQL databases.
|
| |
|
|
|
|
| |
to provide proper upgrade path from Drupal 6 to Drupal 7.
|