issues
search
dropbox
/
sqlalchemy-stubs
Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
572
stars
102
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is there a living version of this code base?
#262
slifty
opened
4 months ago
1
Add new operator names from SQLAlchemy 1.4 (dropbox#237)
#261
gward
opened
5 months ago
1
Update README.md
#260
ayansengupta17
opened
12 months ago
1
Expose URL in engine
#259
eltoder
opened
1 year ago
1
Mgm/try mapped alias
#258
martinuncountable
closed
1 year ago
1
Missing imports and arguments when using sqlalchemy.orm.DeclarativeBase
#257
LordWolfenstein
opened
1 year ago
3
stub Select.filter and Select.filter_by
#256
denyszhak
closed
1 year ago
2
stub Select.filter and Select.filter_by
#255
denyszhak
closed
1 year ago
2
"Select" has no attribute filter_by
#254
nik123
opened
1 year ago
0
Model descriptors as constructor kwargs are not supported
#253
erwinkinn
opened
1 year ago
0
overlaps keyword is not included in typing checks
#252
justin-hu-ai
opened
2 years ago
0
add delete method on scoped_session
#251
burnettk
opened
2 years ago
1
declarative_base available from sqlalchemy.orm in 1.4
#250
philbudne
opened
2 years ago
3
Fix bind method in some classes. It's a @property
#249
svalentin
closed
2 years ago
1
Update external/mypy to v0.971
#248
svalentin
closed
2 years ago
1
Fix sessionmaker __init__ type
#247
vors
opened
2 years ago
1
Hints do not work with imported Base
#246
Phinnik
opened
2 years ago
1
Align exists stub with runtime behaviour
#245
code-of-kpp
closed
2 years ago
1
sql-alchemy 1.4 - using is_not on column leads to mypy warning, while using isnot does not lead to the warning
#244
serhiy-yevtushenko
opened
2 years ago
1
sqlalchemy-stubs are installed in conda environment and entered in mypy.ini, but in pre-commit, one gets error: Error importing plugin "sqlmypy": No module named 'sqlmypy'
#243
serhiy-yevtushenko
opened
2 years ago
2
Why does sqlalchemy not infer the correct type if the custom type is used with a module import?
#242
danielmoessner
closed
2 years ago
1
Add Column.__set__ annotations
#241
amh4r
closed
1 year ago
2
Assigning to a Union of a nullable and non-nullable column fails
#240
Garrett-R
opened
2 years ago
0
Comment type #238
#239
sdfordham
opened
2 years ago
1
Column comment type
#238
sdfordham
opened
2 years ago
0
1.4 deprecated operators are not supported correctly
#237
rogalski
opened
2 years ago
1
Add missing parameter on bulk_save_objects
#236
vineus
closed
1 month ago
1
Select __init__ rejecting Column only accepts ColumnElement.
#235
BobACollins
opened
2 years ago
0
use builtin_type if it exists, otherwise named_type
#234
shawnwall
closed
2 years ago
0
add missing types to Session and Query
#233
slaroche
closed
2 years ago
0
mypy 0.930 breaks the sqlmypy plugin with an INTERNAL ERROR
#232
plankthom
closed
2 years ago
10
Add the __enter__ and __exit__ methods to Session.
#231
howbazaar
opened
3 years ago
3
Ignore error about incompatible override in RowProxy
#230
JukkaL
closed
3 years ago
0
Remove incompatible definition of pop() from OrderingList
#229
JukkaL
closed
3 years ago
0
Can't find __enter__ and __exit__ methods for sqlalchemy.orm.Session
#228
eldardzhorobekov
opened
3 years ago
1
ColumnCollection initializer incorrect
#227
rectalogic
opened
3 years ago
0
table() schema argument not supported
#226
rectalogic
opened
3 years ago
0
Add a return type on Connection.execute()
#225
johnclyde
closed
3 years ago
1
NoResultFound should be in sqlalchemy.exc
#224
hydrargyrum
opened
3 years ago
0
Add `get_table_comment` method to inspection stub
#223
hsheth2
closed
1 year ago
3
error: No library stub file for module 'sqlalchemy.ext.asyncio'
#222
hydrargyrum
opened
3 years ago
10
Generate stub with the right annotations
#221
sweenu
opened
3 years ago
0
Update README.md
#220
tomas789
opened
3 years ago
1
Fix sqlalchemy.ddl.DDL.execute_if dialect type (#181)
#219
philpep
opened
3 years ago
2
add Subquery class
#218
speezepearson
closed
2 years ago
2
Use correct licence in setup.py (fixes #216)
#217
BonfaceKilz
closed
3 years ago
0
(Clarification) What LICENSE does this package use?
#216
BonfaceKilz
closed
3 years ago
2
Add Iterable[Any] protocol to BaseRowProxy
#215
Azureblade3808
closed
3 years ago
1
TypeDecorator.process_bind_param only possible return value is Optional[str], but this doesn't work for binary types
#214
synic
opened
3 years ago
1
Add some minor attributes and classes into stubs
#213
vharitonsky
opened
3 years ago
1
Next