deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

MySQL Datatype transfer #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
\cfcgenerator_build_11_2007-07-03\com\cf\model\datasource\mysql.cfc

function: translateCfSqlType translateDataType

<cfcase value="date"><cfreturn "cf_sql_date" /></cfcase>
<cfcase value="datetime"><cfreturn "cf_sql_timestamp" /></cfcase>

the default transfer for column type "datetime" AS "cf_sql_date". this 
will not save the Time part in the database. 

Original issue reported on code.google.com by vience....@gmail.com on 26 Jul 2007 at 6:09

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in svn. changes made to mysql.cfc, mssql.cfc and scorpio.cfc

Original comment by brian.ri...@gmail.com on 18 Sep 2007 at 6:42

GoogleCodeExporter commented 9 years ago
Will be in next release

Original comment by tom.chiv...@gmail.com on 13 Oct 2010 at 3:25