On Tue, Feb 04, 2014 at 11:28:46AM -0500, Phillip Moore wrote: > > What am I doing wrong here? Clearly, tracing is being turned on, but then > total radio silence from the create method.
You didn't read the linked paragraph carefully. Linking you to the source so that the highlight is apparent: https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08270/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm#L1017 This codepath is not employed if you are already in a transaction: https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08270/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm#L405 Hope this helps Cheers _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
