summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+1
* Clean up most py3k compatFederico Caselli2021-11-245-22/+14
* Remove object in class definitionFederico Caselli2021-11-228-22/+22
* handle dunder names in @declared_attr separatelyMike Bayer2021-11-172-1/+19
* fully implement future engine and remove legacyMike Bayer2021-11-072-52/+2
* First round of removal of python 2Federico Caselli2021-11-011-23/+4
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-3/+16
* process bulk_update_tuples before cache key or compilationMike Bayer2021-10-191-4/+0
* Add documentation on how to use the events with asyncioFederico Caselli2021-10-082-0/+46
* fix(6435): support `MemberExpr` for enum column declarationHiroshi Ogawa2021-10-051-1/+1
* Add missing methods added in :ticket:`6991`Federico Caselli2021-09-281-0/+3
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-4/+8
* Add scalars method to connection and session classesMiguel Grinberg2021-09-142-0/+103
* Added loader options to session.merge, asyncsession.mergeDaniel Stone2021-09-021-4/+38
* add asyncio.gather() example; add connection optsMike Bayer2021-09-021-2/+7
* remove async session slotsMike Bayer2021-09-011-8/+0
* Merge "Allow custom sync session class in ``AsyncSession``."mike bayer2021-08-301-3/+49
|\
| * Allow custom sync session class in ``AsyncSession``.Federico Caselli2021-08-301-3/+49
* | Improve error message when inspecting async proxiesFederico Caselli2021-08-302-0/+28
|/
* Merge "dont assume argument lists for column property"mike bayer2021-08-282-7/+27
|\
| * dont assume argument lists for column propertyMike Bayer2021-08-272-7/+27
* | Handle mappings passed to ``execution_options``.Federico Caselli2021-08-261-2/+15
|/
* ensure "sqlalchemy" info set for all considered classesMike Bayer2021-08-252-0/+7
* Merge "Deprecate scoped_session usage with async sessions"mike bayer2021-08-232-0/+4
|\
| * Deprecate scoped_session usage with async sessionsFederico Caselli2021-07-282-0/+4
* | Merge "Refactor mypy plugin"mike bayer2021-08-076-312/+410
|\ \ | |/ |/|
| * Refactor mypy pluginBryan Forbes2021-08-076-312/+410
* | accommodate plain core textual statementsMike Bayer2021-07-271-3/+5
* | Documentation improvementsFederico Caselli2021-07-201-0/+9
|/
* Replace all http:// links to https://Federico Caselli2021-07-0425-29/+29
* have automap suppress overlaps warning for mapped secondaryMike Bayer2021-06-251-0/+9
* accommodate no cls info found in _scan_declarativeMike Bayer2021-06-212-1/+6
* Implement async_scoped_sessionjason3gb2021-06-162-0/+102
* Implement proxy back reference system for asyncioMike Bayer2021-06-024-37/+177
* Removed automap deprecation warningjason3gb2021-05-251-1/+1
* Clarify close for sync / async sessionMike Bayer2021-05-241-1/+27
* Ensure extended instrumentation is fully disposedMike Bayer2021-05-201-4/+4
* Remove pep484 type comments from the codeFederico Caselli2021-05-164-117/+41
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+3
* unify transactional context managersMike Bayer2021-05-053-21/+16
* Re-infer statements that got more specific on subsequent passMike Bayer2021-04-203-32/+103
* Fixed ``instrument_declarative`` registry call.Federico Caselli2021-04-171-3/+3
* Fix OrderingList handlingBryan Forbes2021-04-131-0/+22
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-126-215/+382
* Merge "Fix typo that prevented setting the ``bind`` attribute of an :class:`_...mike bayer2021-04-121-1/+1
|\
| * Fix typo that prevented setting the ``bind``Federico Caselli2021-04-101-1/+1
* | Update mypy plugin to only use public plugin APIBryan Forbes2021-04-096-35/+40
|/
* Support `TypeDecorator` subclasses in `Column()` declarationsBryan Forbes2021-04-081-6/+9
* Check for hybrid's attribute name and support no nameMike Bayer2021-04-071-1/+40
* Accommodate for callable fns for collection_classMike Bayer2021-04-061-5/+28