<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "HSQL DDL generation, varbinay is mapped to longvarbinary"]]></title>
		<link>http://forums.visual-paradigm.com/posts/40.html</link>
		<description><![CDATA[Latest messages posted in the topic "HSQL DDL generation, varbinay is mapped to longvarbinary"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>HSQL DDL generation, varbinay is mapped to longvarbinary</title>
				<description><![CDATA[ During development of ER diagram I found that varbinay type is mapped to longvarbinary in case of HSQLDB DBMS. The result looks like:<br> <br> create table TEST (ID bigint generated by default as identity (start with 1), IP_ADDRESS longvarbinary(16), primary key (ID));<br> <br> This is wrong format for HSQLDB and it is resulted in: "Unexpected token in statement [create table....]"<br> <br> ////////////////////////////////////////<br> <br> Sorry. This is wrong forum. Topic moved to:<br> <a href="http://forums.visual-paradigm.com/posts/list/0/2742.html" target="_blank" rel="nofollow">http://forums.visual-paradigm.com/posts/list/0/2742.html</a>]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2735#20462.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2735#20462.html</link>
				<pubDate><![CDATA[Mon, 17 Dec 2007 23:34:35]]></pubDate>
				<author><![CDATA[ sergey.zakharov]]></author>
			</item>
	</channel>
</rss>