summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-10/+3
* Merge "add aiomysql support"mike bayer2020-12-081-3/+10
|\
| * add aiomysql supportMike Bayer2020-12-081-3/+10
* | Detect non compatible execution in async modeFederico Caselli2020-12-081-0/+3
|/
* Allow MetaData as the target for column_reflect eventMike Bayer2020-11-181-0/+30
* Convert to autoload_with internallyMike Bayer2020-11-071-1/+0
* Deprecate bound metadataMike Bayer2020-10-121-6/+47
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-104-48/+233
* upgrade to black 20.8b1Mike Bayer2020-09-287-25/+18
* Complete deprecation of from_self()Mike Bayer2020-09-181-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-2/+2
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-106-2066/+499
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-082-5/+5
* Fix a mis-reference in create_async_engine().Fantix King2020-08-311-1/+1
* See if the future is hereMike Bayer2020-08-281-1/+1
* Raise NotImplemenedError for association proxy __clause_element__Mike Bayer2020-08-271-0/+6
* Make discriminator column used by ConcreteBase configurableJesse Bakker2020-08-171-6/+31
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-136-0/+1471
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-3/+2