Issue Details (XML | Word | Printable)

Key: HB-671
Type: Patch Patch
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Christian Bauer
Reporter: Tim McCune
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hibernate2

SchemUpdate is broken for databases that don't use upper-case table names

Created: 30/Jan/04 11:15 AM   Updated: 07/Dec/04 03:20 AM
Component/s: toolset
Affects Version/s: 2.1
Fix Version/s: 3.0 alpha, 2.1.7

Time Tracking:
Not Specified

File Attachments: 1. File patch (1 kB)

Environment:
PostgreSQL 7.3.4-11
Hibernate 2.1
Issue Links:
Duplicate
 
Relates
 


 Description  « Hide
The SchemaUpdate task is flat out broken with PostgreSQL, as well as any other database that uses lower case table names. This patch fixes the problem.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Gavin King added a comment - 13/Aug/04 04:40 AM
Thanks, I changed to use this approach.

CVS Notification Service added a comment - 13/Aug/04 04:49 AM
CVS COMMIT LOG:
SUBJECT: [Hibernate-commits] Hibernate3/src/org/hibernate/tool/hbm2ddl DatabaseMetadata.java,1.4,1.5 TableMetadata.java,1.2,1.3
applied HB-671 use storesUpperCaseIdentifiers()


CVS Notification Service added a comment - 13/Aug/04 04:49 AM
CVS COMMIT LOG:
SUBJECT: [Hibernate-commits] Hibernate3/src/org/hibernate/util StringHelper.java,1.6,1.7
applied HB-671 use storesUpperCaseIdentifiers()


CVS Notification Service added a comment - 13/Aug/04 04:49 AM
CVS COMMIT LOG:
SUBJECT: [Hibernate-commits] Hibernate2/src/net/sf/hibernate/tool/hbm2ddl DatabaseMetadata.java,1.6,1.7 TableMetadata.java,1.7,1.8
applied HB-671 use storesUpperCaseIdentifiers()


CVS Notification Service added a comment - 13/Aug/04 04:49 AM
CVS COMMIT LOG:
SUBJECT: [Hibernate-commits] Hibernate2/src/net/sf/hibernate/util StringHelper.java,1.21,1.22
applied HB-671 use storesUpperCaseIdentifiers()


Fábio Almeida added a comment - 16/Sep/04 01:48 PM
ForeignKey yet have problems