summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Type annotations for sqlalchemy.ext.automapGleb Kisenkov2022-12-053-62/+244
* Merge "disallow same-named columns, unchecked replacement in Table" into mainmike bayer2022-12-045-28/+101
|\
| * disallow same-named columns, unchecked replacement in TableMike Bayer2022-12-045-28/+101
* | Order_by and group_by accept labelsFederico Caselli2022-12-035-12/+26
|/
* add spaces, leading underscore to oracle checksMike Bayer2022-12-022-7/+67
* Merge "Fix positional compiling bugs" into mainmike bayer2022-12-025-52/+170
|\
| * Fix positional compiling bugsFederico Caselli2022-12-015-52/+170
* | Merge "disable setinputsizes only for true DBAPI executemany" into mainmike bayer2022-12-021-1/+4
|\ \
| * | disable setinputsizes only for true DBAPI executemanyMike Bayer2022-12-011-1/+4
* | | Merge "add new pattern for single inh column override" into mainmike bayer2022-12-016-31/+93
|\ \ \ | |/ / |/| |
| * | add new pattern for single inh column overrideMike Bayer2022-11-306-31/+93
* | | Merge "[sqlite] Reflect DEFERRABLE and INITIALLY options for foreign keys" in...mike bayer2022-11-301-1/+11
|\ \ \
| * | | [sqlite] Reflect DEFERRABLE and INITIALLY options for foreign keysMichael Gorven2022-11-301-1/+11
* | | | Add "compare" on dataclass fieldsSimon Schiele2022-11-303-8/+55
| |_|/ |/| |
* | | Merge "Improve support for enum in mapped classes" into mainmike bayer2022-11-306-10/+144
|\ \ \ | |_|/ |/| |
| * | Improve support for enum in mapped classesFederico Caselli2022-11-296-10/+144
* | | Merge "annotated / DC forms for association proxy" into mainmike bayer2022-11-306-160/+260
|\ \ \ | |_|/ |/| |
| * | annotated / DC forms for association proxyMike Bayer2022-11-296-160/+260
| |/
* | Merge "Add value-level hooks for SQL type detection; apply to Range" into mainmike bayer2022-11-292-0/+24
|\ \ | |/ |/|
| * Add value-level hooks for SQL type detection; apply to RangeLele Gaifax2022-11-292-0/+24
* | update for mypy 1.0 devFederico Caselli2022-11-299-18/+32
* | Merge "add partial index predicate to SQLiteDialect.get_indexes() result" int...mike bayer2022-11-292-2/+57
|\ \
| * | add partial index predicate to SQLiteDialect.get_indexes() resultTobias Pfeiffer2022-11-282-2/+57
* | | Merge "identify unresolvable Mapped types" into mainmike bayer2022-11-283-50/+89
|\ \ \
| * | | identify unresolvable Mapped typesMike Bayer2022-11-283-50/+89
| |/ /
* | | Rectify PG Range.__bool__, inverting previous logicLele Gaifax2022-11-271-1/+1
|/ /
* | Merge "improve column targeting issues with query_expression" into mainmike bayer2022-11-272-0/+4
|\ \
| * | improve column targeting issues with query_expressionMike Bayer2022-11-252-0/+4
* | | Merge "Add recommendation for URL.create() re: escaping" into mainmike bayer2022-11-271-9/+15
|\ \ \ | |_|/ |/| |
| * | Add recommendation for URL.create() re: escapingGord Thompson2022-11-271-9/+15
* | | Implement ScalarValueFederico Caselli2022-11-264-16/+78
* | | add new variation helperMike Bayer2022-11-262-0/+76
* | | Add new script to sync test files adding future annotationFederico Caselli2022-11-264-12/+32
* | | Merge "assert unique constraints received back" into mainmike bayer2022-11-261-0/+2
|\ \ \ | |_|/ |/| |
| * | assert unique constraints received backMike Bayer2022-11-241-0/+2
| |/
* | add "merge" to viewonly cascades; propagate NO_RAISE when mergingMike Bayer2022-11-244-4/+26
|/
* flake8 has very courteously referred us to another pyqca project and closed a...Mike Bayer2022-11-231-1/+1
* Merge "ensure implicit_returning is checked on a Table instance" into mainmike bayer2022-11-221-1/+1
|\
| * ensure implicit_returning is checked on a Table instanceMike Bayer2022-11-221-1/+1
* | Merge "Type annotations for sqlalchemy.ext.mutable" into mainmike bayer2022-11-221-102/+195
|\ \
| * | Type annotations for sqlalchemy.ext.mutableGleb Kisenkov2022-11-221-102/+195
| |/
* | Merge "fix optionalized forms for dict[]" into mainmike bayer2022-11-223-15/+84
|\ \
| * | fix optionalized forms for dict[]Mike Bayer2022-11-223-15/+84
* | | Add security warning to serializer extensionFederico Caselli2022-11-221-0/+5
* | | Merge "Fix inferred type of async_sessionmaker" into mainmike bayer2022-11-212-0/+54
|\ \ \
| * | | Fix inferred type of async_sessionmakerSam Bull2022-11-212-0/+54
| |/ /
* | | Merge "add common base class for all SQL col expression objects" into mainmike bayer2022-11-219-8/+71
|\ \ \
| * | | add common base class for all SQL col expression objectsMike Bayer2022-11-219-8/+71
| |/ /
* | | fall back to eval() for names that have dotsMike Bayer2022-11-211-0/+2
|/ /
* | Merge "Issue #8765: implement missing methods on PG Range" into mainmike bayer2022-11-171-94/+403
|\ \