jkrasnay / sqlbuilder

SQL Builder Library for Java
Apache License 2.0
252 stars 73 forks source link

Limit On Query #9

Open name256 opened 7 years ago

name256 commented 7 years ago

Hi. Will it be possible to add a limit to the query for the different databases.

monarezio commented 7 years ago

Hi. I forked the repo and added the limit and offset to the query: https://github.com/monarezio/sqlbuilder

monarezio commented 6 years ago

Hi limit is implemented :)

tarasrng commented 6 years ago

Could those changes be released to maven?

nathanosoares commented 6 years ago

bump

monarezio commented 6 years ago

Idk, I think it's mainly up to @jkrasnay ... But you can use https://jitpack.io/#jkrasnay/sqlbuilder/master-SNAPSHOT. I personally dowloaded the source files and manually added them to my code as a separate layer but that was before I knew Jitpack existed.