Re: RaiseWarn attribute for DBI

2019-01-17 Thread Alexander Hartmaier
king version. -- Darren Duncan >> >>> On 2019-01-17 2:43 AM, p...@cpan.org wrote: >>>> On Thursday 17 January 2019 11:06:22 Alexander Hartmaier wrote: >>>> I'm aware of that, semantic versioning and major versions exist to handle >>>> API breakage.

Re: RaiseWarn attribute for DBI

2019-01-17 Thread Alexander Hartmaier
:25 Alexander Hartmaier wrote: > I don't see > the benefit, Print* should die This would break existing API of DBI. Print > just prints and Raise dies. This cannot be changed as there are many > applications which depends on this API. > and I'd personally would release a > maj

Re: RaiseWarn attribute for DBI

2019-01-17 Thread Alexander Hartmaier
I don't see the benefit, Print* should die and I'd personally would release a major release and change the defaults as a breaking change: PrintError false, RaiseError true. Can you name a use case and how to differ between an error and a warning at the error handling side? Best regards, Alex

Re: DBD::mysql path forward

2017-11-09 Thread Alexander Hartmaier
I followed the discussion silently so far as I‘m not a user of DBD:mysql. If the changes are breaking I‘d also think a new distribution is the way to go. What about DBD::MariaDB as that‘s the name of the OpenSource version these days? Best regards, Alex > Am 10.11.2017 um 07:16 schrieb Darren