Opened 14 years ago

Closed 14 years ago

#707 closed defect (fixed)

RDBMS: 2nd datastore create fails if dropped outside of FDO.

Reported by: brentrobinson Owned by: brentrobinson
Priority: minor Milestone: 3.6.0
Component: GenericRdbms API Version:
Severity: 4 Keywords: create drop datastore
Cc: External ID:

Description

Steps (using either MySQL, PostgreSQL or SQLServerSpatial providers):

  • create a datastore using the FDO CreateDatastore command
  • drop the datastore using a non-FDO tool
  • re-create the same datastore through FDO

The second create fails with a "item already in collection" error.

Change History (1)

comment:1 by brentrobinson, 14 years ago

Resolution: fixed
Status: newclosed

Revision: 5744 Author: brentrobinson Date: 10:07:11 AM, Friday, October 08, 2010 Message: Ticket#707: Clear the Schema Manager caches after creating a new datastore. It makes datastore creation more consistent with schema modifications, since these caches are also cleared with an ApplySchema is performed.


Modified : /trunk/Providers/GenericRdbms/Src/Fdo/Connection/FdoRdbmsConnection.cpp

Note: See TracTickets for help on using tickets.