jwood / tenacity

A database client independent way of managing relationships between models backed by different databases.
MIT License
118 stars 17 forks source link

Add support for Sqlite #10

Closed jwood closed 13 years ago

jwood commented 13 years ago

Sqlite does not support inserting multiple rows with a single insert statement, which is how the ActiveRecord extension adds associates in a has_many association.

jwood commented 13 years ago

Fixed in 0.2.0