mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-17 06:18:46 +01:00
SQLDatabaseManager refactor pass
This commit is contained in:
@@ -3,6 +3,12 @@ Version 2.2.046
|
|||||||
Added permissions related to Spears
|
Added permissions related to Spears
|
||||||
Added /spears skill command
|
Added /spears skill command
|
||||||
Fixed bug where converting from SQL to FlatFile would not copy data for tridents, crossbows, maces, or spears
|
Fixed bug where converting from SQL to FlatFile would not copy data for tridents, crossbows, maces, or spears
|
||||||
|
(Codebase) Added dockerized unit tests for SQL databases
|
||||||
|
(Codebase) Large refactoring to SQLDatabaseManager to bring it up to modern standards and improve maintainability
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
If you manually compile mcMMO you will need docker to run the unit tests, if you'd rather not install docker simply just add -DskipTests to your maven instructions
|
||||||
|
|
||||||
|
|
||||||
Version 2.2.045
|
Version 2.2.045
|
||||||
Green Thumb now replants some crops it was failing to replant before (see notes)
|
Green Thumb now replants some crops it was failing to replant before (see notes)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -474,8 +474,6 @@ class SQLDatabaseManagerTest {
|
|||||||
when(upgradeManager.shouldUpgrade(any(UpgradeType.class))).thenReturn(false);
|
when(upgradeManager.shouldUpgrade(any(UpgradeType.class))).thenReturn(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
// New user -> rows in all core tables
|
// New user -> rows in all core tables
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user