summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/assertsql.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-0/+8
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-0/+8
* | Clean up most py3k compatFederico Caselli2021-11-241-2/+1
|/
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-7/+24
* fully implement future engine and remove legacyMike Bayer2021-11-071-4/+7
* rewrite _extra_criteria in selectinload; propagate correctly to LoadMike Bayer2021-08-171-3/+21
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+5
* happy new yearMike Bayer2021-01-041-1/+1
* make URL immutableMike Bayer2020-08-251-1/+1
* Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-2/+4
|\
| * normalize execute style for events, 2.0Mike Bayer2020-08-201-2/+4
* | Implement DDL visitor for PG ENUM with schema translate supportMike Bayer2020-08-191-2/+2
|/
* ORM executemany returningMike Bayer2020-06-271-0/+8
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+3
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+3
* Deprecate add of columns in order by with distinctFederico Caselli2020-03-251-3/+6
* Convert schema_translate to a post compileMike Bayer2020-03-241-7/+9
* happy new yearMike Bayer2020-01-011-1/+1
* Test fixture improvementsMike Bayer2019-11-111-4/+11
* Remove unnecessary util.callable usageSteven Loria2019-09-091-1/+1
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-3/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-6/+7
* Run black -l 79 against all source filesMike Bayer2019-01-061-68/+80
* happy new yearMike Bayer2018-01-121-1/+1
* selectin polymorphic loadingMike Bayer2017-06-051-13/+35
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-2/+7
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-3/+14
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-2/+8
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-283/+237
* - rework the assert_sql system so that we have a context manager to work with,Mike Bayer2014-12-071-25/+67
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-20/+26
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-1/+20
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+5
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-0/+2
* - preparing for #695, modernize constraint/index testsMike Bayer2013-01-161-4/+9
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-1/+8
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-8/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+316