On Nov 7, 2007, at 11:05 AM, jason kirtland wrote:

>
> Michael Bayer wrote:
>> On Nov 7, 2007, at 6:01 AM, klaus wrote:
>>
>>> This is strange. I had problems reproducing the bug for a long time
>>> and was now quite happy that I succeeded.
>>>
>>> Yes, I'm using PostgreSQL 8.1.5 and psycopg2. And I still see the
>>> behavior that I reported. That should narrow the problem down to
>>> something in my local setup... I'm sorry for wasting your time.
>>>
>>
>> are you on release 0.4.0 ?  attached is the full script i was  
>> using, i
>> moved the tables around so that I could use drop_all()/create_all().
>> Additionally, I just remembered that there are often dictionary-
>> ordering related issues which will occur on linux but not OSX (which
>> is my normal platform).   So I'll try on linux later today...or if
>> anyone else wants to run the attached script with PG, SA0.4 and a
>> linux machine that would be helpful.
>
> I can reproduce this on Linux- 0.4.0 and trunk, any Python version.

what happens if you change the create_engine to:

engine = create_engine('sqlite://', echo=True, paramstyle="named")

that doesnt reproduce for me on linux.  i find it hard to believe its  
a bug within the PG dialect itself....building PG on my linux box now.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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