[sqlalchemy] Re: Very odd utf8 problem

2009-10-10 Thread Yo'av Moshe
Any ideas? I still don't understand why the query is failing even when I'm using a unicode object. Yo'av 2009/10/8 Yo'av Moshe bje...@gmail.com Thanks, I didn't know about that awful IPython bug... I checked, and apparently my website is already doing the SA query with a unicode object and

[sqlalchemy] Re: Very odd utf8 problem

2009-10-10 Thread Michael Bayer
On Oct 10, 2009, at 3:43 AM, Yo'av Moshe wrote: Any ideas? I still don't understand why the query is failing even when I'm using a unicode object. whats the error ? EOF in multi-line statement ? thats not a SQLAlchemy error message. what happens when you try SQLA 0.5.6 (perhaps

[sqlalchemy] Re: postgresql CREATE SCHEMA statement does not create schema

2009-10-10 Thread Faheem Mitha
On Fri, 9 Oct 2009 22:34:11 -0400, Michael Bayer mike...@zzzcomputing.com wrote: On Oct 9, 2009, at 7:35 PM, Faheem Mitha wrote: Can you explain why removing the SET search_path TO public; string makes a commit happen? You also say that string you have will not trip off SQLA's autocommit

[sqlalchemy] Re: postgresql CREATE SCHEMA statement does not create schema

2009-10-10 Thread Michael Bayer
On Oct 10, 2009, at 1:35 PM, Faheem Mitha wrote: On Fri, 9 Oct 2009 22:34:11 -0400, Michael Bayer mike...@zzzcomputing.com wrote: On Oct 9, 2009, at 7:35 PM, Faheem Mitha wrote: Can you explain why removing the SET search_path TO public; string makes a commit happen? You also say that