AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

SQLite generation fails on versions lower than 3.7.11 #116

Closed rostgaard closed 10 years ago

rostgaard commented 10 years ago

Multiple rows are not supported before version 3.7.11, so the insert statements of the form:

INSERT INTO contact_types VALUES ('human'), ('function'), ('invisible');

Fails. Ubuntu 12.04 is affected by this, and it could be easily worked around by expanding the insert statements to multiple single inserts, perhaps wrapped in a transaction - if paranoid.

rostgaard commented 10 years ago

No longer relevant.