mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #216] howto apply sqlalchemy 1.4.15 #74
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eddyvinsensius on GitHub (May 22, 2021).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/216
howto apply sqlalchemy 1.4.15
because it needed by sqlalchemy-firebird to run with sandman2
thanks.
@eddyvinsensius commented on GitHub (May 22, 2021):
the sqlalchemy website said firebird support:
"Deprecated since version 1.4: The internal Firebird dialect is deprecated and will be removed in a future version. Use the external dialect."
it suggest to use https://github.com/pauldex/sqlalchemy-firebird instead,
but it seems has a conflict sqlalchemy version with sandman2 currently use.