Created
January 20, 2012 11:29
-
-
Save jestan/1646879 to your computer and use it in GitHub Desktop.
squeryl extended types jdbc error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Caused by: org.h2.jdbc.JdbcSQLException: Invalid value "16" for parameter "scale (precision = -1)"; SQL statement: | |
| create table agent_account ( | |
| agent_id bigint not null, | |
| occ_version_number int not null, | |
| state int not null, | |
| balance decimal(-1,16) not null, | |
| account_id bigint not null primary key auto_increment, | |
| currency varchar(128) not null | |
| ) [90008-163] | |
| at org.h2.message.DbException.getJdbcSQLException(DbException.java:329) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment