[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-09-28 Thread Ygor Lemos
it and help developing it on: https://github.com/ygbr/SQLasagna Thanks. On Aug 18, 7:44 am, Ygor Lemos opti...@gmail.com wrote: If anybody else is experiencing this same problem, I have opened a Bug Request @ SQLA Trac and you can follow it through here: http://www.sqlalchemy.org/trac/ticket

[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-18 Thread Ygor Lemos
If anybody else is experience the same problem, I have opened a Bug Request @ SQLA Trac, you can follow it through here: http://www.sqlalchemy.org/trac/ticket/2260 On Aug 18, 1:56 am, Ygor Lemos opti...@gmail.com wrote: Oh, sorry about that, I copied from a previous declaration I've been

[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-18 Thread Ygor Lemos
If anybody else is experiencing this same problem, I have opened a Bug Request @ SQLA Trac and you can follow it through here: http://www.sqlalchemy.org/trac/ticket/2260 On Aug 18, 1:56 am, Ygor Lemos opti...@gmail.com wrote: Oh, sorry about that, I copied from a previous declaration I've

[sqlalchemy] Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-17 Thread Ygor Lemos
Hi, I was trying to do a simple relate according to SqlSoup documentation, but this error keeps popping every time for every tables I try to relate even though the foreign keys are right and valid and a manual SQL join works normally: db.audits.relate('customer', db.customers) 2011-08-17

[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-17 Thread Ygor Lemos
reproduce your error using normal SQLAlchemy mappings + table reflection ?   Or at least trying Python 2 ? On Aug 17, 2011, at 3:53 PM, Ygor Lemos wrote: Hi, I was trying to do a simple relate according to SqlSoup documentation, but this error keeps popping every time for every

[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-17 Thread Ygor Lemos
error using normal SQLAlchemy mappings + table reflection ?   Or at least trying Python 2 ? On Aug 17, 2011, at 3:53 PM, Ygor Lemos wrote: Hi, I was trying to do a simple relate according to SqlSoup documentation, but this error keeps popping every time for every tables I try

[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-17 Thread Ygor Lemos
'users' Any ideas? Thanks! On Aug 17, 7:25 pm, Ygor Lemos opti...@gmail.com wrote: Seems fine to me :) I'll be happy to help on SQLSoup future. Please let me know if anyone on the list responds on behalf of this bug. I can help with further data if needed. Thanks Michael ! On Aug 17, 7

[sqlalchemy] Re: Weird error using SQLAlchemy 0.7.2, MySQL, Python3, SqlSoup and relate

2011-08-17 Thread Ygor Lemos
for your time. On Aug 18, 1:25 am, Michael Bayer mike...@zzzcomputing.com wrote: On Aug 17, 2011, at 10:15 PM, Ygor Lemos wrote: I tried the following for manually mapping the tables: #!/usr/bin/env python3 # -*- coding: utf-8 -*- from sqlalchemy import * from sqlalchemy import