Paskalouis/fish-query

SQL Server Support

Closed this issue · 0 comments

I need this query string builder to generate query for SQL Server.

Currently, the generated query use LIMIT and OFFSET, which are not supported in SQL Server.

I have a suggestion to add a configuration so the query builder can generate query for both PostgreSQL and SQL Server.