yamldb / yaml_db

Rails plugin for a database-independent dump format, data.yml .......... Seeking new maintainers! See https://github.com/yamldb/yaml_db/issues/143
https://rubygems.org/gems/yaml_db
949 stars 200 forks source link

Added connection helper and handle truncate on SQLite properly #84

Closed tboerger closed 8 years ago

tboerger commented 8 years ago

Without the proper SQLite handling it prints errors to the log of active record.

tboerger commented 8 years ago

Travis fails just because of errors while installing rack-cache, so it's not related to this PR.

dnrce commented 8 years ago

Can you post an example error? Glancing at the code it looks like this would already be handled by the rescue.

tboerger commented 8 years ago

I don't have this error message anymore because I'm already using this pull request. But you can see always that this query failed.

tboerger commented 8 years ago

So no progress here? If that won't get accepted I will simply close this PR and keep the patch on top of our SUSE packages.

tboerger commented 8 years ago

I'm closing this PR because of lacking activity. Feel free to integrate it on your own. I like a clean pull request listing on my side, nearly 3 months for a PR is too long for my taste ;)