SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Mojo-Pg-4.13-38.1.noarch.rpm :
Mon Jan 21 13:00:00 2019 Stephan Kulow
- updated to 4.13
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.13 2019-01-20
- Added support for multi-column joins to SQL::Abstract::Pg. (rsindlin)

Thu Dec 6 13:00:00 2018 Stephan Kulow
- updated to 4.12
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.12 2018-11-24
- Added reconnect_interval attribute to Mojo::Pg::PubSub. (jberger)
- Added db method to Mojo::Pg::PubSub. (jberger)
- Fixed reconnect logic in Mojo::Pg::PubSub. (jberger)

Fri Nov 9 13:00:00 2018 Jan Engelhardt
- Replace useless summary.

Thu Nov 8 13:00:00 2018 Stephan Kulow
- updated to 4.11
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.11 2018-10-18
- Improved various attributes to use new Mojolicious 8.03 features to avoid
memory leaks.

Wed Sep 19 14:00:00 2018 Stephan Kulow
- updated to 4.10
see /usr/share/doc/packages/perl-Mojo-Pg/Changes

Fri Aug 3 14:00:00 2018 cooloAATTsuse.com
- updated to 4.09
see /usr/share/doc/packages/perl-Mojo-Pg/Changes

Wed Jan 31 13:00:00 2018 cooloAATTsuse.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 13:00:00 2017 cooloAATTsuse.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 5 13:00:00 2017 cooloAATTsuse.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 3 13:00:00 2017 cooloAATTsuse.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 14:00:00 2017 cooloAATTsuse.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 7 14:00:00 2017 cooloAATTsuse.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 2 14:00:00 2017 cooloAATTsuse.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 13:00:00 2017 cooloAATTsuse.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 9 13:00:00 2017 cooloAATTsuse.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 8 13:00:00 2017 cooloAATTsuse.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 1 13:00:00 2017 cooloAATTsuse.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 13:00:00 2017 cooloAATTsuse.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 13:00:00 2017 cooloAATTsuse.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 9 13:00:00 2017 cooloAATTsuse.com
- initial package 2.35

* created by cpanspec 1.78.08


 
ICM