| Author |
Message |
|
2007/12/20 16:40
|
|
|
sergey.zakharov
Joined: 2007/12/17
Messages: 2
Offline
|
|
|
|
During development of ER diagram I found that varbinay type is mapped to longvarbinary in case of HSQLDB DBMS. The result is:
create table TEST (ID bigint generated by default as identity (start with 1), IP_ADDRESS longvarbinary(16), primary key (ID));
This is wrong format for HSQLDB and it is resulted in: "Unexpected token in statement [create table....]"
|
|
|
|
 |
| |
|
2007/12/20 22:21
|
|
|
Rain
Joined: 2005/04/29
Messages: 749
Offline
|
|
|
|
Hello sergey.zakharov,
I've pass this issue to our engineers to investigate and will get back to you shortly.
Best regards,
Rain
|
|
|
|
 |
| |
|
2007/12/24 11:38
|
|
|
Rain
Joined: 2005/04/29
Messages: 749
Offline
|
|
|
|
|
 |
| |