alexfu / SQLiteQueryBuilder

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

Add "IF NOT EXISTS" clause to CREATE TABLE #11

Closed shadeven closed 9 years ago

shadeven commented 9 years ago

This is the implementation of #10. Please review and provide feedback.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.05%) to 98.65% when pulling 1b56cdd75f1eaec34965e16119b1b612ea3ec4f9 on shadeven:develop into 451260c90218735437acd3dc51dff169ada4040d on alexfu:develop.

shadeven commented 9 years ago

Fair enough. I will make the change.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.03%) to 98.63% when pulling ad9c5f387df4bcd96df3c7fee1ada86fe8be5262 on shadeven:develop into 451260c90218735437acd3dc51dff169ada4040d on alexfu:develop.

shadeven commented 9 years ago

@alexfu, the change is done in the way you suggested.

alexfu commented 9 years ago

:+1: