Revisions of perl-DBD-ODBC

buildservice-autocommit accepted request 1148474 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 53)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 52)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
buildservice-autocommit accepted request 769857 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 51)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 769298 from Markus Beth's avatar Markus Beth (markusbeth) (revision 50)
version update to 1.61
buildservice-autocommit accepted request 647360 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 49)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 647174 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 48)
automatic update
buildservice-autocommit accepted request 631049 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 47)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 628689 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 46)
automatic update
buildservice-autocommit accepted request 593455 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 45)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 589650 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 44)
automatic update
buildservice-autocommit accepted request 582479 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 43)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 581904 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 42)
automatic update
buildservice-autocommit accepted request 433908 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 41)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 433704 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 40)
automatic update
buildservice-autocommit accepted request 328310 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 39)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 328308 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 38)
- updated to 1.52
   see /usr/share/doc/packages/perl-DBD-ODBC/Changes
  1.52 2015-04-15
  
    [MISCELLANEOUS]
  
    Changes to the test suite to make it run better with Postgres thanks
    to Greg Sabino Mullane.
  
  1.51_4 2015-01-18
  
    [BUG FIXES]
  
    Numerous errors in the test suite (with SQLite ODBC driver) mostly down to not
    creating the test table first.
  
    [MISCELLANEOUS]
  
    Try and make the test suite run ok for SQLite ODBC driver so I can use it
    in travis-ci.
  
  1.51_3 2015-01-17
  
    [BUG FIXES]
  
    RT101579 - using bound input parameters for numeric columns (e.g.,
    SQL_NUMERIC) only works the first time and will quite likey fail
    with "string data, right truncation" on the second and subsequent
    calls to execute. Thanks to Laura Cox for finding.
  

  1.51_2 2014-11-19
  
    [BUG FIXES]
  
    The table_info method (ANSI version only) was incorrectly passing
    the table name for the type argument. I think this bug was
    introduced last year.
  
  1.51_1 2014-11-14
  
    [BUG FIXES]
  
    RT100186 - handle VARBINARY(MAX) parameters with SQL Server native
    client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
    there are some specific workarounds for MS Native Client ODBC driver.
  
  1.50 2014-07-25
  
    [BUG FIXES]
  
    The 80_odbc_diags.t test could fail if a driver fails a table does
    not exist test in the prepare instead of the execute.
  
  1.49_4 2014-07-08
  
    [BUG FIXES]
  
    Fixed sql_type_cast.t test which assumed column aliases which stay
    lowercase.
  
    Fixed 87_odbc_lob_read.t test which did not bow out of the test
    properly if the database was not MS SQL Server.
  
    [DOCUMENTATION]
  
    Revised the query notification example and documentation.
  
    Added a link to a better Query Notification article.
  
  1.49_3 2014-05-01
  
    [CHANGE IN BEHAVIOUR]
  
    As warned years ago, this release removes the odbc_old_unicode attribute.
    If you have a good reason to use it speak up now before the next non-development
    release.
  
    [BUG FIXES]
  
    Fix rt89255: Fails to create test table for tests using PostgreSQL odbc driver.
    Change test suite to fallback on PRECISION if COLUMN_SIZE is not found.
  
    [ENHANCEMENTS]
  
    Added support for MS SQL Server Query Notification. See the new
    section in the pod.
  
    Added a currently undocumented (and experimental)
    odbc_describe_param method on a statement handle which takes a
    parameter number as the only argument and returns an array of the
    data type, parameter size, decimal digits and nullable (as per
    SQLDescribeParam).
  
    [DOCUMENTATION]
  
    Added FAQ on truncated column names with freeTDS.
  
    [MISCELLANEOUS]
  
    I have removed the "experimental" tag for odbc_getdiagfield and odbc_getdiagrec
    methods.
  
  1.49_2 2014-04-26
  
    [BUG FIXES]
  
    Change to data_sources in 1.49_1 could lead to a compile error since
    data_sources was not returning a value if an error occurred.
  
  1.49_1 2014-04-25
  
    [BUG FIXES]
  
    If you had a lot of DSNs on Windows (more than 280 but it depends on
    the length of their names) and called the data_sources method it
    could crash your script. Code internally changed to stop putting the DSNs
    returned on the stack.
  
    [CHANGE IN BEHAVIOUR]
  
    As warned years ago, the private data_sources method has been
    removed - use DBI one instead.
  
    [MISCELLANEOUS]
  
    Added FAQ entry of maximum number of allowed parameters.
buildservice-autocommit accepted request 241953 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 37)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 241858 from Vítězslav Čížek's avatar Vítězslav Čížek (vitezslav_cizek) (revision 36)
- refreshed perl-DBD-ODBC-1.29-Makefile.diff
  (it failed to apply after some of the previous updates)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 35)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 34)
- updated to 1.47, see Changes for more
   Full release of the 1.46 development releases.
 
   [MISCELLANEOUS]
 
   Just some tidying up of dbdimp.c - shouldn't make a difference to anyone.
 
   Further changes to this change file to make it CPAN::Changes spec.
   NOTE the changes.cpanhq.com site does not yet support "unknown" for
   dates.
 
 1.46_2 2013-12-17
 
   [BUG FIXES]
 
   When built with unicode support and odbc_old_unicode is not enabled
   columns reported as SQL_LONGVARCHAR were not by default bound as
   SQL_WCHAR and hence were not returned correctly unless the bind was
   overridden.
 
   [MISCELLANEOUS]
 
   Added test 90_trace_flag.t
 
 1.46_1 2013-11-16
 
   [CHANGE IN BEHAVIOUR]
 
   As warned in release 1.45, the binding of unicode parameters to
   char/varchar columns has changed significantly. If you don't attempt
Displaying revisions 1 - 20 of 53
openSUSE Build Service is sponsored by