Skip to content

Instantly share code, notes, and snippets.

@jestan
Created January 20, 2012 11:29
Show Gist options
  • Select an option

  • Save jestan/1646879 to your computer and use it in GitHub Desktop.

Select an option

Save jestan/1646879 to your computer and use it in GitHub Desktop.
squeryl extended types jdbc error
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