-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add handling of OperationalError for better mysql support
- Loading branch information
1 parent
20c14b5
commit 09cdc8e
Showing
2 changed files
with
3 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Daven Quinn <[email protected]>"] | |
description = "A SQLAlchemy-based database toolkit." | ||
name = "macrostrat.database" | ||
packages = [{ include = "macrostrat" }] | ||
version = "3.3.0" | ||
version = "3.3.1" | ||
|
||
[tool.poetry.dependencies] | ||
GeoAlchemy2 = "^0.14.0" | ||
|