This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 16, 2019
-
-
Andrew Stiegmann (stieg) authored
As per configuration_precedence document noted in the c3p0 config doc (https://www.mchange.com/projects/c3p0/#configuration_precedence) any setting which is specified programatically may not be overridden by other external settings such as system properties. This creates an issue if an admin wishes to set any of these settings. In my case I was attempting to have c3p0 shut down all connections to my RDS instance so that amazon would spin the instance down while not in use. Alas it appears that something else seems to re-establish connectinons every few seconds and prevent my desired behavior. But before I abondon this approach I figured this would be a good PR for the project as it will enable others to set this settings as they see fit and not hit the same roadblocks I hit along the way. Of note I have removed the maxPoolSize setting as the current value of 15 is the same as the driver default. The other settings remain.
-
- Apr 10, 2019
-
- Apr 09, 2019
- Apr 08, 2019
-
-
Cam Saul authored
Add tests for load-from-h2 to CI
-
Cam Saul authored
Don't set sessionVariables=sql_mode='ALLOW_INVALID_DATES' for MySQL/MariaDB
-
Cam Saul authored
-
Cam Saul authored
[ci mysql]
-
Cam Saul authored
-
Flamber Hansen authored
-
Cam Saul authored
-
Cam Saul authored
-
Tom Robinson authored
Fix dashboard copy + add entities normalize helpers
-
Cam Saul authored
Real async logging
-
Tom Robinson authored
-
Tom Robinson authored
v0.32.2
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Tom Robinson authored
-
Cam Saul authored
Add file: prefix if needed when running load-from-h2
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Update ambigious dox; fix misspelling
-
Cam Saul authored
Dont migrate task_history from H2 -> Postgres/MySQL
-
Cam Saul authored
Better error handling when saving TaskHistory fails
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Cam Saul authored
Remove Path= directive from Set-Cookie; breaks non-root mounting
-
Cam Saul authored
-
- Apr 05, 2019