alexfu / SQLiteQueryBuilder

A library that provides a simple API for building SQLite query statements in Java.
MIT License
70 stars 21 forks source link

Change return type to SegmentBuidler. #19

Closed monxalo closed 9 years ago

monxalo commented 9 years ago

This forces calling 'build()' after using 'offset' instead of allowing another 'offset' expression which is invalid SQL syntax.

alexfu commented 9 years ago

Nice, I've actually been thinking about implementing a way to "guide" users into the correct method calls. I haven't come up with any concrete implementations but it is something I would like to see.