summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-052-4/+7
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-1/+1
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-081-1/+1
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* | Add **kw support to DeclarativeMeta.__init__EwenGillies2020-07-061-1/+1
|/
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-12/+7
* Fix a wide variety of typos and broken linksaplatkouski2020-06-256-19/+19
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+0
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+0