| Commit message (Collapse) | Author | Age |
|
|
|
| |
ANSI SQL mode since it has different meanings for different MySQL versions (and breaks MySQL 5.7 support in Drupal 7)
|
|
|
|
| |
to executing single statements if PHP supports it
|
|
|
|
| |
versions of PHP by setting an additional charset DSN parameter when connecting to MySQL via PDO
|
|
|
|
| |
and findTables() always query the "default" target on MySQL.
|
|
|
|
| |
wrappers for database table names while showing schema errors.
|
|
|
|
| |
a table when the SQL has leading whitespace.
|
|
|
|
| |
... not supported.
|
|
|
|
| |
implemented as 'DELETE FROM' in MySQL and SQLite, but not PostgreSQL, causing nefarious table locking.
|
|
|
|
| |
DatabaseConnection::__construct() and DatabaseConnection_mysql()::__construct() leaks $this (Too many connections).
|
| |
|
|
|
|
| |
Case Sensitivity: Allow BINARY attribute in MySQL.
|
|
|
|
| |
Enforced fetching of fields/columns in lowercase breaks third-party integration.
|
|
|
|
| |
transactions throw exceptions when they got out of scope.
|
|
|
|
| |
configurable.
|
| |
|
|
|
|
| |
useful.
|
|
|
|
| |
throw exceptions on ddl changes in MySQL.
|
|
|
|
| |
DDL transaction error check.
|
|
|
|
| |
transactions throw exceptions on ddl changes.
|
| |
|
| |
|
|
|
|
| |
add a new not null field with initial value
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
be prefixed, inconsistent implementation and documentation.
|
|
|
|
| |
MariaDB works, too.
|
| |
|
|
|
|
| |
not respected.
|
| |
|
| |
|
|
|
|
| |
per database connection.
|
|
|
|
| |
justinrandell: Make merge queries more consistent and robust.
|
|
|
|
| |
keys' even though it is part of schema api.
|
|
|
|
| |
db_query_range().
|
|
|
|
| |
internally.
|
| |
|
|
|
|
| |
coding standard for casting.
|
| |
|
| |
|
|
|
|
| |
cross-schema/database prefixing like we claim to.
|
|
|
|
| |
tableExists() implementation.
|
|
|
|
| |
has to get worse before it can get better.'
|
| |
|
|
|
|
| |
connection (with tests).
|
|
|
|
| |
indexExists().
|