2019-10-15 11:52:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 9 13:40:17 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
- Regenerate spec with newest cpanspec
|
|
|
|
* Add PERL_USE_UNSAFE_INC
|
|
|
|
|
2015-04-17 05:45:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 20:45:47 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.034
|
|
|
|
see /usr/share/doc/packages/perl-Class-DBI-Lite/Changes
|
|
|
|
|
|
|
|
1.034 2012-05-07
|
|
|
|
- DEPRECATED until further notice.
|
|
|
|
No other changes.
|
|
|
|
|
|
|
|
1.033 2012-03-08
|
|
|
|
- This release fixes a long-standing bug in Class::DBI::Lite::Pager->nagivations
|
|
|
|
which caused it to sometimes return '0' as the "start" position.
|
|
|
|
eg: my ($start, $stop) = $pager->navigations()
|
|
|
|
If you then did:
|
|
|
|
for my $page_number ($start..$stop) { # Make a hyperlink to $page_number }
|
|
|
|
Your first $page_number would sometimes be '0'
|
|
|
|
- Ray Baksh++ for submitting the patch at a ridiculous wee hour in the morning.
|
|
|
|
(Much appreciated!)
|
|
|
|
|
|
|
|
1.032 2012-03-02
|
|
|
|
- No longer depend on or use DBIx::ContextualFetch.
|
|
|
|
- RootMeta was not getting cached/setup correctly in ::Lite. First attempt to fix this.
|
|
|
|
- Bumped version dependency of Ima::DBI::Contextual due to bugfixes/enhancements there.
|
|
|
|
|
|
|
|
1.031 2012-02-29
|
|
|
|
- Special leap-day release.
|
|
|
|
- Documented the limit/offset/order_by way of calling ->search_where
|
|
|
|
|
|
|
|
1.030 2012-02-22
|
|
|
|
- Fixed regression in 1.029 which caused db_Main to be reset each time
|
|
|
|
a new connection was defined.
|
|
|
|
- UPGRADE RECOMMENDED!
|
|
|
|
|
|
|
|
1.029 2012-02-13
|
|
|
|
- Added support for master/slaves setup.
|
|
|
|
- Multiple slaves are supported (there can only be one master).
|
|
|
|
- Slaves are always read from *unless* you are within a transaction.
|
|
|
|
In that case, all reads go to the master.
|
|
|
|
- All writes go to the master.
|
|
|
|
- You can change your slave connection at any time via ->switch_slave($debug).
|
|
|
|
- Passing a true value to ->switch_slave will cause a little message to be printed
|
|
|
|
to STDERR which looks like:
|
|
|
|
"[Debug] Switched slave from DBI:mysql:dbname:host1 to DBI:mysql:dbname:host2"
|
|
|
|
- Also updated the 'pagination' test so that it runs quicker.
|
|
|
|
|
|
|
|
1.028 2012-01-30
|
|
|
|
- No longer die on a failed class-load.
|
|
|
|
|
|
|
|
1.027 2012-01-10
|
|
|
|
- Setting $pager->page_number( 1 ) now works.
|
|
|
|
|
|
|
|
1.026 2011-11-18
|
|
|
|
- do_transaction will now look at wantarray and execute the transaction coderef
|
|
|
|
in the appropriate list or scalar context, and return the appropriate result.
|
|
|
|
|
|
|
|
1.025 2011-11-07
|
|
|
|
- Fixed POD for count_search_where. (ray.baksh++)
|
|
|
|
|
|
|
|
1.024 2011-11-04
|
|
|
|
- Calling sth_to_objects(...) would return a list with a single 'undef' element
|
|
|
|
instead of returning nothing when no results were found.
|
|
|
|
|
|
|
|
1.023 2011-10-27
|
|
|
|
- Now if you want to override the default 'getter' or 'setter' behavior for a
|
|
|
|
field in your objects, you can do so by defining _set_foo( $self, $val ) or
|
|
|
|
_get_foo( $self ).
|
|
|
|
- Thanks Eric for the idea! ehayes.inflection++
|
|
|
|
|
|
|
|
1.022 2011-09-19
|
|
|
|
- POD change from app::* to App::db::* namespace.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 20:45:44 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.025
|
|
|
|
see /usr/share/doc/packages/perl-Class-DBI-Lite/Changes
|
|
|
|
|
|
|
|
1.025 2011-11-07
|
|
|
|
- Fixed POD for count_search_where. (ray.baksh++)
|
|
|
|
|
|
|
|
1.024 2011-11-04
|
|
|
|
- Calling sth_to_objects(...) would return a list with a single 'undef' element
|
|
|
|
instead of returning nothing when no results were found.
|
|
|
|
|
|
|
|
1.023 2011-10-27
|
|
|
|
- Now if you want to override the default 'getter' or 'setter' behavior for a
|
|
|
|
field in your objects, you can do so by defining _set_foo( $self, $val ) or
|
|
|
|
_get_foo( $self ).
|
|
|
|
- Thanks Eric for the idea! ehayes.inflection++
|
|
|
|
|
|
|
|
1.022 2011-09-19
|
|
|
|
- POD change from app::* to App::db::* namespace.
|
|
|
|
|
2011-09-18 19:22:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 17 14:47:58 UTC 2011 - jw@suse.com
|
|
|
|
|
|
|
|
- initial package 1.021
|
|
|
|
* created by cpanspec 1.78.04
|
|
|
|
|