| Commit message (Collapse) | Author | Age |
|
|
|
| |
db_rename_table().
|
|
|
|
| |
on postgresql.
|
| |
|
| |
|
|
|
|
| |
int to varchar on PostgreSQL
|
|
|
|
| |
NOT NULL.
|
|
|
|
| |
array_key_exists().
|
|
|
|
| |
specify custom schema types. Should fix Date module. Yay.
|
|
|
|
| |
because it's faster.
|
|
|
|
| |
Bogaard, andypost: Fixed DatabaseSchema_pgsql()::changeField() is broken.
|
|
|
|
| |
created table fails when trying to set a value to a serial.
|
| |
|
|
|
|
| |
cross-schema/database prefixing like we claim to.
|
|
|
|
| |
has to get worse before it can get better.'
|
| |
|
|
|
|
| |
indexExists().
|
|
|
|
| |
of the database layer.
|
|
|
|
| |
manipulation to help with upgrade path.
|
|
|
|
| |
DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
|
|
|
|
| |
prefix tablename.
|
| |
|
|
|
|
| |
precision check in schema generation.
|
| |
|
|
|
|
| |
after precision check in schema generation.
|
|
|
|
| |
to provide proper upgrade path from Drupal 6 to Drupal 7.
|
| |
|
|
|
|
| |
to schema API.
|
|
|
|
| |
index names in table declarations.
|
| |
|
|
|
|
| |
function.
|
|
|
|
| |
varchar and char fields.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
columns to prevent data loss.
|
| |
|
| |
|
|
|
|
| |
independent of schema to fix D6 => D7 update.
|
| |
|
|
|
|
| |
findTables fails on PostgreSQL.
|
|
|
|
| |
rework their sizes. Fixes exception on PostgreSQL.
|
| |
|
|
|
|
| |
DatabaseSchema_pgsql::addField().
|
| |
|
|
generation database layer for Drupal 7.
|