All

My apologies, I had spent ages racking my brains on this before
resorting to sending the mail, but I just had another go and turns out
I needed to pass it like this:

my $sqlt = SQL::Translator->new({
  add_drop_table => 0,
  parser         => "SQL::Translator::Parser::YAML",
  producer       => "MySQL",
  producer_args => {
    mysql_version  => 8,
  }
});

Sorry for spamming the list.

_______________________________________________
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/dbix-class@lists.scsys.co.uk

Reply via email to