issues
search
litestar-org
/
advanced-alchemy
A carefully crafted, thoroughly tested, optimized companion library for SQLAlchemy
http://docs.advanced-alchemy.litestar.dev/
MIT License
246
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bug: `delete_where` fails if `load` is provided for service/repository
#287
noamsto
opened
11 hours ago
0
Bug: delete_where fail sanity check when a service is initialized with `statment`
#286
noamsto
opened
11 hours ago
0
feat: lambda caching fixes
#285
cofin
closed
1 day ago
1
feat: lambda statement optimizations
#284
cofin
closed
1 day ago
1
Bug: `list` and `get` methods return different timestamp in mock database
#283
winstxnhdw
closed
6 days ago
0
fix: typing hint adjustment for `service.typing`
#282
cofin
closed
5 days ago
1
Bug: NameError in `advanced_alchemy.service.typing`
#281
samylovma
closed
5 days ago
1
chore(release): prepare for `v0.22.2`
#280
cofin
closed
1 week ago
1
feat: adds default load options at class definition
#279
cofin
closed
1 week ago
1
fix: make sure `anyio` is optional
#278
cofin
closed
1 week ago
1
feat: Improved typing of `ModelDictT`
#277
vikigenius
closed
1 week ago
2
feat: improved typing for DTOData
#276
cofin
closed
1 week ago
3
Enhancement: Add exception handling for NotFoundException
#275
noamsto
opened
2 weeks ago
0
fix: regression caused by conditional import Sequence for pagination.py
#274
noamsto
closed
2 weeks ago
0
fix: use `collection.abc.Sequence` instead of `typing.Sequence`
#273
cofin
closed
2 weeks ago
1
Bug: Sequence is not defined when trying to open openapi schema
#272
noamsto
closed
2 weeks ago
2
chore(deps): bump actions/cache from 3 to 4
#271
dependabot[bot]
closed
2 weeks ago
0
fix(cli): Change the argument name back
#270
Alc-Alc
closed
2 weeks ago
1
feat: introduce `uv`
#269
cofin
closed
2 weeks ago
1
fix(sanic): bind session to session class instead of to the session maker
#268
imnotjames
closed
3 weeks ago
1
Bug: Sanic extension improperly binds session maker dependency
#267
imnotjames
closed
3 weeks ago
1
fix: correct regex mappings for duplicate and foreign key errors
#266
noamsto
closed
3 weeks ago
0
Bug: Typing issues in ModelDictT
#265
vikigenius
closed
1 week ago
1
docs: updated docstring for `NotInSearchFilter` and `SearchFilter`
#264
cofin
closed
1 month ago
1
Docs: SearchFilter
#263
vikigenius
closed
1 month ago
1
Bug: Violation of unique constraints raises ForeignKeyError exception instead of IntegrityError
#262
jt-kl
closed
3 weeks ago
1
Bug: Incorrect typing in SQLAlchemyAsyncRepositoryReadService
#261
vikigenius
opened
1 month ago
0
feat(cli): Dump all tables as JSON
#259
Alc-Alc
closed
2 weeks ago
1
feat: remove unfinished merge operation
#258
cofin
closed
1 month ago
1
fix: namespace signature pollution
#257
provinzkraut
closed
1 month ago
1
Bug: `SQLAlchemyPlugin` pollutes type resolution namespace
#256
provinzkraut
closed
1 month ago
0
feat: enable `MERGE` in `postgres` and `oracle`
#255
cofin
closed
1 month ago
1
chore: fix spelling errors in GitHub links
#254
chulanpro5
closed
1 month ago
0
Enhancement: `BigIntPrimaryKey` is strongly opinionated and reduced to Table Sequence id generator, add other generator strategy
#253
cbdiesse
closed
3 weeks ago
4
feat: support columns using sqlalchemy's `declared_attr` decorator
#252
bfrascher
closed
1 month ago
0
feat: add optional nanoid base models
#251
winstxnhdw
closed
1 month ago
4
Enhancement: Allow SQLAlchemy ORM attributes to be used with `SQLAlchemyDTOConfig`
#250
floxay
opened
2 months ago
0
fix: check engine before disposing
#249
cofin
closed
2 months ago
2
fix: simplify string concatenation for error handling
#248
cofin
closed
2 months ago
2
feat: add `TZ` validator to `AuditModel`
#247
cofin
closed
2 months ago
4
feat: improved `IntegrityError` details parsing
#246
cofin
closed
2 months ago
2
Bug: query values seem either cached or wrong
#245
jcorbett-sweater
closed
1 day ago
1
Enhancement: include support for sqladmin
#244
peterschutt
closed
2 months ago
0
refactor: Fix types for ModelProtocal and BasicAttributes
#243
Rey092
closed
3 months ago
2
Enhancement: Make base classes more compatible with type analysis
#242
Rey092
closed
3 months ago
5
fix: added if statement to prevent ``script_location`` from being overwritten
#241
chaush-server
closed
3 months ago
3
feat: allow for customized error messages
#240
cofin
closed
3 months ago
2
Bug: Possibly missing 'order_by' during repo initialization for SQLAlchemyAsyncRepositoryReadService
#239
Rey092
closed
3 months ago
1
Bug: Litestar: "Unexpected default value" exception when using `default=null()` from sqlalchemy
#238
aquirdTurtle
opened
3 months ago
4
Bug: sorting on hybrid properties is broken in SQLAlchemyAsyncRepository
#237
ElvisTheKing
closed
3 months ago
1
Next