ziminji / objective-c-sql-query-builder

An easy-to-use lightweight SQLite 3 library written in Objective-C for Mac OS and iOS 4+ that will build SQL statements and manage database connections, plus an active record based ORM.
157 stars 38 forks source link

Added IF NOT EXISTS to the table creation statement to avoid throwing an... #24

Closed atljeremy closed 11 years ago

atljeremy commented 11 years ago

... exception if a table already exists

Changes: