Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP3 (5.2.7)
-
All
Description
An extra sqlDir parameter is now required for some methods that implements the DB interface. This change is needed to allow "ant build-db" to be used from the extension environment.
API CHANGES:
Class: com.liferay.portal.kernel.dao.db.DB
Method: buildCreateFile(String databaseName)
Status: Deleted
New method: buildCreateFile(String sqlDir, String databaseName)
Method: buildCreateFile(String databaseName, int population)
Status: Deleted
New method: buildCreateFile(String sqlDir, String databaseName, int population)
Method: buildSQLFile(String fileName)
Status: Deleted
New method: buildSQLFile(String sqlDir, String fileName)
Attachments
Issue Links
- is related to
-
LPS-7939 Modify DBBuilder to accept a parameter for the sql directory
- Closed