schema 7.x-1.2

Bug fixes

Changes since 7.x-1.1:

  • #2224151 by Dave Reid | cmriley: Fixed schema_unprefix_table() returns FALSE resulting in all tables missing in schema reports.

schema 7.x-1.1

Bug fixes

Changes since 7.x-1.0:

  • Cleaned up schema_unprefix_table() and fixed it to work with non-default connection prefixes.
  • Added workaround for core bug #2223073 where DatabaseSchema_mysql::getPrefixInfo() is used on a prefixed, non-default database connection.

schema 7.x-1.0-beta2

D7 beta release - one fix since Beta1, removed t() around table and column descriptions.

schema 7.x-1.0-beta1

First release for Drupal 7. Mostly complete, excepting support for prefixes.

schema 6.x-1.7

New features
Bug fixes

Minor bug fixes and enhancements since 1.6.

schema 6.x-1.6

New features
Bug fixes

The following issues are addressed in this release (note that caching implemented in #559024 was backed out between RC1 and RC2):

#533596 - Comparison bug with prefixes
#559024 - Improve performance of inspection in MySQL
#559594 - Option to omit schema comparison from status reports

schema 6.x-1.6-rc2

Bug fixes

The following issues are addressed in this release (note that caching implemented in #559024 was backed out between RC1 and RC2):

#533596 - Comparison bug with prefixes
#559024 - Improve performance of inspection in MySQL
#559594 - Option to omit schema comparison from status reports

schema 6.x-1.6-rc1

New features
Bug fixes

The following issues are addressed in this release:

#533596 - Comparison bug with prefixes
#559024 - Improve performance of inspection in MySQL
#559594 - Option to omit schema comparison from status reports

schema 6.x-1.5

New features
Bug fixes

The following issues are addressed in this release:

#345235 - Ignore disp-width
#515692 - Make sure engine files are included in update context
#257941 - Properly handle float precision and scale in MySQL
#518210 - Inspection conflict between prefixed and unprefixed tables
#386902 - Support for PostgreSQL schema
#197174 - type_map workarounds removed (fixed in core)

schema 6.x-1.5-beta1

Bug fixes

The following issues are addressed in this release:

#345235 - Ignore disp-width
#515692 - Make sure engine files are included in update context
#257941 - Properly handle float precision and scale in MySQL
#518210 - Inspection conflict between prefixed and unprefixed tables
#386902 - Support for PostgreSQL schema
#197174 - type_map workarounds removed (fixed in core)

schema 6.x-1.4

New features
Bug fixes

The following issues are addressed in this release:

#411538 - Support inspection of external databases
#215198 - schema_compare_table and table prefixes
#280485 - Improvements to Inspect
#314388 - Add 'description' placeholder to tables/fields in Inspection
#386882 - Export drupal schema to PHP
#386966 - Evaluation of default field values in pgsql
#386892 - Converted code documentation to Doxygen formatting conventions
#424486 - Errors when adding external table with unknown column types

schema 6.x-1.4-rc1

New features
Bug fixes

The following issues are addressed in this release:

#411538 - Support inspection of external databases
#215198 - schema_compare_table and table prefixes
#280485 - Improvements to Inspect
#314388 - Add 'description' placeholder to tables/fields in Inspection
#386882 - Export drupal schema to PHP
#386966 - Evaluation of default field values in pgsql
#386892 - Converted code documentation to Doxygen formatting conventions
#424486 - Errors when adding external table with unknown column types

schema 6.x-1.3

Bug fixes

- Support Drupal 6.2.
- Inspect and report on numeric fields' precision and scale correctly.
- Don't generate PHP errors if schema structures are missing 'fields'.
- Resume issuing warnings for tables that are not in Drupal's schema; it was a mistake to stop.
- Rewrite README.

schema 5.x-1.1

Bug fixes

Backport to 5.x:
#202385: Don't warn about data types for tables not in Drupal's schema.
#215198: Handle table prefixes.

schema 6.x-1.2

Bug fixes

#202385: Don't warn about data types for tables not in Drupal's schema.
#215198: Handle table prefixes.

schema 5.x-1.0

New features

Initial release of Schema module for Drupal 5.

schema 5.x-1.x-dev

The Drupal 5 version of schema.module is intended to help developers create and validate their Drupal 6 hook_schema() functions while still running Drupal 5.

schema 6.x-1.0

New features

Initial release of Schema module for Drupal 6.

Subscribe with RSS Subscribe to Releases for Schema