| Commit message (Collapse) | Author | Age |
|
|
|
| |
configurable.
|
|
|
|
| |
standard_conforming_strings() turned on.
|
| |
|
|
|
|
| |
work.
|
|
|
|
| |
on postgresql.
|
| |
|
| |
|
|
|
|
| |
int to varchar on PostgreSQL
|
|
|
|
| |
PostgreSQL 9.0 database due to encoding.
|
|
|
|
| |
NOT NULL.
|
| |
|
|
|
|
| |
robust.
|
| |
|
| |
|
|
|
|
| |
PostgreSQL servers anymore (nor we do for SQLite).
|
|
|
|
| |
array_key_exists().
|
|
|
|
| |
specify custom schema types. Should fix Date module. Yay.
|
|
|
|
| |
driver interface that reports the server version.
|
|
|
|
| |
because it's faster.
|
| |
|
|
|
|
| |
escape sequence.
|
| |
|
|
|
|
| |
PostgreSQL.
|
|
|
|
| |
Bogaard, andypost: Fixed DatabaseSchema_pgsql()::changeField() is broken.
|
|
|
|
| |
created table fails when trying to set a value to a serial.
|
|
|
|
| |
NULL when target is a Postgres bytea.
|
|
|
|
| |
that reports the server version.
|
| |
|
|
|
|
| |
TRUE, FALSE.
|
|
|
|
| |
reference even for OUT parameters.
|
|
|
|
| |
to PostgreSQL since || isn't supported reliably across database systems.
|
|
|
|
| |
PDO::ATTR_EMULATE_PREPARES.
|
|
|
|
| |
BIGINT fails on PostgreSQL.
|
|
|
|
| |
db_query_range().
|
| |
|
|
|
|
| |
mapping for PostgreSQL.
|
|
|
|
| |
coding standard for casting.
|
|
|
|
| |
index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
|
|
|
|
| |
cross-schema/database prefixing like we claim to.
|
|
|
|
| |
has to get worse before it can get better.'
|
|
|
|
| |
connection (with tests).
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
which was a nice idea, but uses up tons of memory without any tangible performance benefits.
|