[go: up one dir, main page]

Menu

Commit [r5265]  Maximize  Restore  History

removed default of "" for these TEXT columns:

dsLocation
operationLocation
permutation
why?
1) it's unnecessary; for each above column, the value
is always given at INSERT time.
2) MySQL5 (out of box, in strict mode) can't cope with
defaults for TEXT and BLOB types:
http://dev.mysql.com/doc/refman/5.0/en/blob.html

cwilper 2006-12-01

changed /fedora/trunk/src/dbspec/server/fedora/server/storage/resources/DefaultDOManager.dbspec