-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all,

i'm using sa 0.3.9 from svn for the new last_inserted_ids functionality.

after upgrading from official 0.3.8 i have encountered the following
problem:

since i'm calling a select statement using whereclause with bindparams,
its execution depends on a dictionary of fields to compare with.

in 0.3.8, only the bound fields would be considered in the whereclause,
while other keys in that dictionary were ignored. this is the behaviour
i understood will be in 0.4, instead of select_by.

in 0.3.9, all the field-value pairs in the execute dictionary are being
considered part of the where with checking for equality, with no reason.

a more severe form of this problem raises, where i wish to use an update
sentence with both where clause and values, receiving bindparam. then, i
definitely would use a dictionary in execute for values and where
conditions, according to their bindings, but i have only one dictionary
in execute.

best regards,

alex
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRpLNZNpwN1sq38njAQL/IgQAlu1dKYK2sx6OfsuKwngW9t6/IlFVVyny
hmtR+IpyjgTQzzzagLBick5Gqvpn/LdJLUbY8HKy33To+VfgyMpBeWgxoR1qC9z2
kd1nbNVfZhBN7Eqm0G2LX+PR0/pkJrPNCPGVdKgY0c5obDTiirEPH/mTJBbycJAO
0zfAyXTj3ZY=
=QwRP
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to