10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

h2 database 1.3.176 -> 1.4.177 の非互換

Last updated at Posted at 2014-04-21

4/12 にリリースされている h2 database の 1.4.177 は 1.3.176 の次のバージョンですが、 1.3 -> 1.4 になっている通り、いくつか非互換な変更があるようです。

まず、これまで OK だった以下のような指定が

url="jdbc:h2:file:db/development"

エラーになるようになっていて、同じ状態にしたければ、以下のように書き換える必要があります。

url="jdbc:h2:file:./db/development"

また、ファイル DB のファイル名も development.h2.db -> development.mv.db のような命名ルールに変わったようです。

10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?