summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/assertions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-4/+4
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-8/+22
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+3
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+5
* ORM executemany returningMike Bayer2020-06-271-0/+4
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-3/+0
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-4/+0
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-3/+5
* Performance fixes for new result setMike Bayer2020-05-211-1/+3
* Update transaction / connection handlingMike Bayer2020-05-171-6/+4
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-1/+0
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-2/+2
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-1/+2
* Convert schema_translate to a post compileMike Bayer2020-03-241-0/+8
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-0/+1
* Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+2
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-21/+61
* Repair inline flagMike Bayer2020-02-221-0/+3
* Deprecate connection branchingMike Bayer2020-02-211-0/+4
* Do away with pool._refsMike Bayer2020-02-011-44/+2
* happy new yearMike Bayer2020-01-011-1/+1