Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add H2 support and use it instead of SQLite for Bukkit #48

Closed
TheE opened this issue Jun 16, 2015 · 0 comments
Closed

Add H2 support and use it instead of SQLite for Bukkit #48

TheE opened this issue Jun 16, 2015 · 0 comments
Assignees
Labels
c: bukkit-imp Affects the Bukkit version. c: core Affects the core. t: enhancement An improvement of an existing function.
Milestone

Comments

@TheE
Copy link
Member

TheE commented Jun 16, 2015

Support for H2 should be added at a core level once #29 is implemented.

On Bukkit H2 should replace SQLite entirely to get rid of the legacy SQLite driver dependency that Bukkit enforces (witch makes transactions impossible and blocks Flyway at 3.0). The configuration syntax will need to be updated to properly handle H2 in embedded, as well as in server mode. Import commands will need to be expanded to H2 while maintaining SQLite support.

Addresses #30.

@TheE TheE added t: enhancement An improvement of an existing function. c: bukkit-imp Affects the Bukkit version. c: core Affects the core. labels Jun 16, 2015
@TheE TheE self-assigned this Jun 16, 2015
@TheE TheE added this to the 3.0-beta-2 milestone Jun 16, 2015
@TheE TheE closed this as completed in e80cac0 Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bukkit-imp Affects the Bukkit version. c: core Affects the core. t: enhancement An improvement of an existing function.
Projects
None yet
Development

No branches or pull requests

1 participant