8000 Implement column defaults for INSERT/UPDATE by GarbageHamburger · Pull Request #206 · encode/databases · GitHub
[go: up one dir, main page]

Skip to content

Implement column defaults for INSERT/UPDATE #206

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove double blank line
Co-authored-by: Rafał Pitoń <kontakt@rpiton.com>
  • Loading branch information
GarbageHamburger and rafalp authored May 4, 2020
commit 8803eed1dc21a2305866b861c30072f35b5be9fb
1 change: 0 additions & 1 deletion databases/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from sqlalchemy.sql.dml import ValuesBase
from sqlalchemy.sql.expression import type_coerce


from databases.importer import import_from_string
from databases.interfaces import ConnectionBackend, DatabaseBackend, TransactionBackend

Expand Down
0