* Wed Jan 31 2018 coolo@suse.com
- updated to 4.08
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.08 2018-01-29
- Improved on_conflict option of insert and insert_p methods in
Mojo::Pg::Database with a shortcut for simple conflict targets.
4.07 2018-01-28
- Added support for "JOIN" to select and select_p methods in
Mojo::Pg::Database.
- Added support for field aliases to select and select_p methods in
Mojo::Pg::Database.
- Added support for having option to select and select_p methods in
Mojo::Pg::Database.
- Improved on_conflict option of insert and insert_p methods in
Mojo::Pg::Database with shortcuts for "ON CONFLICT DO UPDATE SET" and
"ON CONFLICT DO NOTHING".
- Improved for option of select and select_p methods in Mojo::Pg::Database
with a shortcut for "FOR UPDATE".
4.06 2018-01-27
- Added support for on_conflict option to insert and insert_p methods in
Mojo::Pg::Database.
- Updated SQL::Abstract requirement to 1.84.
- Improved error messages generated by SQL::Abstract::Pg to be compatible with
SQL::Abstract.
4.05 2018-01-26
- Added support for for, group_by, limit, offset and order_by options to
select and select_p methods in Mojo::Pg::Database.
- Added module SQL::Abstract::Pg.
* Mon Dec 18 2017 coolo@suse.com
- updated to 4.04
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.04 2017-12-16
- Added db attribute to Mojo::Pg::Results.
- Added sql_for method to Mojo::Pg::Migrations.
- Fixed a bug that could cause connections to be cached for reuse too early.
* Sun Nov 05 2017 coolo@suse.com
- updated to 4.03
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.03 2017-11-04
- Improved Mojo::Pg::Database to use Mojo::Promise.
* Fri Nov 03 2017 coolo@suse.com
- updated to 4.02
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.02 2017-11-02
- Added delete_p, insert_p, query_p, select_p and update_p methods to
Mojo::Pg::Database.
* Fri Jul 21 2017 coolo@suse.com
- updated to 4.01
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.01 2017-07-20
- Decreased default max_connections from 5 to 1 in Mojo::Pg.
* Fri Jul 07 2017 coolo@suse.com
- updated to 4.0
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.0 2017-07-06
- Added support for sharing the database connection cache between multiple
Mojo::Pg objects.
- Added parent attribute to Mojo::Pg.
- Fixed a bug where automatic migrations would leak database connections.
* Fri Jun 02 2017 coolo@suse.com
- updated to 3.06
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.06 2017-06-01
- Updated example application with tests.
- Improved Mojo::Pg to be a little less noisy by deactivating PrintWarn by
default.
* Fri Mar 17 2017 coolo@suse.com
- updated to 3.05
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.05 2017-03-12
- Improved from_string method in Mojo::Pg with search_path support.
* Thu Mar 09 2017 coolo@suse.com
- updated to 3.04
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.04 2017-03-08
- Fixed array reference handling in queries generated with SQL::Abstract.
* Wed Mar 08 2017 coolo@suse.com
- updated to 3.03
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.03 2017-03-07
- Added reset method to Mojo::Pg::PubSub.
* Wed Mar 01 2017 coolo@suse.com
- updated to 3.02
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.02 2017-02-18
- Fixed quoting bugs in queries generated with SQL::Abstract.
* Mon Feb 13 2017 coolo@suse.com
- updated to 3.01
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.01 2017-02-12
- Fixed bug in examples where migrations would not be handled correctly.
* Sun Feb 12 2017 coolo@suse.com
- updated to 3.0
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
3.0 2017-02-11
- Added support for generating queries with SQL::Abstract.
- Added abstract attribute to Mojo::Pg.
- Added delete, insert, select and update methods to Mojo::Pg::Database.
* Thu Feb 09 2017 coolo@suse.com
- initial package 2.35
* created by cpanspec 1.78.08