]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-04-17  Mike Bayerdont assume _compile_options are present
2023-04-17  Mike Bayerclarify get_isolation_level() excludes AUTOCOMMIT
2023-04-02  Mike Bayerconsider aliased mappers in cycles also
2023-03-21  Mike Bayeradd tip that reflection is not necessary for an existin...
2023-03-18  Mike BayerVersion 1.4.48 placeholder
2023-03-18  Mike Bayer- 1.4.47 rel_1_4_47
2023-03-18  Mike Bayerimplement content hashing for custom_op, not identity
2023-03-15  Mike Bayerremove "listeners" docstring
2023-03-08  Mike Bayeradditional consistency for ORM/Core in tutorial
2023-02-27  Grey LiAdd separate version notes for scalars
2023-02-27  Mike Bayerprevent float tests from running on asyncmy
2023-02-19  Andreas MotlUpdate dialect documentation about CrateDB (#9322)
2023-02-19  Maxwell D.... Fix grammatical error in intro.rst (#9316)
2023-02-09  Mike Bayerpin sphinx-copybutton and change config
2023-02-01  Mike Bayerfix late-eval example
2023-01-30  Mike Bayeruse scalars().one() for count migration
2023-01-28  Mike BayerCorrect #7664 to include DropSchema
2023-01-26  Mike Bayerfix incorrect use of testing.future()
2023-01-25  Mike Bayerdisable new tox 4.4.0 feature
2023-01-25  mike bayerMerge "reflect Oracle ROWID" into rel_1_4
2023-01-24  Mike Bayerreflect Oracle ROWID
2023-01-24  Mike Bayerfix stringify for CreateSchema
2023-01-23  ShanRun bracket interpretation for reflection
2023-01-17  Mike Bayermypy plugin fixes
2023-01-16  Mike Bayerapply changelog note for change of column loader options
2023-01-15  Mike Bayerfix orm-header for standalone
2023-01-12  Federico CaselliRemove missing doc section
2023-01-12  mike bayerMerge "add with_loader_criteria() test for #8064 /...
2023-01-12  Federico CaselliMove docs in mysql dbapi
2023-01-12  Mike Bayeradd with_loader_criteria() test for #8064 / #9091
2023-01-11  Mike Bayerfix ORM support for column-named bindparam() in crud...
2023-01-09  Mike Bayerremove misleading line in post_update
2023-01-05  mike bayerMerge "include parsed col length field as integer from...
2023-01-04  Michael Gorven[asyncpg] Extract rowcount for SELECT statements
2023-01-04  Mike Bayerinclude parsed col length field as integer from mysql...
2023-01-03  Mike BayerVersion 1.4.47 placeholder
2023-01-03  Mike Bayer- 1.4.46 rel_1_4_46
2023-01-03  Mike Bayerupdate wording
2023-01-03  Mike Bayerchangelog updates
2023-01-03  Mike Bayerhappy new year 2023
2023-01-03  Mike Bayerlink to with_variant() narrative from API doc
2023-01-03  mike bayerMerge "add uber warning for 1.4" into rel_1_4
2023-01-03  Mike Bayerrepair underline levels in 20 migration doc
2023-01-02  Mike Bayeradd uber warning for 1.4
2022-12-29  Lele GaifaxRectify reference to class LambdaElement, misnamed...
2022-12-28  Mike Bayernote that 2.0 has behavioral changes outside of the...
2022-12-28  Mike Bayerchangelog adjustments
2022-12-28  Mike Bayerensure whereclause, returning copied as tuples
2022-12-28  Federico CaselliCorrect URL import in docs
2022-12-27  mike bayerMerge "pass more contextual information to PyWrapper...
2022-12-27  Mike Bayerdont prefix ssl args with "ssl" in the ssl dict
2022-12-27  Mike Bayerpass more contextual information to PyWrapper param...
2022-12-22  Mike Bayerexpand out Index if passed to "constraint"
2022-12-20  mike bayerMerge "add joins_implicitly to column_valued()" into...
2022-12-20  Mike Bayeradd joins_implicitly to column_valued()
2022-12-20  asimfarooq5Add MACCADDR8 for PGCompiler
2022-12-19  Mike Bayeradd exclusion for unusual chars in column names
2022-12-17  Mike Bayerdont call platform.architecture()
2022-12-15  Mike Bayerimplement literal_binds with expanding + bind_expression
2022-12-14  mike bayerMerge "catch all BaseException in pool and revert faile...
2022-12-13  Mike Bayercheck index_list pragma for number of columns returned
2022-12-13  Mike Bayercatch all BaseException in pool and revert failed checkouts
2022-12-11  Mike Bayeradd color directives
2022-12-11  Mike Bayeradjust for tox changes to passenv
2022-12-11  mike bayerMerge "Specify view columns in HasTableTest" into rel_1_4
2022-12-10  Mike BayerVersion 1.4.46 placeholder
2022-12-10  Mike Bayer- 1.4.45 rel_1_4_45
2022-12-10  Mike Bayerchangelog edits for 1.4.45
2022-12-09  Gord ThompsonSpecify view columns in HasTableTest
2022-12-09  mike bayerMerge "look out for extras=None in freeze" into rel_1_4
2022-12-09  Mike Bayerlook out for extras=None in freeze
2022-12-09  Federico CaselliBetter syncronize async result docs with plain ones.
2022-12-07  Mike BayerOracle COLUMN_VALUE is a column name, not a keyword
2022-12-06  Mike Bayerrepair memusage tox under python 2
2022-12-05  Mike Bayerchangelog updates
2022-12-05  Mike Bayeradjustments for unreliable gc
2022-12-05  mike bayerMerge "Fixed an invalid syntax in an except statement...
2022-12-05  j00356287doc change - Add new external dialect for openGauss
2022-12-05  wiseaidevFixed an invalid syntax in an except statement
2022-12-03  Jonathan VanascoReturned "GitHub Actions" support for py27 and py36...
2022-12-02  Mike Bayeradd spaces, leading underscore to oracle checks
2022-12-02  Mike BayerRevert "Returned Github Actions support for py27 and...
2022-12-02  jonathan vanascoReturned Github Actions support for py27 and py36.
2022-12-02  mike bayerMerge "Fix positional compiling bugs" into rel_1_4
2022-12-01  Federico CaselliFix positional compiling bugs
2022-11-30  Michael Gorven[sqlite] Reflect DEFERRABLE and INITIALLY options for...
2022-11-29  Jason MyersAdd PyAthena Dialect (#8898)
2022-11-29  Tobias Pfeifferadd partial index predicate to SQLiteDialect.get_indexe...
2022-11-27  mike bayerMerge "improve column targeting issues with query_expre...
2022-11-27  Gord ThompsonAdd recommendation for URL.create() re: escaping
2022-11-26  Mike Bayeradd new variation helper
2022-11-26  Mike Bayerimprove column targeting issues with query_expression
2022-11-26  Mike Bayersort for addresess relationship in new merge test
2022-11-26  mike bayerMerge "avoid putting annotated columns in sets" into...
2022-11-26  mike bayerMerge "assert unique constraints received back" into...
2022-11-25  mike bayerMerge "add "merge" to viewonly cascades; propagate...
2022-11-24  Mike Bayerassert unique constraints received back
2022-11-24  Michael GorvenFix reflection of constraints in attached schemas
2022-11-24  Mike Bayeradd "merge" to viewonly cascades; propagate NO_RAISE...
2022-11-23  Mike Bayerflake8 has very courteously referred us to another...
next