Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Arch 2019-03-11, Arch 2019-03-18
-
Team:Architecture
Description
We do not currently specify string lengths for DatabaseDict tables. Update the constructor used from PosixDatastore to include lengths for the fields. This is done currently in code because the tables are dynamic and each datastore gets to name the table to use.
Attachments
Issue Links
- relates to
-
DM-24786 New component column in datastore is too small
- Done
I have something that works. Specifies lengths as separate dict. It does fix the lengths in the schema but I can't test with sqlite since sqlite seems to ignore the length setting on inserts.