issues
search
sqlalchemy
/
sqlalchemy2-stubs
PEP-484 typing stubs for SQLAlchemy 1.4
MIT License
159
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cannot infer the type depending on the `Base` generate method.
#265
barking-code
closed
4 months ago
5
Incompatible types in assignment when base declaration is in a separate file
#264
Stacey-Valon
opened
10 months ago
7
Add ColumnOperators.__hash__ (fixes #262)
#263
mrcljx
closed
11 months ago
2
Pyright: Mapped is considered unhashable
#262
mrcljx
closed
11 months ago
0
TypeError: format_type() missing 1 required positional argument: 'options'
#261
mgdelmonte
closed
11 months ago
1
Restore default for column_valued name parameter
#260
andersk
closed
1 year ago
2
[0.0.2a36 regression] `.column_valued()` without a `name` is no longer accepted
#259
andersk
closed
1 year ago
0
Fixes: #257 Add joins_implicitly as arg to column_valued()
#258
joshvoigts
closed
1 year ago
0
Type checking fails when using `joins_implicitly` with `column_valued()`
#257
joshvoigts
closed
1 year ago
1
ext/mutable/MutableBase: fix coerce type
#256
huwcbjones
closed
1 year ago
1
MutableBase.coerce incorrectly returns None
#255
huwcbjones
closed
1 year ago
1
Cannot access "sqlalchemy.orm.mapped_column"
#254
star0202
closed
1 year ago
1
open up Mapped.__set__ for mypy 1.2
#253
zzzeek
closed
1 year ago
0
get last 1.4 version not v2
#252
CaselIT
closed
1 year ago
0
Fix `RowMapping.__getitem__` to reflect that it supports `Column`s or strings
#251
rouge8
closed
1 year ago
3
pre-commit config generates 100s of errors
#250
zzzeek
closed
1 year ago
1
attempt to fix foundational issue in stubs
#249
zzzeek
closed
1 year ago
4
Cannot access member "add" for type "AsyncSession" (pylance) SQLAlchemy 1.4
#247
jacksbox
opened
1 year ago
2
fix Insert.on_conflict_do_nothing return type
#246
izeberg
closed
1 year ago
1
Allow with_variant to take TypeEngine instance as well as the TypeEngine type directly like Column
#245
tapetersen
closed
1 year ago
2
TypeEngine.with_variant should accept TypeEngine for type argument instances as well as Type[TypeEngine]
#244
tapetersen
closed
1 year ago
1
Incomplete typing for Engine.dispose's close parameter
#243
satyanash
opened
1 year ago
1
Invalid base class "Base" when returned by a function
#242
iskyd
closed
1 year ago
9
Error importing plugin "sqlalchemy.ext.mypy.plugin": cannot import name 'Optional' from 'mypy.plugin'
#241
iskyd
closed
1 year ago
1
Type error when attempting to use a Literal[True] with sa.and_()
#240
gandhis1
opened
2 years ago
1
Using compiles leads to untyped decorator
#239
kasium
opened
2 years ago
1
AsyncSession: correct (stream_)scalars arg name
#238
mjpieters
closed
2 years ago
2
Fix memoizedhascache
#237
mehdigmira
closed
1 year ago
12
MemoizedHasCacheKey import path is wrong
#236
mehdigmira
closed
1 year ago
0
Make Column and relationship inherit from Mapped
#235
mehdigmira
opened
2 years ago
5
TupleType missing from sqlalchemy/types.pyi
#234
peterschutt
closed
2 years ago
0
Update types.pyi
#233
peterschutt
closed
2 years ago
2
fix declarative_mixin stub
#232
mehdigmira
closed
2 years ago
2
Improve declarative_mixin stub
#231
mehdigmira
closed
2 years ago
0
Incorrect keyword argument name 'parameters' for AsyncSession.scalars, AsyncEngine.scalars
#230
mjpieters
closed
2 years ago
1
Confused on Stubs providing type hints for Table constructor
#229
afreemanio
opened
2 years ago
1
Incompatible type in `values`
#228
mdczaplicki
opened
2 years ago
1
Conda Forge
#227
thewchan
closed
2 years ago
4
improve type of dynamic
#226
CaselIT
closed
2 years ago
0
Re-using sqlalchemy.dialects.postgresql.UUID instance generates mypy violation
#225
mtvx
opened
2 years ago
1
"method" of "AppenderQuery" does not return a value
#224
CrafterSvK
closed
2 years ago
0
Make the `SQLAlchemy` type hint work better in `Pycharm`.
#223
amisadmin
closed
2 years ago
2
Fix variable name error
#222
amisadmin
closed
2 years ago
2
Fixed typing error in `session.get`.
#221
amisadmin
closed
2 years ago
4
Add keyword arguments for `AsyncSession.connection`
#220
chrisguidry
closed
2 years ago
1
INTERNAL ERROR triggered by broken typing
#219
aberres
opened
2 years ago
1
Crash when temporary base class is resolved from mypy cache
#218
aberres
opened
2 years ago
2
Add `Select.get_final_froms()`
#217
rouge8
closed
2 years ago
2
Fix `Connection.connection` to return `_ConnectionFairy` as documented
#216
rouge8
closed
2 years ago
2
Add missing stubs for `ClauseElement.__and__` and `ClauseElement.__or__`
#215
rouge8
closed
2 years ago
4
Next