mojo-pg
mojo-pg copied to clipboard
Mojolicious :heart: PostgreSQL
It would be nice to support multiple inserts in a single statement, especially non-blocking. Maybe something like this? ```perl my @values = [ [ 'cat', 1 ], [ 'dog', 2...
* Mojo::Pg version: 4.26 * Perl version: 5.30.1 * Operating system: RHEL 7.9 ### Steps to reproduce the behavior `use Mojo::Pg;` fails if SQL::Abstract isn't available. ### Expected behavior Because...
* Mojo::Pg version: 4.25 * Perl version: 5.32.1 * Operating system: Ubuntu 20.10 x86_64 ### Steps to reproduce the behavior Create a migration SQL file which contains PREPARE statements for...
* Mojo::Pg version: 4.27 * Perl version: 5.32 * Operating system: Red Hat Enterprise Linux 8.8 (Ootpa) ### Steps to reproduce the behavior Currently no systematic way found to reproduce...