| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
DatabaseSchema_sqlite()::findTables() shouldn't find indexes.
|
|
|
|
| |
implement fetchColumn().
|
| |
|
|
|
|
| |
arguments.
|
|
|
|
| |
This reverts commit 132aed379c72f0702dd2e9c27cf9421f1435aba2.
|
| |
|
|
|
|
| |
standard_conforming_strings() turned on.
|
|
|
|
| |
useful.
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
PostgreSQL servers anymore (nor we do for SQLite).
|
|
|
|
| |
array_key_exists().
|