There was an error fetching the commit references. Please try again later.
Reduce problems with long titles/authors in resource table
* truncate metadata values according to column data type definition (avoid fatal error in strict database mode) * extend varchar datatype to 255 chars for columns resource.title and resource.author (maximize allowable text)
Showing
- module/VuFind/sql/migrations/pgsql/3.0/002-modify-resource-columns.sql 4 additions, 2 deletions.../sql/migrations/pgsql/3.0/002-modify-resource-columns.sql
- module/VuFind/sql/mysql.sql 2 additions, 2 deletionsmodule/VuFind/sql/mysql.sql
- module/VuFind/sql/pgsql.sql 2 additions, 2 deletionsmodule/VuFind/sql/pgsql.sql
- module/VuFind/src/VuFind/Db/Row/Resource.php 12 additions, 2 deletionsmodule/VuFind/src/VuFind/Db/Row/Resource.php
Please register or sign in to comment