seade 2003/10/16 23:05:43
Modified: src/generator/src/templates/sql/base/postgresql db.props
xdocs changes.xml
Log:
For PostgreSQL the LONGVARCHAR datatype now maps to 'text' rather than 'bytea'.
Revision Changes Path
1.3 +1 -1
db-torque/src/generator/src/templates/sql/base/postgresql/db.props
Index: db.props
===================================================================
RCS file:
/home/cvs/db-torque/src/generator/src/templates/sql/base/postgresql/db.props,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- db.props 23 Jul 2003 10:50:57 -0000 1.2
+++ db.props 17 Oct 2003 06:05:43 -0000 1.3
@@ -20,7 +20,7 @@
DECIMAL = decimal
CHAR = char
VARCHAR = varchar
-LONGVARCHAR = bytea
+LONGVARCHAR = text
DATE = date
TIME = time
TIMESTAMP = timestamp
1.114 +4 -0 db-torque/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- changes.xml 5 Oct 2003 15:14:17 -0000 1.113
+++ changes.xml 17 Oct 2003 06:05:43 -0000 1.114
@@ -32,6 +32,10 @@
<action dev='mpoeschl' type='remove'>
Removed PasePeer.DEFAULT_MAP_BUILDER and BasePeer.getMapBuilder()
</action>
+ <action dev='seade' type='update'>
+ For PostgreSQL the LONGVARCHAR datatype now maps to <em>text</em>
+ rather than <em>bytea</em>.
+ </action>
</release>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]