As far as I can tell JdbcPkGenerator.autoPkTableExists() is flaky
w/MSAccess.
This is a problem when I try to run the JUnit tests as it leads to
exceptions when JdbcPkGenerator.createAutoPk() tries to create the
AUTO_PK_SUPPORT table when the table already exists.
It is almost as if the md.getTables(null, null, "AUTO_PK_SUPPORT", null)
returns stale information.
Any bright insights?
-- Øyvind Harboe http://www.zylin.com
This archive was generated by hypermail 2.0.0 : Tue May 23 2006 - 04:37:07 EDT