Skip to content

Tweak CREATE TABLE statement and allow SQLITE errors to propagate up. #114

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

Merged
merged 1 commit into from
May 11, 2012

Conversation

memmett
Copy link

@memmett memmett commented May 11, 2012

An 'IF NOT EXISTS' clause was added to the CREATE TABLE query so that
exceptions would not be raised if the table already exists. Then,
the try/except statements were removed so that other database errors
would be propagated.

An 'IF NOT EXISTS' clause was added to the CREATE TABLE query so that
exceptions would not be raised if the table already exists.  Then,
the try/except statements were removed so that other database errors
would be propagated.
fonnesbeck pushed a commit that referenced this pull request May 11, 2012
Tweak CREATE TABLE statement and allow SQLITE errors to propagate up.
@fonnesbeck fonnesbeck merged commit b0daa21 into pymc-devs:master May 11, 2012
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.

2 participants