Skip to content

Tags: uncountableinc/sqlalchemy-stubs

Tags

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from uncountableinc/jason/operators-changes

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from uncountableinc/jason/operators-changes

add types for column operators to remove type ignores

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from uncountableinc/mgm/mapped-alias

Mgm/mapped alias

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from uncountableinc/jason/mapped

change parent class of instrumented attribute

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from uncountableinc/jason/mapped

try exporting Mapped

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from uncountableinc/jason/mapped

add mapped attribute

v0.0.01

Toggle v0.0.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix literal_column type (dropbox#189)

literal_column('foo', sqlalchemy.Integer) should be ColumnClause[int],
not ColumnClause[TypeEngine[int]].

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

Signed-off-by: Anders Kaseorg <andersk@mit.edu>