提交 77fc1c2b 编写于 作者: R Ryuta Kamizono

Fix typo s/InvalidStatement/StatementInvalid/ [ci skip]

上级 47f54591
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
*Eileen M. Uchitelle*, *John Crepezzi* *Eileen M. Uchitelle*, *John Crepezzi*
* All connection adapters `execute` now raises `ActiveRecord::ConnectionNotEstablished` rather than * All connection adapters `execute` now raises `ActiveRecord::ConnectionNotEstablished` rather than
`ActiveRecord::InvalidStatement` when they encounter a connection error. `ActiveRecord::StatementInvalid` when they encounter a connection error.
*Jean Boussier* *Jean Boussier*
* `Mysql2Adapter#quote_string` now raises `ActiveRecord::ConnectionNotEstablished` rather than * `Mysql2Adapter#quote_string` now raises `ActiveRecord::ConnectionNotEstablished` rather than
`ActiveRecord::InvalidStatement` when it can't connect to the MySQL server. `ActiveRecord::StatementInvalid` when it can't connect to the MySQL server.
*Jean Boussier* *Jean Boussier*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册