litestar-org/advanced-alchemy
A carefully crafted, thoroughly tested, optimized companion library for SQLAlchemy
PythonMIT
Issues
- 1
Enhancement: Allow SQLAlchemy ORM attributes to be used with `SQLAlchemyDTOConfig`
#250 opened by floxay - 0
- 1
Bug: `pyright` warnings
#201 opened by cofin - 2
Bug: queries using cached argument values
#120 opened by LonelyVikingMichael - 1
- 1
Bug: NameError in `advanced_alchemy.service.typing`
#281 opened by samylovma - 0
- 1
Bug: Typing issues in ModelDictT
#265 opened by vikigenius - 2
- 2
Enhancement: Add support for the new FastApi Cli
#182 opened by ryou90 - 1
Bug(docs): Documentation changes cause Litestar docs to encounter buildtime errors
#142 opened by JacobCoffee - 4
Enhancement: `BigIntPrimaryKey` is strongly opinionated and reduced to Table Sequence id generator, add other generator strategy
#253 opened by cbdiesse - 1
Bug: Violation of unique constraints raises ForeignKeyError exception instead of IntegrityError
#262 opened by jt-kl - 1
- 1
Docs: SearchFilter
#263 opened by vikigenius - 0
- 0
- 6
Bug: Can't have nullable relationship
#227 opened by ste-pool - 4
Bug: Litestar: "Unexpected default value" exception when using `default=null()` from sqlalchemy
#238 opened by aquirdTurtle - 0
Enhancement: include support for sqladmin
#244 opened by peterschutt - 5
- 1
Bug: Possibly missing 'order_by' during repo initialization for SQLAlchemyAsyncRepositoryReadService
#239 opened by Rey092 - 0
Enhancement: Remove ModelT bounding to ModelProtocol
#234 opened by Rey092 - 1
- 0
Bug: or Feature? SQLAlchemyDTO ignores include/exclude config when generating field definitions
#236 opened by bookin - 1
Bug: AttributeError: __pydantic_core_schema__
#230 opened by ryankanno - 2
- 2
Enhancement: DTOs: support fields defined in mixins and `declared_attr` fields while excluding implicit fields
#163 opened by abdulhaq-e - 1
Enhancement: Add a `drop_all` function
#102 opened by cofin - 1
Enhancement: add MultipleColumnsSearchFilter
#215 opened by scherbakovx - 2
- 1
Bug: Litestar crashes after update to version 0.10.0
#197 opened by ryou90 - 0
unreachable code in entity CommonTableAttributes
#196 opened by tedted23 - 3
Bug: list_and_count triggering a lot of SQL queries
#193 opened by sorasful - 4
Enhancement: make `.get_one` respect None filters
#187 opened by funkindy - 10
- 0
Enhancement(Infra): Remove `black`
#171 opened by JacobCoffee - 1
Bug: When we generate our own column names instead of using the columns in the SQL table, the to_dict function does not work
#164 opened by ysnbyzli - 1
Bug: to_schema is missing hybrid properties
#162 opened by bpereto - 5
- 1
Bug: UUIDPrimaryKey.id type is `Unknown | UUID` when uuid_utils is not installed.
#132 opened by cbscsm - 1
- 0
ConflictError is a misleading name
#119 opened by sfermigier - 3
Unintuitive API
#117 opened by sfermigier - 3
Bug: RepositoryServices and Repositories have different list_and_count/count filter signatures
#107 opened by H00N24 - 0
Bug: `touch_updated_timestamp` event handler gets registered unkowingly via unrelated import
#97 opened by LonelyVikingMichael - 0
- 2
- 0
- 0
Enhancement: ChoicesFilter/BooleanFilter
#72 opened by JacobCoffee