On Feb 4, 2:46 pm, David Brown <[email protected]> wrote: > 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.
I thought I responded to this issue, but apparently it didn't get through. Anyway, it looks like you are using the ado adapter, which did have some changes related to Microsoft Access between 3.19.0 and 3.20.0. Could you send your connection string and an SQL log? Jeremy -- 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.
