summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/assertions.py
Commit message (Expand)AuthorAgeFilesLines
* use clone, not constructor, in BindParameter.render_literal_execute()Mike Bayer2023-03-221-0/+4
* add set_shard_id() loader option for horizontal shardMike Bayer2023-01-251-11/+12
* fix stringify for CreateSchemaMike Bayer2023-01-241-0/+2
* happy new year 2023Mike Bayer2023-01-031-1/+1
* fix construct_params() for render_postcompile; add new APIMike Bayer2022-12-081-3/+23
* Fix positional compiling bugsFederico Caselli2022-12-011-3/+61
* ensure anon_map is passed for most annotated traversalsMike Bayer2022-11-111-0/+11
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-281-0/+31
* Merge "create new approach for deeply nested post loader options" into mainmike bayer2022-06-181-1/+1
|\
| * create new approach for deeply nested post loader optionsMike Bayer2022-06-181-1/+1
* | Merge "rearchitect reflection for batched performance" into mainFederico Caselli2022-06-181-10/+20
|\ \ | |/ |/|
| * rearchitect reflection for batched performanceFederico Caselli2022-06-181-10/+20
* | Revert "add auto_recurse option to selectinload, immediateload"Mike Bayer2022-06-161-1/+1
|/
* add auto_recurse option to selectinload, immediateloadMike Bayer2022-06-111-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* dont test squelched warnings against the filterMike Bayer2022-01-231-0/+2
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-5/+54
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-7/+3
* replace Variant with direct feature inside of TypeEngineMike Bayer2021-12-291-0/+4
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+9
* Clean up most py3k compatFederico Caselli2021-11-241-29/+10
* Remove object in class definitionFederico Caselli2021-11-221-6/+6
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-3/+7
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-5/+1
* deprecation warnings: with_parent, aliased, from_joinpointMike Bayer2021-10-271-1/+1
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-41/+64
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* init extra_criteria_entities in fromstatement w/ DMLMike Bayer2021-06-071-4/+4
* delete exception traceback in _expect_raisesMike Bayer2021-06-021-0/+7
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+3
* Remove internal use of string attr in loader optionMike Bayer2021-03-231-3/+14
* Ensure all Query statements compile w/ orm, fix test harnessMike Bayer2021-03-051-5/+3
* Revert AppenderQuery modifications from ORMMike Bayer2021-02-251-3/+0
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-051-0/+4
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-0/+3
* fix double is_none()Mike Bayer2021-01-141-8/+4
* Merge "reinvent xdist hooks in terms of pytest fixtures"mike bayer2021-01-141-0/+8
|\
| * reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-0/+8
* | Implement connection binding for AsyncSessionMike Bayer2021-01-071-0/+4
|/
* happy new yearMike Bayer2021-01-041-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-2/+2
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-1/+56
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+6
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-3/+3
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-2/+10
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-2/+10
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-3/+5
* | make URL immutableMike Bayer2020-08-251-1/+1
|/