[fdo-trac] #641: SQLite Can't create a datetime column

FDO trac_fdo at osgeo.org
Wed May 5 10:41:43 EDT 2010


#641: SQLite Can't create a datetime column
-----------------------------+----------------------------------------------
 Reporter:  bscott           |         Owner:  traianstanev
     Type:  defect           |        Status:  new         
 Priority:  blocker          |     Milestone:  3.5.0       
Component:  SQLite Provider  |       Version:  3.5.0       
 Severity:  1                |    Resolution:              
 Keywords:                   |   External_id:              
-----------------------------+----------------------------------------------
Comment (by traianstanev):

 When you create the FDO connection, try adding the following connnection
 property to your connection string:

 "UseFdoMetadata=TRUE"

 This will make the provider remember that you created this table with
 DateTime type, even though physically it's a string table. Then, when you
 DescribeSchema it will return DateTime, so you will know.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/641#comment:3>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list