Menu

#14 mysql barfs creating date fields with size

0.0.2.3_(current)
open
core (13)
5
2004-10-01
2004-10-01
rinc0
No

i use ExtractSchema from oracle and get output that contains the
following line:
<field name="date_created" type="D" size="7">

ParseSchema generates the following:
date_created DATE(7),

Mysql (4.0.20) barfs on the size parameter. Works fine without the
size, ie: DATE not DATE(7).

Discussion


Log in to post a comment.