christophertrudel / node_acl_knex

A Knex.js backend for node_acl
MIT License
46 stars 18 forks source link

Setup does not work as expected on SQLite #19

Open danderson00 opened 7 years ago

danderson00 commented 7 years ago

SQLite doesn't support batched statements (i.e., splitting commands with semi-colons), so it only executes the first statement (drop table acl_meta).

I'll try to get a PR in to address this.