]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move cte tests into their own test/sql/test_cte.py
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2012 16:42:47 +0000 (12:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2012 16:42:47 +0000 (12:42 -0400)
commit5771ae2ebf169b6daccac0c928013f98975e4c67
tree46a3f2266e0f376252538515f664ef994db8f570
parent7b1a1a66cd36fdfac6541e6b771fd6c849b0bd7d
- move cte tests into their own test/sql/test_cte.py
- rework bindtemplate system of "numbered" params by applying
the numbers last, as we now need to generate these out of order
in some cases
- add positional assertion to assert_compile
- add new cte_positional collection to track bindparams generated
within cte visits; splice this onto the beginning of self.positiontup
at cte render time, [ticket:2521]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/lib/testing.py
test/sql/test_compiler.py
test/sql/test_cte.py [new file with mode: 0644]