Skip to content

Instantly share code, notes, and snippets.

@redhotpenguin
Created October 5, 2011 19:31
Show Gist options
  • Save redhotpenguin/1265418 to your computer and use it in GitHub Desktop.
Save redhotpenguin/1265418 to your computer and use it in GitHub Desktop.
Dear DBIx::Class developers, is this really necessary?
DBIx::Class::Schema::connection(): You provided explicit AutoCommit => 0 in your connection_info. This is almost universally a bad idea (see the footnotes of DBIx::Class::Storage::DBI for more info). If you still want to do this you can set $ENV{DBIC_UNSAFE_AUTOCOMMIT_OK} to disable this warning. at lib/Territory/Model/TerritoryDB.pm line 23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment