• A
    add a truncate method to the connection · 9a4e183f
    Aaron Patterson 提交于
    it doesn't work on SQLite3 since it doesn't support truncate, but that's
    OK.  If you call truncate on the connection, you're now bound to that
    database (same as if you use hstore or any other db specific feature).
    9a4e183f
database_statements.rb 13.9 KB