Hello, I ran into the following (via JDBC, version 1.3.170)
this is ok: "SELECT ? AS tab_5" with arguments ["Hello"] ==> Hello but running this: "SELECT tab_5 as tab_0 FROM (SELECT ? AS tab_5)" with arguments ["Hello"] ==> JdbcSQLException Unknown data type: "TAB_5"; SQL statement: SELECT tab_5 as tab_0 FROM (SELECT ? AS tab_5) [50004-170] org.h2.message.DbException.getJdbcSQLException (DbException.java:329) Is that a bug in H2? (Please don't answer that this would be superfluous; it's extracted from a larger context where it is not easy to work around this) -- David Frese -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
