summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust for mypy incremental behaviorsMike Bayer2021-04-056-654/+831
* Add DeclarativeMeta to globalsMike Bayer2021-03-313-31/+67
* support as_declarative, as_declarative_baseMike Bayer2021-03-252-39/+88
* Add support for Boolean, EnumMike Bayer2021-03-211-12/+30
* Merge "check for MemberExpr looking for column argument"mike bayer2021-03-181-1/+1
|\
| * check for MemberExpr looking for column argumentMike Bayer2021-03-181-1/+1
* | Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-5/+9
|/
* Merge "Implement Mypy plugin"mike bayer2021-03-145-0/+1478
|\
| * Implement Mypy pluginMike Bayer2021-03-135-0/+1478
* | Link to state, not object, for mutable extensionMike Bayer2021-03-091-9/+14
|/
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-11/+11
* add missing copyright to asyncio filesMike Bayer2021-03-026-0/+42
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+12
* Add reflection_options to automapbase.prepare()Gord Thompson2021-02-251-2/+12
* Detect non async driver on engine creationFederico Caselli2021-02-061-0/+5
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-242-3/+3
* Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-1/+0
* Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-141-6/+10
* Improve ``run_sync`` documentation in asyncio extFederico Caselli2021-01-072-0/+20
* Implement connection binding for AsyncSessionMike Bayer2021-01-073-6/+126
* happy new yearMike Bayer2021-01-0413-13/+13
* Repair async test refactorMike Bayer2021-01-021-1/+1
* Add support for AsyncSession.get()Mike Bayer2020-12-271-0/+24
* implement sessionmaker.begin(), scalar() for async sessionMike Bayer2020-12-261-0/+39
* Improved PEP-484 for AsyncSession.run_syncMichael Oliver2020-12-161-2/+5
* Use .expression accessor for hybrid exampleMike Bayer2020-12-151-1/+2
* Remove autoload=True referencesGord Thompson2020-12-121-1/+1
* add aiomysql supportMike Bayer2020-12-101-3/+10