diff options
author | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2013-12-19 18:46:17 +0530 |
---|---|---|
committer | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2013-12-19 18:46:17 +0530 |
commit | b082bece5ed99a1bb1ff9d4af5f9d97a3dcaf6c1 (patch) | |
tree | 3fac5e446c6f767fa154015ee704d334a5762f2c /activesupport/test/xml_mini | |
parent | 3de199988fb6295ed7c37d50f9cbf4025dfca088 (diff) | |
download | rails-b082bece5ed99a1bb1ff9d4af5f9d97a3dcaf6c1.tar.gz rails-b082bece5ed99a1bb1ff9d4af5f9d97a3dcaf6c1.tar.bz2 rails-b082bece5ed99a1bb1ff9d4af5f9d97a3dcaf6c1.zip |
Fix PostgreSQL insert to properly extract table name from multiline string SQL.
Previously, executing an insert SQL in PostgreSQL with a command like this:
insert into articles(
number)
values(
5152
)
would not work because the adapter was unable to extract the correct articles table name.
Diffstat (limited to 'activesupport/test/xml_mini')
0 files changed, 0 insertions, 0 deletions