|
|
|
@ -1503,3 +1503,15 @@ where paciente_id = 20; [90059-240] |
|
|
|
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1239) |
|
|
|
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1194) |
|
|
|
at java.base/java.lang.Thread.run(Thread.java:1474) |
|
|
|
2026-03-29 16:49:06.079507-03:00 jdbc[43]: exception |
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "select * from [*]user;"; expected "identifier"; SQL statement: |
|
|
|
select * from user; [42001-240] |
|
|
|
2026-03-29 16:49:17.863197-03:00 jdbc[43]: exception |
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "user" not found; SQL statement: |
|
|
|
select * from "user"; [42102-240] |
|
|
|
2026-03-29 16:49:29.306470-03:00 jdbc[43]: exception |
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "select * from [*]'user';"; expected "identifier"; SQL statement: |
|
|
|
select * from 'user'; [42001-240] |
|
|
|
2026-03-29 16:49:39.366762-03:00 jdbc[43]: exception |
|
|
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "select * from [*]\\""user\\"";"; SQL statement: |
|
|
|
select * from \"user\"; [42000-240] |