summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "catch all BaseException in pool and revert failed checkouts" into mainmike bayer2022-12-141-5/+25
|\ \ \ | |/ / |/| |
| * | catch all BaseException in pool and revert failed checkoutsMike Bayer2022-12-131-5/+25
| |/
* | check index_list pragma for number of columns returnedMike Bayer2022-12-131-1/+1
|/
* Type annotations for sqlalchemy.ext.horizontal_shardGleb Kisenkov2022-12-112-51/+202
* look out for extras=None in freezeMike Bayer2022-12-091-1/+1
* Merge "Better syncronize async result docs with plain ones." into mainmike bayer2022-12-093-283/+256
|\
| * Better syncronize async result docs with plain ones.Federico Caselli2022-12-093-283/+256
* | Specify view columns in HasTableTestGord Thompson2022-12-091-4/+7
|/
* fix construct_params() for render_postcompile; add new APIMike Bayer2022-12-082-39/+164
* Merge "disable polymorphic adaption in most cases" into mainmike bayer2022-12-086-61/+243
|\
| * disable polymorphic adaption in most casesMike Bayer2022-12-076-61/+243
* | Oracle COLUMN_VALUE is a column name, not a keywordMike Bayer2022-12-071-1/+1
|/
* Version 2.0.0b5 placeholderMike Bayer2022-12-051-1/+1
* Merge "Add tests for issue #8168; slight internal adjustments" into mainmike bayer2022-12-053-11/+13
|\
| * Add tests for issue #8168; slight internal adjustmentsMike Bayer2022-12-053-11/+13
* | Merge "Add compatibility properties to Range; implement pep-484" into mainmike bayer2022-12-051-82/+164
|\ \ | |/ |/|
| * Add compatibility properties to Range; implement pep-484Lele Gaifax2022-12-051-82/+164
* | Merge "Rewrite positional handling, test for "numeric"" into mainmike bayer2022-12-0510-195/+466
|\ \
| * | Rewrite positional handling, test for "numeric"Federico Caselli2022-12-0510-195/+466
| |/
* | 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