Patches item #684377, was opened at 2003-02-10 22:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=684377&group_id=40712

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David L Kinney (dlkinney)
Assigned to: Nobody/Anonymous (nobody)
Summary: PostgreSQL CLOBs

Initial Comment:
SchemaExport dies with an NPE if a property type is
"clob" when using the PostgreSQLDialect.  All modern
PostgreSQL versions support character LOBs by means of
the "TEXT" data type.  This patch adds a mapping from
Types.CLOB to "TEXT" in PostgreSQLDialect.  With this
patch, SchemaExport no longer dies and the resulting
script properly executes in PostgreSQL.

References:
PostgreSQL 7.3 Character Data Types:
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=datatype-character.html
PostgreSQL 6.3 Character Data Types:
http://www.postgresql.org/docs/view.php?version=6.3&idoc=0&file=c0803.htm

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428710&aid=684377&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to