h2
Liquibase: Change a INT autoincrement column to BIGINT using modifyDataType refactoring with H2 database
I have a primary key column which is an INT column which I would like to change to a BIGINT. Our test and production environment uses MySQL, but for unit tests we use the embedded H2 database.[详细]
2023-04-11 23:25 分类:问答Using One-to-Many associations with H2, JPA annotations and Hibernate Problem
We\'re using a combination of H2, JPA annotations, Spring and Hibernate to develop our webapp. We\'re using H2 in compatiability mode with MODE=Oracle.[详细]
2023-04-07 10:01 分类:问答H2 database> How to compact / vacuum while running?
Heading In one of my projects I am using h2 database with file storage. According to h2 db documentation[详细]
2023-04-07 02:19 分类:问答trouble viewing h2 db used in grails project
I\'m trying to have a look at the tables generated开发者_开发知识库 in h2 db used in Grails project, but something\'s amiss.[详细]
2023-04-06 19:04 分类:问答Heap space error and H2 database corruption
For our multithreaded application that uses H2 database, we saw the following error in our logs immediately following a heap space error:[详细]
2023-04-06 10:52 分类:问答How to access the development database with the Play! framework?
I want to see the tables of my Play! application with the H2 console, but all I see is a list of internal tables of the db engine. How can I view the tables of my app开发者_Go百科lication?[详细]
2023-04-06 04:24 分类:问答SQL GROUPING QUERY - H2 DataBase
I have a table with items, their properties, and those properties\' values. I would like to construct a query that produces unique rows for each property having all the different values from 开发者_开[详细]
2023-04-05 22:13 分类:问答Playframework evolutions files compatible with both postgres and h2
I\'ve been developing a web site with the Play framework (scala) using H2 as a backend. Testing is nicely integrated, especially with the ability to run tests against an in-memory H2 db.[详细]
2023-04-05 19:17 分类:问答How do I avoid 'Could not determine Hibernate dialect for database name [H2]!'?
I am getting this error when running grails run-app: Error executing bootstraps: Error creating bean with name[详细]
2023-04-03 19:29 分类:问答PHP ODBC connection to H2 database
could you please assist me with this. I\'m trying to connect to a H2 Database using PHP OBDC and I get the following error message:[详细]
2023-04-03 13:36 分类:问答