]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Repair CTE a in b tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2020 18:28:54 +0000 (14:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2020 18:30:12 +0000 (14:30 -0400)
commit6d45f8b52243464f8f073ca8e69973f94e7f48a6
tree5e0e34e67986c649119eb125f8826dfd9add6495
parentacc1b0614e22224680707099cf741f83de60e85f
Repair CTE a in b tests

In I27cac9bd265c86ff2a3381ff9f844f60ef991cfc we modernized
the default tests and converted the "a in b" CTE tests to combinations,
however apparently the existing tests were not testing all
combinations and had repeats instead.   The combinations
decorator has made this much easier to spot, so use
the correct combinations that were originally intended.

Change-Id: Icd904887bff00c31525497d0b1508fabaf052dc9
(cherry picked from commit 046934083bbf0193e29c990bed0527fdac56f9a8)
test/sql/test_defaults.py