]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
"count" label changed to "rowcount", and default "count" argument is first pk col...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jun 2006 15:20:35 +0000 (15:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jun 2006 15:20:35 +0000 (15:20 +0000)
commit8f2d194b20a8efa802362ee9cc27bc44438426e8
tree9cb6bd6bf865d48d3834413b949e0a7f3791988d
parent8b67ee61c749ed5638c91312875a88a207ef2da6
"count" label changed to "rowcount", and default "count" argument is first pk col of the table or the first col if no pks
lib/sqlalchemy/sql.py