h2
Questions about CreateCluster tool in H2 database
I have a couple of questions about H2\'s create cluster tool\'s behavior. If a create a cluster specifying source A and targe开发者_StackOverflow社区t B, is H going to keep B in synch with A? In oth[详细]
2023-03-08 12:34 分类:问答H2 and query logging?
Is there a way to get a \"query log\" out of H2, like you can with e.g. MySQL? The closest match so far is开发者_Go百科 the TRACE_LEVEL_FILE option, but it it not good for debugging the individual que[详细]
2023-03-08 02:37 分类:问答How to export a mySql database to a embedded database (for example H2)?
We have been working on a project. In the beginning we had some database issues, so we used a mySQL-server database to work around this.[详细]
2023-03-05 20:44 分类:问答Issues with h2 upgrade to 1.2.147 - getNString exception
I have recently upgraded to h2 1.2.147. My code throws an exception - Caused by: java.lang.AbstractMethodError: org.h2.jdbc.JdbcResultSet.getNString(Ljava/lang/String;)Ljava/lang/String;[详细]
2023-03-03 23:21 分类:问答How to compile h2.jar?
I am t开发者_如何转开发rying to compile h2.jar. Getting following error - Downloading http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar[详细]
2023-03-03 17:11 分类:问答"incomplete dynamic bit lengths tree" exception is happened on H2Database
Our product use H2DB to share our product information for all clients. These days one client report that they can\'t use our system with below error message.[详细]
2023-03-02 16:09 分类:问答Any idea on H2 (Oracle MODE) "Syntax error : SELECT NEXTVAL FROM[*] DUAL"?
I have the following error using H2 (v1.3.154) with Oracle mode : <bean id=\"datasource\" class=\"org.springframework.jdbc.datasource.DriverManagerDataSource\">[详细]
2023-02-28 22:48 分类:问答Webservice calls within the same JDBC transaction are causing DB lock timeouts
I\'m using the H2 database embedded within a Spring-MVC app. I have declare Transactions at my service level. In particular 开发者_运维百科I have a case where we do the folllowing:[详细]
2023-02-28 02:22 分类:问答How to manage XmlType on H2 database
I use H2 Database for my unit tests. In my application, I have an Entity object called FooXml defined like that:[详细]
2023-02-25 07:21 分类:问答H2 webserver failing on Jetty restart
We have our (new) build setup with the H2 web server starting up using the following Spring bean: <bean id=\"org.h2.tools.Server-WebServer\" class=\"org.h2.tools.Server\"[详细]
2023-02-25 00:02 分类:问答