Active
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2010 at 21:36 UTC
Updated:
10 May 2013 at 23:00 UTC
I've hit this limit while trying to import http://www.ncbi.nlm.nih.gov/pubmed/20938251 which has 2010 November/December as date value. Ron, would you be open to increasing the size of the column in the database, or rather filter this data so it fits in the current varchar(16)?
To reproduce, go to node/add/biblio and prepopulate using PubMed with the ID 20938251.
In the meantime I've run ALTER TABLE `biblio` CHANGE `biblio_date` `biblio_date` VARCHAR( 32 ) until there is a fix.
Comments
Comment #1
rjerome commentedI've had a number of requests to change this to an actual "date/time" database field type... maybe now's the time to bite the bullet?
Comment #2
scor commentedsure, though I'm not sure how the formatter would deal with the different formats like
November 2010,10 November, 2010,2010etc. but I bet that should be handled already maybe. In any case it makes sense not to store this as a string but as a date instead.Comment #3
david lesieur commentedMarked #1837064: Length of biblio_date field as duplicate.