]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix - Order of records is not guaranteed
authorPat Buxton <patrick.buxton@tartansolutions.com>
Mon, 16 Apr 2018 14:06:13 +0000 (10:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Apr 2018 14:06:13 +0000 (10:06 -0400)
commit5d5b9fe63d6d416bf21969bd1c27c1e1a754a2d3
tree1e4df2b967e7512d1e63148eb3b4fe52316cd92a
parenta3473c08d35e2cce32b014519df5f774c0166cf1
Fix - Order of records is not guaranteed

 * Causes intermittent failure against Greenplum cluster
 * Tested using Greenplum dialact:
     https://github.com/PlaidCloud/sqlalchemy-greenplum

Change-Id: I6387e98f17a3667612fdaaadb27a08f79ec46398
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/440
lib/sqlalchemy/testing/suite/test_results.py