Greatly simplify the ::Sybase::ASE::insert() override
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 10 Sep 2015 15:02:09 +0000 (16:02 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 10 Sep 2015 16:08:08 +0000 (18:08 +0200)
commit216f29d9fe6628a4195176f59c0ed6cef6d68af5
tree51e478b1bfb3c611e27e63ecf051edce56a4db20
parent7e017742f708618487923261292bc92660a2031c
Greatly simplify the ::Sybase::ASE::insert() override

The _insert sub-method actually isn't used by anything else, and as such is
not needed. The behavior has been verified to be identical by comparing
DBIC_TRACE=1=logfile runs before and after the changes.

Still - there may be dragons, if bisecting pay close attention to this fella
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm