Page 1 of 1

[patch_done] Patch for ancestors of TZAbstractDataba

Posted: 15.05.2009, 13:01
by Ostfriese
I've modified the declaration of the function UncachedGetSchemas to UnCachedGetSchemas to match the ancestors typo and to remove the compiler hint which was thrown.

Affected types: TZAdoDatabaseMetadata, TZMsSqlDatabaseMetadata and TZSybaseDatabaseMetadata

Posted: 20.05.2009, 21:41
by mdaems
Seems like it must be the other way round... UncachedGet**** instead of UnCachedGet***

That way it seems I should only change UnCachedGetCatalogs for Mysql and UnCachedGetUDTs for the abstract class...

Commit to testing branch (svn rev 646). Will move to trunk and 6.6-patches soon.

Is this observation right?

Mark