Skip to content

Issues: sqlalchemy/sqlalchemy

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Expand Default Value Constraint Support naming conventions things to do with the metadata.naming_convention feature schema things related to the DDL related objects like Table, Column, CreateIndex, etc. use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11644 opened Jul 25, 2024 by fruitymedley 2.x.x
Support Oracle 23ai BOOLEAN datatype datatypes things to do with database types, like VARCHAR and others fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers oracle PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11633 opened Jul 22, 2024 by CoxT9 2.0.x
delete statement generates invalid SQL starting with 2.0.21 bug Something isn't working dml INSERT, UPDATE, DELETE, often with ORM inheritance issues to do wtih ORM inheritance, a particularly tricky area near-term release addition to the milestone which indicates this should be in a near-term release regression something worked and was broken by a change
#11625 opened Jul 20, 2024 by zzzeek 2.0.x
omit column_property from rendering inside subquery() / CTE() ? expected behavior that's how it's meant to work. consider the "documentation" label in addition orm performance where performance can be improved. add "bug" only if it's a performance degradation
#11623 opened Jul 19, 2024 by tamird 2.x.x
support aliased() use with AssociationProxy at the query level feature sqlalchemy.ext extension modules, most of which are ORM related
#11622 opened Jul 19, 2024 by tamird 2.1
Deprecated MSSQL enable_identity_insert by default, gate it behind a flag fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers SQL Server Microsoft SQL Server, e.g. mssql sql
#11620 opened Jul 19, 2024 by CaselIT 2.1
sqltypes.Enum not generic enough bug Something isn't working datatypes things to do with database types, like VARCHAR and others typing pep -484 typing issues. independent of "mypy"
#11597 opened Jul 11, 2024 by zzzeek 2.0.x
ON DELETE SET NULL (column) not supported at the moment? fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers postgresql PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11595 opened Jul 11, 2024 by joidegn
support module-qualified paths inside of Mapped[], including with/without future mode / pep563 etc orm - annotated declarative issues with the new annotations-based declarative ORM approach orm use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11536 opened Jun 26, 2024 by acarapetis 2.x.x
Warn when distinct() is used outside of aggregated functions fairly easy maybe a little more involved than "easy' but still doable for motivated newcomers functions dealing with sql functions, sqlalchemy.sql.functions sql
#11526 opened Jun 23, 2024 by CaselIT 2.x.x
Support two-phase commit in oracledb oracle use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11480 opened Jun 11, 2024 by CaselIT 2.0.x
mysql etc. percent escaping for literal enum bug Something isn't working datatypes things to do with database types, like VARCHAR and others mysql near-term release addition to the milestone which indicates this should be in a near-term release
#11479 opened Jun 11, 2024 by zzzeek 2.0.x
Ability to set the chunk size of a selectinload loader options ORM options like joinedload(), load_only(), these are complicated and have a lot of issues orm PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers
#11450 opened Jun 4, 2024 by CaselIT 2.x.x
Legacy class names are not fully imported by sqlalchemy.orm.collections.* bug Something isn't working orm PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers
#11435 opened May 31, 2024 by kajinamit 2.0.x
Add additional information to the ReflectedColumn reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11385 opened May 14, 2024 by CaselIT 2.x.x
TypeAlias cannot be found in type_annotation_map bug Something isn't working near-term release addition to the milestone which indicates this should be in a near-term release orm - annotated declarative issues with the new annotations-based declarative ORM approach
#11370 opened May 8, 2024 by RazerM 2.0.x
Generated syntax error when using funcs in server_default in MySQL bug Something isn't working functions dealing with sql functions, sqlalchemy.sql.functions mariadb mysql schema things related to the DDL related objects like Table, Column, CreateIndex, etc.
#11317 opened Apr 24, 2024 by CaselIT 2.0.x
reflecting oracle synonym of synonym over dblink oracle PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers reflection reflection of tables, columns, constraints, defaults, sequences, views, everything else
#11312 opened Apr 23, 2024 by dadrake3 2.x.x
Missing batch_op.f() bug Something isn't working documentation schema things related to the DDL related objects like Table, Column, CreateIndex, etc. tests
#11284 opened Apr 17, 2024 by zzzeek 2.0.x
Investigate cython descriptors for orm attributes cextensions issues with the C/cython extensions orm performance where performance can be improved. add "bug" only if it's a performance degradation
#11238 opened Apr 5, 2024 by CaselIT 2.1
URL.render_as_string doesn't always give an URL that is parsed same way bug Something isn't working easy a one / two liner type of thing that anyone can do in short order. also see "fairly easy" engine engines, connections, transactions, isolation levels, execution options
#11234 opened Apr 4, 2024 by AlexeyDmitriev 2.1
potential tuning of joinedload subq thing bug Something isn't working loader options ORM options like joinedload(), load_only(), these are complicated and have a lot of issues orm
#11226 opened Apr 2, 2024 by zzzeek 2.1
Delete Propagation to Parent Table for Joined Table Inheritance awaiting info waiting for the submitter to give more information use case not really a feature or a bug; can be support for new DB features or user use cases not anticipated
#11136 opened Mar 11, 2024 by snkuranga-candid
MySQL DOUBLE accepts deprecated params that dont propagate from the base DOUBLE type, document this caveat datatypes things to do with database types, like VARCHAR and others documentation mysql PRs (with tests!) welcome a fix or feature which is appropriate to be implemented by volunteers
#11132 opened Mar 10, 2024 by MacBath 2.0.x
ProTip! Adding no:label will show everything without a label.