jhthorsen / mojo-mysql

Mojolicious and Async MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling ->last_insert_id when using with MariaDB and DBD::MariaDB raises an exception

akarelas opened this issue · comments

It raises this exception:

DBD::MariaDB::st STORE failed: Unknown attribute mariadb_insertid at /home/appuser/work/api/temp/../local/lib/perl5/Mojo/mysql/Results.pm line 91.

This is fixed in #86.