hmm it gives with use_scope_identity=False and r2746:
File "/home/stefanb/src/hor/sqlalchemy/engine/strategies.py", line
106, in create
raise TypeError("Invalid argument(s) %s sent to create_engine(),
using configuration %s/%s/%s. Please check that the keyword arguments
are appropriate for this combination of components." %
(','.join(["'%s'" % k for k in kwargs]), dialect.__class__.__name__,
pool.__class__.__name__, engineclass.__name__))
TypeError: Invalid argument(s) 'use_scope_identity' sent to
create_engine(), using configuration MSSQLDialect_pyodbc/QueuePool/
Engine. Please check that the keyword arguments are appropriate for
this combination of components.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---