summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* debug 5workflow_test_fooMike Bayer2020-09-111-0/+2
* debugMike Bayer2020-09-111-5/+12
* remote debuggingMike Bayer2020-09-111-6/+6
* remote debuggingMike Bayer2020-09-111-21/+12
* remote debugging continuedMike Bayer2020-09-111-4/+16
* try to debug failing test on github workersMike Bayer2020-09-111-0/+9
* Attempt to strengthen gc testMike Bayer2020-09-111-0/+2
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-1015-1631/+8105
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-0811-105/+115
* Add caveat re: with_expression and already-loaded objectMike Bayer2020-09-021-0/+32
* Merge "Add support for classical mapping of dataclasses"mike bayer2020-09-012-1/+228
|\
| * Add support for classical mapping of dataclassesVáclav Klusák2020-09-012-1/+228
* | Merge "Provide a more detailed error message for Query.join()"mike bayer2020-09-011-1/+39
|\ \ | |/ |/|
| * Provide a more detailed error message for Query.join()RamonWill2020-08-311-1/+39
* | Merge "Include PostgreSQL in trigger test and correct documentation example"mike bayer2020-08-311-5/+46
|\ \
| * | Include PostgreSQL in trigger test and correct documentation exampleRamonWill2020-08-311-5/+46
* | | Support extra / single inh criteria with ORM update/deleteMike Bayer2020-08-301-0/+197
* | | Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-3010-43/+43
|\ \ \ | |/ / |/| |
| * | internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-2910-43/+43
| |/
* | Update connection docs for migrating off of nestingMike Bayer2020-08-291-24/+76
* | See if the future is hereMike Bayer2020-08-281-17/+10
* | More descriptive error for non-mapped string prop namejonathan vanasco2020-08-251-1/+38
|/
* Merge "Add support for identity columns"mike bayer2020-08-211-0/+85
|\
| * Add support for identity columnsFederico Caselli2020-08-191-0/+85
* | Merge "Raise UnmappedInstanceError if the attribute of a database object is a...mike bayer2020-08-201-0/+20
|\ \ | |/ |/|
| * Raise UnmappedInstanceError if the attribute of a database object is an unmap...RamonWill2020-08-131-0/+20
* | Merge "Create a real type for Tuple() and handle appropriately in compiler"mike bayer2020-08-171-0/+31
|\ \
| * | Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+31
* | | Merge "Bump minimum MySQL version to 5.0.2; use all-numeric server version"mike bayer2020-08-172-2/+4
|\ \ \
| * | | Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-162-2/+4
| |/ /
* | | Merge "Test execution_options on Query object before compilation"mike bayer2020-08-171-0/+19
|\ \ \ | |/ / |/| |
| * | Test execution_options on Query object before compilationRamonWill2020-08-131-0/+19
| |/
* | Merge "Implement rudimentary asyncio support w/ asyncpg"mike bayer2020-08-141-0/+1
|\ \
| * | Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+1
| |/
* | Further fixes for ticket 5470Mike Bayer2020-08-131-0/+95
|/
* base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__Mike Bayer2020-08-061-0/+133
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-056-0/+1166
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-053-82/+72
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-019-310/+504
* Merge "Imply `sync_backref` flag in a viewonly relationship"mike bayer2020-07-291-60/+26
|\
| * Imply `sync_backref` flag in a viewonly relationshipFederico Caselli2020-07-071-60/+26
* | Ensure _distinct_on removed within from_selectableMike Bayer2020-07-201-0/+94
* | Repair test modified in 5de0f1cf50cc0170d8eMike Bayer2020-07-161-0/+5
* | Correct mock call from 5de0f1cf50Mike Bayer2020-07-121-1/+1
* | Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-1110-253/+1464
* | Repair change of "future_select" caught in merge conflictMike Bayer2020-07-081-7/+7
* | Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-0840-376/+348
|\ \ | |/ |/|
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-0840-376/+348
* | ensure we unwrap desc() /label() all the way w/ order byMike Bayer2020-07-071-0/+15
* | Ensure synchronize_session works with lambda statementsMike Bayer2020-07-051-0/+149
|/