Hello, I am modifying Alexander Houben's Sybase module in order to get SQLAlchemy working with Sybase Adaptive Server Enteprise. I am using Python 2.6, Pylons and Sybase OCS 12.5, with both mxODBC and pyodbc. So far, I have had some success with reflecting tables and issuing basic queries. However, when I filter my queries, integer values are quoted and this causes an error with Sybase since it doesn't support implicit conversions from varchar to int. Could you please tell me what change I would have to make in order to not quote integer values in my modified module?
Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
