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
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
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
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)
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)
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
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
- 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.
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.