-
Notifications
You must be signed in to change notification settings - Fork 120
/
h2demodb_h2.trace.db
17 lines (17 loc) · 1.01 KB
/
h2demodb_h2.trace.db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
12-11 08:59:34 jdbc[2]: exception
org.h2.jdbc.JdbcSQLException: Method is only allowed for a query. Use execute or executeUpdate instead of executeQuery; SQL statement:
create table example_table (statusId int, name varchar(125)) [90002-170]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
at org.h2.message.DbException.get(DbException.java:135)
at org.h2.command.Prepared.query(Prepared.java:211)
at org.h2.command.CommandContainer.query(CommandContainer.java:86)
at org.h2.command.Command.executeQuery(Command.java:191)
at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:76)
12-11 09:00:31 jdbc[2]: exception
org.h2.jdbc.JdbcSQLException: Table "EXAMPLE_TABLE" not found; SQL statement:
SELECT * FROM example_table [42102-170]
12-11 09:00:41 jdbc[2]: exception
org.h2.jdbc.JdbcSQLException: Table "EXAMPLE_TABLE" not found; SQL statement:
SELECT * FROM example_table [42102-170]