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 TEMP keyword to CREATE TABLE statement #24

Closed shadeven closed 9 years ago

shadeven commented 9 years ago

@alexfu, in relation to #12, add the optional TEMP keyword to CREATE TABLE statement.

Users were unable to create tables in the temp database.

shadeven commented 9 years ago

Cool! :v: