in reply to Re: DBD::MariaDB + DBIx::CLass = woes
in thread DBD::MariaDB + DBIx::Class = woes

Oh but they did! DBIx::Class::Storage::DBI::MariaDB is exactly what you are suggesting bar some indentation differences. Anyway the whole thing looks like the Bermuda triangle with three vertices: DBIx::Class, DBD::MariaDB, SQL::Translator. Whole aeroplanes get lost in there...

  • Comment on Re^2: DBD::MariaDB + DBIx::CLass = woes

Replies are listed 'Best First'.
Re^3: DBD::MariaDB + DBIx::CLass = woes
by choroba (Cardinal) on Nov 07, 2023 at 15:02 UTC
    I'm out of ideas. I've never used DBIx::Class more than a toy, as for any serious SQL work, I found it easier to write the actual SQL statements myself. Your journey is another example what I've been afraid of.

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

      yep!

      TYhe good news is that solution #1 (i.e. install mariadb server and DBD::mysql but don't touch anything in Perl at all i.e. dsn to by DBI::mysql) works OK after perserviring. I guess there is a dead end because this is the simplest solution and nobody (should) bothers with the other way.

      thank you // bw, bliako