Keep calling _insert_returning for INSERT … RETURNING
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 21 Dec 2014 14:42:45 +0000 (14:42 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 21 Dec 2014 14:42:45 +0000 (14:42 +0000)
commit78536e8b84aa4fdab20f50fb2ca65d17319099af
tree3e06c3c67d8d16170ad70445f718b2bf44ed93cb
parenta948b1fe0d6b03b6120c8e59af333947fd52e794
Keep calling _insert_returning for INSERT … RETURNING

DBIC::SQLMaker::Oracle overrides this method, and its insert calls
next::method, so we need keep calling the old method for the override to
work.
lib/SQL/Abstract.pm