summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-106-6096/+54
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-084-21/+21
* Fix a mis-reference in create_async_engine().Fantix King2020-08-311-0/+10
* Fix AsyncEngine connect() bug when pool is exhaustedFantix King2020-08-311-0/+12
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-302-6/+6
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-292-6/+6
* | See if the future is hereMike Bayer2020-08-281-4/+2
* | Raise NotImplemenedError for association proxy __clause_element__Mike Bayer2020-08-271-0/+18
|/
* Make discriminator column used by ConcreteBase configurableJesse Bakker2020-08-171-0/+35
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-133-0/+540
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-2/+2
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-655/+0
* Limit init_subclass test above python 3.6Mike Bayer2020-07-081-1/+1
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-082-19/+23
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-082-19/+23
* | Add **kw support to DeclarativeMeta.__init__EwenGillies2020-07-061-0/+28
|/
* introduce deferred lambdasMike Bayer2020-07-031-7/+35
* Remove _generate_path_cache_key()Mike Bayer2020-06-291-4/+5
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-10/+52
* Convert bulk update/delete to new execution modelMike Bayer2020-06-062-19/+169
* callcount reductions and refinement for cached queriesMike Bayer2020-05-283-18/+45
* Revert 903b18828461bb8cb8dca4acc56809b3df2b14d5Mike Bayer2020-05-251-3/+3
* Small callcount reductions and refinement for cached queriesMike Bayer2020-05-251-3/+3
* Convert execution to move through SessionMike Bayer2020-05-252-78/+204
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-243-14/+16
* Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-2/+2
* Integrate new Result into ORM queryMike Bayer2020-05-022-19/+28
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+3
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-155-18/+21
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-071-16/+91
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-1/+1
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-0/+85
* Remove support for python 3.4Federico Caselli2020-03-301-1/+1
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-5/+9
* Open up check for relationships that write to the same columnMike Bayer2020-02-272-5/+12
* Add pyprojectFederico Caselli2020-01-271-6/+8
* Add keywords to MutableList.sort()Mike Bayer2020-01-231-0/+24
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-1/+1
* Alter unique bound parameter key on deserializeMike Bayer2020-01-101-3/+55
* Source base cleanupsMike Bayer2020-01-011-8/+5
* Fix test failures under WindowsFederico Caselli2019-12-311-0/+3
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-222-4/+4
* Don't apply aliasing + adaption for simple relationship joinsMike Bayer2019-12-191-1/+0
* Generalize DescriptorProps.uses_objectsMike Bayer2019-11-231-2/+71
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+1
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-0/+108
* Implement raiseload for deferred columnsMike Bayer2019-10-161-1/+1
* Add result map targeting for custom compiled, text objectsMike Bayer2019-10-071-5/+49