FYI, specifying module=pyodbc didn't seem to help wrt the
ConcurrentModificationError. Didn't have very much time, had a (very)
quick look at the code in mssql.py, and at first sight, it would seem
that sane_rowcount is a global variable that is only set in the
use_pyodbc() (resp. adodbapy/pymssql) function, which in turn is only
called from use-default(), this would seem to mean only when you don't
specify a module... Either I'm completely wrong (which is very well
possible ;-), as I said, I only took a quick look, and I'm not
familiar with the code), or this means that you may not have adodbapi
(or pymssql) installed in order to use pyodbc correctly???

On 9 mrt, 23:29, "polaar" <[EMAIL PROTECTED]> wrote:
> Yes, but I'm starting to think I'm doing something wrong ;-) I suppose
> I should call create_engine with the module=pyodbc?
> I was just using the creator argument (as I was doing already because
> I needed to change the connectionstring to use integrated security
> anyway), and just switched that from adodbapi to pyodbc. So maybe it's
> still using the default adodbapi settngs...
> Hmm, seems to make sense... oops... (well, it's not really clear from
> the docs that this is used for anything else than determining which
> module to use to create the connection, which seems unnecessary if you
> create it yourself)
>
> I'll try it on monday...
>
> On 9 mrt, 22:08, "Rick Morrison" <[EMAIL PROTECTED]> wrote:
>
> > This is still with pyodbc?  The MSSQL module should already set
> > sane_rowcount to False for that dialect, as per the pyodbc site, they don't
> > implement rowcount.
>
> > Rick


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