CSNW / sql-bricks

Transparent, Schemaless SQL Generation
http://csnw.github.io/sql-bricks
MIT License
204 stars 25 forks source link

Limit and offset #63

Closed devchakraborty closed 9 years ago

devchakraborty commented 9 years ago

The documentation at http://csnw.github.io/sql-bricks lists the .limit and .offset functions on SELECT statements – but the README and docs say they are extended features in the Postgres and SQLite repos. On master, there are no .limit or .offset functions. I suggest removing them from the docs, since they aren't valid SQL-92 anyway.

prust commented 9 years ago

Good catch @devchakraborty, thanks! Fixed in fec976b.