alexfu / SQLiteQueryBuilder

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

Guide user to the correct method call in DROP statement #21

Closed shadeven closed 9 years ago

shadeven commented 9 years ago

@alexfu, please review the request. Thanks to @monxalo for the idea. In relation to #20, this will guide user to the correct method in DROP statement.

Users could select the wrong method when building a DROP statement.