Skip to content

Commit

Permalink
LPS-61156 Drop off ee only DBs support.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed Jan 5, 2016
1 parent 0efcbd6 commit 0839fe2
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1,322 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
com.liferay.portal.dao.db.DB2DBFactory
com.liferay.portal.dao.db.HypersonicDBFactory
com.liferay.portal.dao.db.MySQLDBFactory
com.liferay.portal.dao.db.OracleDBFactory
com.liferay.portal.dao.db.PostgreSQLDBFactory
com.liferay.portal.dao.db.SQLServerDBFactory
com.liferay.portal.dao.db.SybaseDBFactory
com.liferay.portal.dao.db.PostgreSQLDBFactory
2 changes: 1 addition & 1 deletion portal-impl/src/com/liferay/portal/dao/db/BaseDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ protected String buildTemplate(String sqlDir, String fileName)
template = applyMaxStringIndexLengthLimitation(
_columnLengthPattern.matcher(template));

if (this instanceof SybaseDB) {
if (getDBType() == DBType.SYBASE) {
template = removeBooleanIndexes(sqlDir, template);
}
}
Expand Down
284 changes: 0 additions & 284 deletions portal-impl/src/com/liferay/portal/dao/db/DB2DB.java

This file was deleted.

36 changes: 0 additions & 36 deletions portal-impl/src/com/liferay/portal/dao/db/DB2DBFactory.java

This file was deleted.

Loading

0 comments on commit 0839fe2

Please sign in to comment.