are you using FreeTDS ?  there's a known issue with FreeTDS and SQLA 0.5.


Michael Mileusnich wrote:
> I am still having issues with pyodbc on Python 2.6.
>
> Platform: Windows XP SP3 32 bit
> Python 2.6
> SQLAlchemy 0.5.3
> pyodbc 2.1.3
>
> When I use SQL-Lite, my tables are created and all my data is inserted.
> When I use MS SQL, the tables get created but my data will not insert.
>
> Here is my session:
>
> Session = scoped_session(sessionmaker(bind=engine, autoflush=False,
> autocommit=True))
>
> Any ideas?
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
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