[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-25 Thread Lukasz Szybalski
On Jan 17, 2008 3:27 PM, Rick Morrison [EMAIL PROTECTED] wrote: Adodbapi is Windows-only, you're definitely barking up the wrong tree with that one. Pyodbc on Linux is theoretically possible, but I know of no users and have very little experience myself with it. Pymssql is supported on

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-24 Thread Frank Wierzbicki
On Jan 19, 2008 6:48 PM, jason kirtland [EMAIL PROTECTED] wrote: I just added it to trunk in r4072 and the transform is also easily extractable can be run independently. Nothing too fancy, just rewrites @decorators for 2.3. No generator transforms. For use in SA, there's a new

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-19 Thread Frank Wierzbicki
On Jan 17, 2008 4:35 PM, jason kirtland [EMAIL PROTECTED] wrote: I've got a local branch going to formalize the multi-driver support ease using SQLAlchemy on alternate VMs. Adding ODBC to a single-driver dialect in CPython was my step 1, next up is sqlite via JDBC for Jython, and then the

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-19 Thread jason kirtland
Frank Wierzbicki wrote: On Jan 17, 2008 4:35 PM, jason kirtland [EMAIL PROTECTED] wrote: I've got a local branch going to formalize the multi-driver support ease using SQLAlchemy on alternate VMs. Adding ODBC to a single-driver dialect in CPython was my step 1, next up is sqlite via JDBC

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-19 Thread Frank Wierzbicki
On Jan 19, 2008 1:00 PM, jason kirtland [EMAIL PROTECTED] wrote: Frank Wierzbicki wrote: I'm not too far yet with Jython- still working on CPython issues. This weekend I plan to check in a tool that converts the test suite source into 2.3-compatible syntax, enabling testing with the Jython

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-19 Thread jason kirtland
Frank Wierzbicki wrote: On Jan 19, 2008 1:00 PM, jason kirtland [EMAIL PROTECTED] wrote: Frank Wierzbicki wrote: I'm not too far yet with Jython- still working on CPython issues. This weekend I plan to check in a tool that converts the test suite source into 2.3-compatible syntax, enabling

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-17 Thread Rick Morrison
Adodbapi is Windows-only, you're definitely barking up the wrong tree with that one. Pyodbc on Linux is theoretically possible, but I know of no users and have very little experience myself with it. Pymssql is supported on Linux, and it works within certain restrictions (30 char identifier

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-17 Thread Rick Morrison
Wow, sweet! That is going to be a *huge* addition. Let me know when you're close enough to do some MSSQL testing. Rick On Jan 17, 2008 4:35 PM, jason kirtland [EMAIL PROTECTED] wrote: Rick Morrison wrote: Adodbapi is Windows-only, you're definitely barking up the wrong tree with that

[sqlalchemy] Re: msqsql and sqlalchemy on linux -was Re: mssql connection uri

2008-01-17 Thread jason kirtland
Rick Morrison wrote: Adodbapi is Windows-only, you're definitely barking up the wrong tree with that one. Pyodbc on Linux is theoretically possible, but I know of no users and have very little experience myself with it. Pymssql is supported on Linux, and it works within certain