8
0
OBS User unknown
2008-04-14 20:17:21 +00:00
committed by Git OBS Bridge
parent 027ef924d4
commit cb97c3b8a2
5 changed files with 51 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Apr 14 11:07:25 CEST 2008 - ug@suse.de
- version 0.41
- error_diag () subclassable
- typo in bind_columns () docs
- examples/csv2xls now uses getline ()
- better test for getline in t/75_hashref.t (makamata)
- document return value of getline () with bind_columns ()
- add perl version prereq to META.yml
- Implemented getline_hr () and column_names () RT 34474
(suggestions accepted from Mark Stosberg)
- Corrected misspelled variable names in XS
- Functions are now =head2 type doc entries (Mark Stosberg)
- Make SetDiag() available to the perl level, so errors can
be centralized and consistent
- Integrate the non-XS errors into XS
- Add t/75_hashref.t
- Testcase for error 2023 (Michael P Randall)
- Completely refactored the XS part of parse/getline, which
is now up to 6% faster. YMMV
- Completed bind_columns. On straight fetches now up to three
times as fast as normal fetches (both using getline ())
-------------------------------------------------------------------
Fri Apr 4 11:35:03 CEST 2008 - ug@suse.de