meikeric / ytex

Automatically exported from code.google.com/p/ytex
0 stars 0 forks source link

datetime fix in ytex.anno_date #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ytex crashed on a set of notes because of out of range date times.  We changed 
the tstamp field in ytex.anno_date table from 'datetime' data type to 
'datetime2' data type.  Problem fixed.

Original issue reported on code.google.com by jonrba...@gmail.com on 14 Mar 2014 at 7:41