mojolicious / mojo-pg

Mojolicious :heart: PostgreSQL
https://metacpan.org/release/Mojo-Pg
Artistic License 2.0
101 stars 46 forks source link

Inheritance ability #26

Closed mche closed 7 years ago

mche commented 8 years ago

I try to extend and expand Mojo::Pg by use Mojo::Base 'Mojo::Pg;. And I try also extend Mojo::Pg::Database and Mojo::Pg::Results.

Expected behavior

At moment classnames Mojo::Pg::Database and Mojo::Pg::Results has hard coded places.

Here my patching

mche commented 7 years ago

Also, the Mojo::SQLite did made dirty copy/paste of your module code. He couldn't inheritance.

kraih commented 7 years ago

Thanks, the feature has been added.

mche commented 7 years ago

have a nice