Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Create db only if doesn't exist yet #274

Merged
merged 1 commit into from
Dec 5, 2015
Merged

Create db only if doesn't exist yet #274

merged 1 commit into from
Dec 5, 2015

Conversation

slomek
Copy link
Contributor

@slomek slomek commented Dec 5, 2015

This allows to run

CREATE DATABASE IF NOT EXISTS "db_name";

so that one does not need to check it before creation.

aviau added a commit that referenced this pull request Dec 5, 2015
Create db only if doesn't exist yet (Thanks @slomek !)
@aviau aviau merged commit c604e60 into influxdata:master Dec 5, 2015
@aviau
Copy link
Collaborator

aviau commented Dec 5, 2015

thank you for contributing!

@aviau
Copy link
Collaborator

aviau commented Dec 5, 2015

Oh, hopefully I didnt merge too fast. I didn't wait for the tests

@aviau
Copy link
Collaborator

aviau commented Dec 5, 2015

@slomek the tests failed so I reverted. Can you please fix the tests so that I can merge again?

@slomek
Copy link
Contributor Author

slomek commented Dec 5, 2015

Sure, I'm on it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants