[sqlalchemy] Re: 0.6b1 and pymssql

2010-02-07 Thread Domingo Aguilera
I tried 0.8 with 0.6b1 but didn't work. Both 0.8 and 1.0.2 work with sqla 0.5.8 without problems. I began trying using pyodbc in ubuntu yesterday but can't even make it run unixodbc with freetds to reach a sqlserver . If someone has configuration tips ot make this work please let me know.

Re: [sqlalchemy] Re: 0.6b1 and pymssql

2010-02-07 Thread Michael Trier
Hi, On Feb 7, 2010, at 9:59 AM, Domingo Aguilera wrote: I tried 0.8 with 0.6b1 but didn't work. Both 0.8 and 1.0.2 work with sqla 0.5.8 without problems. I began trying using pyodbc in ubuntu yesterday but can't even make it run unixodbc with freetds to reach a sqlserver . If someone

[sqlalchemy] Re: 0.6b1 and pymssql

2010-02-07 Thread Domingo Aguilera
Tks Michael, I never saw the setup directive. Did you compile driver and setup by yourself or used the anything from a debian or rpm package? On Feb 7, 10:14 am, Michael Trier mtr...@gmail.com wrote: Hi, On Feb 7, 2010, at 9:59 AM, Domingo Aguilera wrote: I tried 0.8 with 0.6b1 but didn't

[sqlalchemy] Re: 0.6b1 and pymssql

2010-02-07 Thread Domingo Aguilera
Michael, I installed the tdsodbc package and now it's working in the ubuntu server. Tks a lot !! On Feb 7, 11:33 am, Domingo Aguilera domingo.aguil...@gmail.com wrote: Tks Michael, I never saw the setup directive.  Did you compile driver and setup by yourself or used the anything from a

Re: [sqlalchemy] Re: 0.6b1 and pymssql

2010-02-07 Thread Michael Trier
On Feb 7, 2010, at 12:52 PM, Domingo Aguilera wrote: Michael, I installed the tdsodbc package and now it's working in the ubuntu server. Tks a lot !! On Feb 7, 11:33 am, Domingo Aguilera domingo.aguil...@gmail.com wrote: Tks Michael, I never saw the setup directive. Did you compile

Re: [sqlalchemy] Re: 0.6b1 and pymssql

2010-02-06 Thread Michael Bayer
On Feb 5, 2010, at 10:34 PM, Domingo Aguilera wrote: I've been using pymssql for years. There's no special reason. If this means the end of pymssql in sqlalchemy I have no problem, I'll change to pyodbc. Thanks for your help. have you tried using the old version of pymssql then ?

[sqlalchemy] Re: 0.6b1 and pymssql

2010-02-05 Thread Domingo Aguilera
After r6731 File /home/smartics/myenv/src/sqlalchemy/lib/sqlalchemy/engine/ __init__.py, line 223, in create_engine return strategy.create(*args, **kwargs) File /home/smartics/myenv/src/sqlalchemy/lib/sqlalchemy/engine/ strategies.py, line 65, in create dialect =

Re: [sqlalchemy] Re: 0.6b1 and pymssql

2010-02-05 Thread Michael Bayer
On Feb 5, 2010, at 10:18 PM, Domingo Aguilera wrote: After r6731 File /home/smartics/myenv/src/sqlalchemy/lib/sqlalchemy/engine/ __init__.py, line 223, in create_engine return strategy.create(*args, **kwargs) File /home/smartics/myenv/src/sqlalchemy/lib/sqlalchemy/engine/

[sqlalchemy] Re: 0.6b1 and pymssql

2010-02-04 Thread Domingo Aguilera
What is the version of pymssql that worked with 0.6 ? On Feb 4, 7:12 am, Michael Bayer mike...@zzzcomputing.com wrote: On Feb 4, 2010, at 1:13 AM, Domingo Aguilera wrote: I am trying to use 0.6b1 with pymssql ( latest version 1.0.2 ).  For it I use create_engine with an uri like

Re: [sqlalchemy] Re: 0.6b1 and pymssql

2010-02-04 Thread Michael Bayer
Domingo Aguilera wrote: What is the version of pymssql that worked with 0.6 ? judging by what I see here, http://pymssql.sourceforge.net/ and http://sourceforge.net/projects/pymssql/files/, its anything from the pre-1.0 rewrite. But that's also from the 0.3/0.4 days. note the most recent