Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move DBAppender SQL scripts from src/main/java to src/main/resources #125

Closed
wants to merge 22 commits into from
Closed

Conversation

kalgon
Copy link
Contributor

@kalgon kalgon commented May 17, 2013

Putting those scripts in logback jars allows to use them while testing your code with an in-memory database like this:

jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;INIT=RUNSCRIPT FROM 'classpath:ch/qos/logback/classic/db/script/h2.sql'

kalgon and others added 5 commits May 17, 2013 15:30
@tony19
Copy link
Contributor

tony19 commented Mar 29, 2014

There appears to be a merge conflict. Can you please rebase this? Thanks!

@tony19
Copy link
Contributor

tony19 commented Mar 29, 2014

Also please update the release notes to indicate your change.

@kalgon kalgon closed this Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants