Re: [sqlalchemy] Wrong parameter order for querying mapper class having column_property with limit

2014-05-01 Thread Çağatay Tengiz
Wow this was very fast! Thanks for your support. Best regards. Cagatay 1 Mayıs 2014 Perşembe 02:08:47 UTC+3 tarihinde Michael Bayer yazdı: > > this is issue: > > > https://bitbucket.org/zzzeek/sqlalchemy/issue/3038/compilers-that-apply-binds-in-select > > and resolved in master / rel_0_9 in 2a

Re: [sqlalchemy] Wrong parameter order for querying mapper class having column_property with limit

2014-04-30 Thread Michael Bayer
this is issue: https://bitbucket.org/zzzeek/sqlalchemy/issue/3038/compilers-that-apply-binds-in-select and resolved in master / rel_0_9 in 2a458680a49376b8a11b34. On Apr 30, 2014, at 3:45 PM, Çağatay Tengiz wrote: > Hello, > > Sqlalchemy Version : 0.9.4 > Engine : firebird+fdb > RDBMS : Fire

[sqlalchemy] Wrong parameter order for querying mapper class having column_property with limit

2014-04-30 Thread Çağatay Tengiz
Hello, Sqlalchemy Version : 0.9.4 Engine : firebird+fdb RDBMS : Firebird 2.5 I am trying to selected limited rows from a mapper class which contains column_property with limit. But number or rows returned is not what I expected. When I turned on debugging I realized that, SqlAlchemy is giving