I just installed the new sequel version 3.20.0 for use with my sql
server database and found that my code to get the current migration
version in the schema_info table was failing.

db[:schema_info].first  worked fine in version 3.19.0
With 3.20.0 installed I get the following error:

WIN32OLERuntimeError: Execute
    OLE error code:80040E14 in Microsoft SQL Server Native Client 10.0
      Incorrect syntax near '1'.
    HRESULT error code:0x80020009
      Exception occurred.

db[:schema_info].all  works fine.

For now I'll just revert back to 3.19.0, but wanted to let folks know
about the issue.

Thanks!
-David

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" 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/sequel-talk?hl=en.

Reply via email to