Opened 17 years ago

Closed 17 years ago

#112 closed enhancement (fixed)

Port GenericRdbms providers to case-sensitive database servers.

Reported by: brentrobinson Owned by: brentrobinson
Priority: major Milestone: 3.3.0
Component: GenericRdbms API Version: 3.3.0
Severity: 2 Keywords: collation case sensitive
Cc: External ID:

Description

The GenericRdbms providers define a number of constants for metaschema (f_) tables. The constants define the table names in upper case. However, when connected to a case-sensitive database instance, the tables are created with names in lower case.

This enhancement will change the above constants to lower case.

Change History (1)

comment:1 by brentrobinson, 17 years ago

Resolution: fixed
Status: newclosed

Revision: 3261 Author: brentrobinson Date: 11:27:59 AM, Friday, August 31, 2007 Message: Ticket#112: Enhanced GenericRdbms to be more compatible with case-sensitive database instances.


Modified : /trunk/Providers/GenericRdbms/Src/Gdbi/GdbiCommands.h Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/FdoAssociationUpdateTest.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/FdoSqlCmdTest.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/FdoUpdateTest.cpp Modified : /trunk/Providers/GenericRdbms/Src/UnitTest/Common/SchemaMgrTests.cpp

Note: See TracTickets for help on using tickets.