| Commit message (Collapse) | Author | Age |
|
|
|
| |
Drupal files under a core subdirectory.
|
|
|
|
| |
DatabaseStatementInterface is a bit off.
|
|
|
|
| |
- document what empty return value is.
|
|
|
|
| |
short-lived fixed bug and shouldn't.
|
| |
|
|
|
|
| |
DatabaseSchema_sqlite()::findTables() shouldn't find indexes.
|
|
|
|
| |
implement fetchColumn().
|
|
|
|
| |
arguments.
|
| |
|
| |
|
|
|
|
| |
standard_conforming_strings() turned on.
|
| |
|
| |
|
|
|
|
| |
throw exceptions on ddl changes in MySQL.
|
|
|
|
| |
support for faster db prefixes.
|
|
|
|
| |
strtr() with str_replace() for db prefixing for increased performance.
|
| |
|
|
|
|
| |
DDL transaction error check.
|
|
|
|
| |
transactions throw exceptions on ddl changes.
|
| |
|
| |
|
|
|
|
| |
work.
|
| |
|
|
|
|
| |
php.net link.
|
|
|
|
| |
on postgresql.
|
| |
|
| |
|
|
|
|
| |
conditions.
|
| |
|
|
|
|
| |
int to varchar on PostgreSQL
|
|
|
|
| |
types to hook_schema().
|
|
|
|
| |
by expression
|
| |
|
| |
|
|
|
|
| |
DatabaseSchema::addField() for SQLite... gets us to 100% tests passing in SQLite! :D
|
| |
|
|
|
|
| |
allow concurrent testing on SQLite
|
|
|
|
| |
expressions.
|
| |
|
| |
|
|
|
|
| |
PostgreSQL 9.0 database due to encoding.
|
|
|
|
| |
unserialize PDO instances error
|
|
|
|
| |
NOT NULL.
|
|
|
|
| |
add a new not null field with initial value
|
| |
|
| |
|
|
|
|
| |
robust.
|
|
|
|
| |
to be able to change the configure database form during install
|
| |
|
|
|
|
| |
autoloading more robust.
|