]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove the clever approach w/ dialect events, and remove the need
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Jan 2015 23:22:00 +0000 (18:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Jan 2015 23:22:00 +0000 (18:22 -0500)
commit7b102eeaee12265a2c4f4f5619827178d379d210
tree23a43f2c2b68276472cb1e75a65858b79b7536aa
parenta33c250da273ba9b1c62b5ba6d99914870155faf
- remove the clever approach w/ dialect events, and remove the need
for a for-loop through an empty tuple.   we add one more local flag
to handle the logic without repetition of dialect.do_execute()
calls.
lib/sqlalchemy/engine/base.py