belchior / sql_query_builder

Write SQL queries in a simple and composable way
https://crates.io/crates/sql_query_builder
MIT License
54 stars 5 forks source link

Moves limit and offset methods to postgres syntax #4

Closed belchior closed 1 year ago

belchior commented 1 year ago

Moves limit and offset methods to postgres syntax

This changes is conceptually a breaking change but in practice is not, because in a only SQL Standard client these methods are not valid and will emit a SQL Syntax Error.

This changes can be a breaking change in non supported scenarios like:

If you are in those scenarios the fix can be