[fdo-trac] #641: SQLite Can't create a datetime column
FDO
trac_fdo at osgeo.org
Thu May 6 12:47:23 EDT 2010
#641: SQLite Can't create a datetime column
-----------------------------+----------------------------------------------
Reporter: bscott | Owner: traianstanev
Type: enhancement | Status: assigned
Priority: blocker | Milestone: 3.5.0
Component: SQLite Provider | Version: 3.5.0
Severity: 1 | Resolution:
Keywords: | External_id:
-----------------------------+----------------------------------------------
Comment (by romicadascalescu):
I hope you are using the provider from trunk (3.6), which has below
improvements (view update, and a few other), versions are API compatible.
Also having 500 up classes (tables + views) I would really advice you to
avoid all the time calling describe schema for the full schema. Lately in
the provider I added support in Describe schema to get only definition for
certain class/classes, see
FdoIDescribeSchema::SetClassNames(FdoStringCollection* value);
As Traian said we do have databases with 600+ class 50+ views and 1200
indexes :) so we had to fix some issues also.
The speed difference between having fdo_columns and not is not huge.
Regards,
Romy.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/641#comment:11>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list