8
0

Accepting request 41058 from home:computersalat:devel:perl

Copy from home:computersalat:devel:perl/perl-SQL-Statement via accept of submit request 41058 revision 4.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/41058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=11
This commit is contained in:
Christian Wittmer
2010-06-03 17:22:50 +00:00
committed by Git OBS Bridge
parent 051743122d
commit df156b2180
4 changed files with 44 additions and 9 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jun 3 15:37:47 UTC 2010 - chris@computersalat.de
- update to 1.27
- [Bug fixes]
* use originally given table name for open_table() on SELECT, too
(all other command still use the originally given name)
* warn/die -> carp/croak
* fix delete_one_row & update_one_row ability using
- [Documentation]
* Apply spelling fix patch from Ansgar Burchardt (RT#56475)
- Version 1.26, release April 09th, 2010
- [Bug fixes]
* Handle NULL columns in concatenation as empty strings
- [Improvements]
* Change regex's in parser to use \p{Word} instead of \w to allow unicode
support
- [Documentation]
* Make clear, that identifiers are handled case insensetive and there is
a real good solution provided by DBI which allows to live great with
that behaviour.
- fix build Cycle DBD-CSV
* only needed for testsuite
- noarch package
-------------------------------------------------------------------
Sun May 23 16:57:52 UTC 2010 - coolo@novell.com