8
0
forked from pool/perl-DBD-ODBC

42 Commits

Author SHA256 Message Date
0708131cf4 - Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=52
2024-02-21 09:23:07 +00:00
Stephan Kulow
339d808ce8 Accepting request 769298 from home:markusbeth:branches:devel:languages:perl
version update to 1.61

OBS-URL: https://build.opensuse.org/request/show/769298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=50
2020-02-04 06:18:10 +00:00
06b5a433fb Accepting request 647174 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/647174
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=48
2018-11-08 15:31:19 +00:00
99d15bf601 Accepting request 628689 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/628689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=46
2018-08-23 08:54:44 +00:00
Stephan Kulow
8ea0b173a5 Accepting request 589650 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/589650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=44
2018-04-04 10:13:54 +00:00
Stephan Kulow
4b489ad560 Accepting request 581904 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/581904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=42
2018-03-05 05:54:25 +00:00
Stephan Kulow
1692836545 Accepting request 433704 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/433704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=40
2016-10-08 15:12:49 +00:00
a0072280b7 Accepting request 328308 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/328308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=38
2015-09-01 12:04:53 +00:00
Stephan Kulow
b37cac4f5f Accepting request 241858 from home:vitezslav_cizek:branches:devel:languages:perl
- refreshed perl-DBD-ODBC-1.29-Makefile.diff
  (it failed to apply after some of the previous updates)

OBS-URL: https://build.opensuse.org/request/show/241858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=36
2014-07-23 05:01:44 +00:00
Stephan Kulow
c3fa835050 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=35
2014-03-17 13:31:35 +00:00
Stephan Kulow
6536d64213 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=34
2014-02-24 13:41:49 +00:00
Stephan Kulow
faf6f1b22f update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=33
2013-11-26 08:02:52 +00:00
Stephan Kulow
a73b5d8f27 - updated to 1.43, see Changes (a lot)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=32
2013-07-27 12:15:31 +00:00
Vítězslav Čížek
4e907bde8c - update to 1.33
[ENHANCEMENTS]
  * Enable multiple active statement support in 70execute_array.t for
    drivers we recognise which support MAS.
  * Change column_info to support Unicode catalog/schema/table/column
    names.
  * Use SQLGetTypeInfoW on unicode builds.
  * DBD::ODBC now allows unicode catalog/schema/table parameters to be
    passed to table_info. Of course they will only reliably work with
    a supporting Unicode ODBC driver.
  * Added new odbc_driver_complete attribute allowing the ODBC Driver
    Manager and ODBC Driver to throw dialogues for incomplete
    connection strings or expired passwords etc.
  [BUG FIXES]
  * remove debugging printf which output "HERE" in some rare cases.
    rt 72534 - thanks John Deighan for spotting this.
  * The test 70execute_array.t could fail due to warning being output
    if the driver does not support Multiple Active Statements.
  * Fix bug in utf16_copy which was not adding a trailing NUL but I'm
    not sure this affected anyone until I changed table_info this
    release.
  * I omitted rt_68720.t from the 1.31 distribution which leads
    to a warning as it is mentioned in the MANIFEST.
  [DOCUMENTATION]
  * new FAQ entries
  * added note saying you cannot pass unicode schema/table/column
    names to metadata calls like table_info/column_info currently.
  [OTHER]
  * Changed line endings in README.af and README.unicode to be unix
    line endings and native eol-style in subversion.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=29
2011-12-02 13:13:45 +00:00
Christian Wittmer
e9e5890089 fix deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=27
2011-08-27 16:02:41 +00:00
Vítězslav Čížek
43c44ddd71 - update to 1.31
* a lot of bugfixes and enhancements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=25
2011-06-24 08:22:17 +00:00
Stephan Kulow
1c3c30efff - fix requires of examples
- use original tar

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=23
2011-06-18 05:54:56 +00:00
Vítězslav Čížek
009ddf8d02 - update to 1.29
* Fixed missing SQL_MAX_TABLE_NAME_LEN definition from test.
  * Fixed problem with some drivers which batch "insert;select" where
    SQLMoreResults is not required and an extra describe is done.
  * Fixed "select 1" in 02simple.t for Firebird ODBC Driver.
  * disconnect call added to 70execute_array.t was in the wrong place.
  * Added support for DBI's new trace flags ENC, CON, TXN and
    DBD.
  * And many other fixes and enhancements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=21
2011-03-09 12:14:54 +00:00
Vítězslav Čížek
13cf021cda Minor fix to head in pod
rt63550 fix and test code and added pod notes on "do"
  snprintf buffer overflow when GetTypeInfo values are negative
  capture execute error in rt_62033.t

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=19
2011-01-11 09:30:38 +00:00
Vítězslav Čížek
28ea634033 - update to 1.27
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=18
2011-01-07 15:17:04 +00:00
Stephan Kulow
935f9b4c83 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=15
2010-12-01 13:42:57 +00:00
OBS User buildservice-autocommit
1b1c6b5cbd Updating link to change in openSUSE:Factory/perl-DBD-ODBC revision 19.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=ec6ca299699e222fe7c25c962e107cd8
2010-09-23 23:00:52 +00:00
OBS User autobuild
9fbc65d951 Accepting request 48973 from devel:languages:perl
checked in (request 48973)

OBS-URL: https://build.opensuse.org/request/show/48973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=14
2010-09-23 23:00:51 +00:00
Anna Maresova
b8f40b939c - update to 1.25
* Changed bind_col so it actually pays attention to the TYPE
   attribute as you could not override the bind type of a bound
    column before.
 * Left a sv_undef in
 * Change sprintf to snprintf for safety.
 * Removed some unused fields from the fbh structure which should
   save a little memory for each column in a result-set.
 * Started adding support for DBI's DiscardString and StrictlyTyped
   but not complete yet so don't use them yet.
 * Added experimental odbc_lob_read method - see pod.
 * Moved the binding of columns to the first call to fetch instead of
   after execute is called as it prevents bind_col overrriding the
   type used for binding and I needed it to support odbc_lob_read.
 * Removed support for DBI's blob_read - it was totally flawed and
   did not work at all. May replace in the future.
 * Added support for MS SQL Server XML type (SQL type -152).
 * bugfixes, new FAQs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=13
2010-09-23 13:01:34 +00:00
OBS User buildservice-autocommit
8b69f5601c Updating link to change in openSUSE:Factory/perl-DBD-ODBC revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=08b8cdbe834c8f78325d998aacc5f611
2010-08-02 08:39:20 +00:00
OBS User autobuild
4261a985c0 Accepting request 44002 from devel:languages:perl
checked in (request 44002)

OBS-URL: https://build.opensuse.org/request/show/44002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=12
2010-08-02 08:39:17 +00:00
Christian Wittmer
1617ba0f04 removed dos2unix usage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=10
2010-07-25 15:07:46 +00:00
Christian Wittmer
2021cc8e7d Accepting request 41064 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-DBD-ODBC via accept of submit request 41064 revision 2.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/41064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=9
2010-06-03 19:35:27 +00:00
OBS User autobuild
24dfa963a5 Accepting request 33569 from devel:languages:perl
checked in (request 33569)

OBS-URL: https://build.opensuse.org/request/show/33569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=8
2010-03-01 00:46:32 +00:00
OBS User autobuild
524e33b2fc Accepting request 33569 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-ODBC based on submit request 33569 from user anicka

OBS-URL: https://build.opensuse.org/request/show/33569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=14
2010-03-01 00:46:34 +00:00
OBS User autobuild
c9bb5ef2bb Accepting request 29539 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-ODBC based on submit request 29539 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=13
2010-01-14 20:57:47 +00:00
OBS User unknown
9ad1fe8a28 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=11 2009-08-03 17:38:02 +00:00
OBS User unknown
5f6cddfe0e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=10 2009-05-19 00:28:04 +00:00
OBS User unknown
4687fdbca3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=9 2009-04-28 23:56:40 +00:00
OBS User unknown
05fc809384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=8 2009-04-07 12:12:43 +00:00
OBS User unknown
38ea8e856e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=7 2009-01-21 01:35:01 +00:00
OBS User unknown
b8e417b63c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=6 2008-10-06 15:16:37 +00:00
OBS User unknown
6632eaecfd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=5 2008-06-30 17:01:40 +00:00
OBS User unknown
b499d4387d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=4 2008-03-13 18:05:04 +00:00
OBS User unknown
e416a5ab5c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=3 2007-07-27 00:05:07 +00:00
OBS User unknown
dce02dc526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=2 2007-02-16 17:39:59 +00:00
OBS User unknown
dbf4bfd47f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-ODBC?expand=0&rev=1 2007-01-15 23:30:17 +00:00