Skip to content

Commit

Permalink
chore: Harmonize imports of sqlalchemy module, use sa where applicable
Browse files Browse the repository at this point in the history
It follows a convention to import SQLAlchemy like
`import sqlalchemy as sa`. In this spirit, all references, even simple
ones like symbols to SQLAlchemy base types like `TEXT`, or `BIGINT`,
will be referenced by `sa.TEXT`, `sa.BIGINT`, etc., so it is easy to
tell them apart when harmonizing type definitions coming from SA's
built-in dialects vs. type definitions coming from 3rd-party dialects.
  • Loading branch information
amotl committed Dec 19, 2023
1 parent 860baf4 commit 6af82ad
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 178 deletions.
Loading

0 comments on commit 6af82ad

Please sign in to comment.