Re: [sqlalchemy] Could not locate column in row for column

2014-02-13 Thread Igal Kreimer
updated pymysql to version 0.6.1 and it worked for me. thx alot 2014-02-12 19:27 GMT+02:00 Michael Bayer : > And you updated pymysql? Or no? > > Sent from my iPhone > > On Feb 12, 2014, at 10:56 AM, Igal Kreimer wrote: > > yes it does. exactly the same problem, co

Re: [sqlalchemy] Could not locate column in row for column

2014-02-12 Thread Igal Kreimer
.py", line 317, in _key_fallback sqlalchemy.exc.NoSuchColumnError: "Could not locate column in row for column 'a.id'" 2014-02-12 16:26 GMT+02:00 Michael Bayer : > > On Feb 12, 2014, at 4:49 AM, Igal Kreimer wrote: > > > Hello sqlalchemy team. > > &g

[sqlalchemy] Could not locate column in row for column

2014-02-12 Thread Igal Kreimer
Hello sqlalchemy team. im a new user to the alchemy, and doing the tutorial on ur site. ran ur tutorial on adding information to databases and querying against a virtual db (sqlite in memory) after i thought i got that, i tried testing against a real db - mysql db. im using the driver of pymy