8
0
Files
perl-SQL-Statement/perl-SQL-Statement.changes
OBS User autobuild f6c2c05b21 Accepting request 36930 from devel:languages:perl
Copy from devel:languages:perl/perl-SQL-Statement based on submit request 36930 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/36930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Statement?expand=0&rev=8
2010-04-05 16:48:56 +00:00

146 lines
4.8 KiB
Plaintext

-------------------------------------------------------------------
Sun Apr 4 21:30:32 UTC 2010 - chris@computersalat.de
- update to 1.25
- [Bug fixes]
* Keep org_table_names with schema information to allow derived
table classes to handle as it seems reasonable there
* Separate columns with "\0" in multi-column aggregation to be
able to difference between ('1','1foo') and ('11','foo')
- [Misc]
* More resources added to META.yml
- Version 1.24, release March 15th, 2010
- [Misc]
* Ignore *.rej in MANIFEST.SKIP (fixes RT #52081 reported by
Lars Thegler)
- [Bug fixes]
* Add missing import of _INSTANCE in
SQL::Statement::Function::NumericEval
fixes RT #52356 - reported by Detlef Pilzecker)
* Fix wrongly discarded DISTINCT clause (RT#53186)
- [Improvements]
* Fix parsing errors of plain numbers (RT#16931)
* Fix parsing errors of nested calculation / functions
(RT#16931, RT#52356)
* Rewrite result calculation of aggregation functions
(simplify code, speed up)
* Upgrade Makefile.PL (patch from Alexandr Ciornii) to handle
different EU::MM versions and abilities properly
* Update documentation to show how 'column_defs' and
SQL::Statement::Term instances shall be used
* Introduce SQL::Dialect::Role providing ini-style data access
to SQL::Dialects (patch from Michael Schwern)
- [Things that may break your code]
* SQL::Parser now didn't deliver a struct containing
'column_names', 'computed_columns' and 'set_functions' - it's
combined into one member 'column_defs'.
* Minimum required perl version is now 5.8 - upcoming next
version of DBI requires perl 5.8, too - and I could simplify
some code that's why
- cleanup spec
o cpan_name
o sort TAGS
o modified deps
- added perl-macros
- added Test::Pod,.. DBD::CSV for testsuite
o removed self obsoletes/provides p_sqlst
o macros
-------------------------------------------------------------------
Tue Feb 9 16:41:27 UTC 2010 - coolo@novell.com
- update to version 1.23:
* Added a fixed version of test reported via RT #34121
* Fix an issue in UPDATE command which 'shift's the values from
the list of parameters which causes there're no more parameters
left after first row get's updated (Fixes RT #50788)
* Fix aggregate function handling of new code since 1.21_01
* Correct handling of DISTINCT in aggregate functions
... see Changes for more
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Fri Oct 20 18:52:35 CEST 2006 - mrueckert@suse.de
- update to version 1.15:
* fixed placeholder bug in SQL::Statement::UPDATE
-------------------------------------------------------------------
Wed Jan 25 21:39:56 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Aug 1 13:36:57 CEST 2005 - cthiel@suse.de
- update to version 1.14
- build as user
-------------------------------------------------------------------
Mon Oct 11 04:39:43 CEST 2004 - nashif@suse.de
- Update to version 1.09
-------------------------------------------------------------------
Fri Aug 22 15:41:04 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Fri Jul 18 16:44:57 CEST 2003 - nashif@suse.de
- use DESTDIR
- fixed fileslist
-------------------------------------------------------------------
Tue Jul 1 13:00:12 CEST 2003 - ro@suse.de
- use perl_process_packlist macro
-------------------------------------------------------------------
Fri Jun 13 06:52:47 CEST 2003 - nashif@suse.de
- Update to 1.005
- Fixed file list
-------------------------------------------------------------------
Mon Jul 8 06:15:22 CEST 2002 - nashif@suse.de
- Update to 1.004
- Use more macros in spec file
-------------------------------------------------------------------
Tue Dec 11 14:15:16 CET 2001 - nashif@suse.de
- Update to version 0.1021
-------------------------------------------------------------------
Wed Mar 7 07:34:19 MET 2001 - nashif@suse.de
- Update to version 0.1017
-------------------------------------------------------------------
Wed Nov 8 15:16:25 MET 2000 - nashif@suse.de
- Removed build root path from paclist
-------------------------------------------------------------------
Tue Nov 7 06:03:01 MET 2000 - nashif@suse.de
- Chnaged to long package name
-------------------------------------------------------------------
Wed Oct 11 16:55:20 MEST 2000 - nashif@suse.de
- Fixed man path
-------------------------------------------------------------------
Thu Aug 24 16:22:01 MEST 2000 - nashif@suse.de
- Initial Release (Version 0.1016)