Message:
The following issue has been closed.
Resolver: Gavin King
Date: Sun, 1 Jun 2003 7:49 PM
Excellent.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-76
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-76
Summary: Add support for HypersonicSQL IDENTITY type
Type: Improvement
Status: Closed
Priority: Minor
Resolution: WON'T FIX
Project: Hibernate2
Components:
core
Versions:
2.0rc2
Assignee: Gavin King
Reporter: Mathias Bogaert
Created: Wed, 14 May 2003 10:11 AM
Updated: Sun, 1 Jun 2003 7:49 PM
Environment: 2.0 RC6
Description:
From the Hibernate manual:
Each table can contain one auto-increment column, known as the IDENTITY column. An IDENTITY column is always treated as the primary key for the table. Support has been added for CREATE TABLE <tablename>(<colname> IDENTITY, ...) to allow IDENTITY used on it's own as a type. This is translated internally to (<colname> INTEGER IDENTITY, ...) which is the default syntax.
Currently, I cannot use Hibernate2 and Hypersonic with the Long as identity column. This is a blocked bug for me.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|