alexeyr / erlang-sqlite3

Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.
Other
90 stars 33 forks source link

Handle adding of columns in database process #26

Closed maxlapshin closed 11 years ago

maxlapshin commented 11 years ago

calling add_column_sql in database server.

Forgot this in previous patch.