summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert bulk update/delete to new execution modelMike Bayer2020-06-062-73/+27
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-312-6/+5
* callcount reductions and refinement for cached queriesMike Bayer2020-05-282-52/+50
* Revert 903b18828461bb8cb8dca4acc56809b3df2b14d5Mike Bayer2020-05-251-7/+30
* Small callcount reductions and refinement for cached queriesMike Bayer2020-05-251-30/+7
* Convert execution to move through SessionMike Bayer2020-05-252-185/+141
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-243-47/+80
* Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-2/+2
* Integrate new Result into ORM queryMike Bayer2020-05-022-11/+21
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-3/+3
* Set up absolute references for create_engine and relatedMike Bayer2020-04-142-7/+12
* Run search and replace of symbolic module namesMike Bayer2020-04-1411-115/+151
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-142-5/+1