forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sakaiproject#447 from jonespm/KNL-1351
KNL-1351 - Fix HikariCP startup errors under Oracle
- Loading branch information
Showing
7 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ [email protected]= | |
[email protected]=hsqldb | ||
[email protected]=org.hsqldb.jdbcDriver | ||
hibernate.dialect=org.hibernate.dialect.HSQLDialect | ||
[email protected]=select 1 from INFORMATION_SCHEMA.SYSTEM_USERS | ||
#[email protected]=select 1 from INFORMATION_SCHEMA.SYSTEM_USERS | ||
[email protected]=jdbc:hsqldb:mem:sakai | ||
|
||
## SHORTENED URLs defaults | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ [email protected]=org.hsqldb.jdbcDriver | |
[email protected]=jdbc:hsqldb:mem:sakai | ||
[email protected]=sa | ||
[email protected]= | ||
[email protected]=select 1 from INFORMATION_SCHEMA.SYSTEM_USERS | ||
|
||
# Don't really send email. Just log it. | ||
[email protected]=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## DB DEFAULTS | ||
[email protected]=sa | ||
[email protected]= | ||
# HSQLDB settings (DEFAULT) | ||
[email protected]=hsqldb | ||
[email protected]=org.hsqldb.jdbcDriver | ||
hibernate.dialect=org.hibernate.dialect.HSQLDialect | ||
[email protected]=select 1 from INFORMATION_SCHEMA.SYSTEM_USERS | ||
[email protected]=jdbc:hsqldb:mem:saka |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters