findmypast-oss / mssql_ecto

Ecto adapter for Mssqlex
Apache License 2.0
49 stars 20 forks source link

fix `top` expression #41

Open zelixir opened 6 years ago

zelixir commented 6 years ago

Description

This sql cannot execute in sqlserver 2008 exec sp_executesql N'SELECT TOP @P1 a0."email" FROM "accounts" ORDER BY a0."id"',N'@P1 int',1