strider
2014-10-02 12:04:02 +08:00
2.0.0-p481 :001 > user = User.new(name: "Michael Hartl", email: "mhartl@example.com")
=> #<User id: nil, name: "Michael Hartl", email: "mhartl@example.com", created_at: nil, updated_at: nil>
2.0.0-p481 :002 > user.save
(0.2ms) SAVEPOINT active_record_1
SQLite3::SQLException: near "SAVEPOINT": syntax error: SAVEPOINT active_record_1
ActiveRecord::StatementInvalid: SQLite3::SQLException: near "SAVEPOINT": syntax error: SAVEPOINT active_record_1
(略)