Share

ergatis

File Release Notes and Changelog

Release Name: prok_prism-v1r26b1

Notes:
prok_prism-v1r26b1 release

Changes: -added missing drop statements to drop_indexes.postgresql.ddl -fixed typo in one index name in create_indexes.postgresql.ddl -added missing DROP VIEW statements to drop_cm_views.postgresql.ddl, removed duplicate DROP TABLEs -Fixed bug in Prism::PostgresChadoPrismDB::getForeignKeyConstraintsList - no longer returns constraints defined in the system's "information_schema" -Fixed bug in Prism::PostgresChadoPrismDB::getForeignKeyConstraintAndTableList - was returning the _referenced_ table, not the referencing table. -Fixed bug in Prism::store_bsml_sequence_component - was ignoring the Sequence/@length if no Seq-Data was present, which is precisely when the @length _should_ be used.