From: <leg...@at...> - 2003-08-16 01:03:07
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-265 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-265 Summary: MySQL dialect uses DATETIME for timestamp should be TIMESTAMP Type: Bug Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.0rc2 Assignee: Reporter: Robert Blumen Created: Fri, 15 Aug 2003 7:57 PM Updated: Fri, 15 Aug 2003 7:57 PM Description: In the hbm.xml, the <timestamp> element generates a SQL column of type DATETIME. See MySQLDialect:30 register( Types.TIMESTAMP, "DATETIME" ); MySQL supports a "timestamp" data type, which can be given a value "null" on insert and will automatically be set to the insert time. --------------------------------------------------------------------- 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/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |