[perl5-dbi/dbi] b2fba6: Add test case for RT#89015 - cannot record a warni...

Tim Bunce <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase.devel
Message-ID <55afb5858b5ca_74b33fb9e63632bc2511a@hookshot-fe1-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: b2fba6adcb86d3e4f91f684253dce1b29be86211
      https://github.com/perl5-dbi/dbi/commit/b2fba6adcb86d3e4f91f684253dce1b29be86211
  Author: Martin J. Evans <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M Changes
    M lib/DBD/NullP.pm
    A t/91_store_warning.t

  Log Message:
  -----------
  Add test case for RT#89015 - cannot record a warning in STORE method


  Commit: d4b402beb70db2ac90fb8de1c00eafb9cda136f6
      https://github.com/perl5-dbi/dbi/commit/d4b402beb70db2ac90fb8de1c00eafb9cda136f6
  Author: Martin J. Evans <[email protected]>
  Date:   2013-09-28 (Sat, 28 Sep 2013)

  Changed paths:
    M lib/DBD/NullP.pm
    M t/91_store_warning.t

  Log Message:
  -----------
  Change test for rt#89015 to use the value passed to STORE


  Commit: ac1e47caa27e61c740698827813e01d6e6055dd2
      https://github.com/perl5-dbi/dbi/commit/ac1e47caa27e61c740698827813e01d6e6055dd2
  Author: Martin J. Evans <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    A .gdbinit
    M .gitignore
    M .travis.yml
    M Changes
    M DBI.pm
    M DBI.xs
    M Driver.xst
    A LICENSE
    M Makefile.PL
    M dbd_xsh.h
    M lib/Bundle/DBI.pm
    M lib/DBD/ExampleP.pm
    M lib/DBD/File.pm
    M lib/DBD/Gofer.pm
    M lib/DBD/Multiplex.pm
    M lib/DBD/NullP.pm
    M lib/DBD/Proxy.pm
    M lib/DBD/Sponge.pm
    M lib/DBI/Const/GetInfo/ANSI.pm
    M lib/DBI/Const/GetInfo/ODBC.pm
    M lib/DBI/DBD.pm
    M lib/DBI/DBD/Metadata.pm
    M lib/DBI/DBD/SqlEngine.pm
    M lib/DBI/DBD/SqlEngine/HowTo.pod
    M lib/DBI/FAQ.pm
    M lib/DBI/Profile.pm
    M lib/DBI/ProxyServer.pm
    M lib/DBI/PurePerl.pm
    M lib/Win32/DBIODBC.pm
    M t/06attrs.t
    M t/08keeperr.t
    M t/10examp.t
    M t/19fhtrace.t
    M t/31methcache.t
    M t/35thrclone.t
    M t/40profile.t
    M t/42prof_data.t
    M t/49dbd_file.t
    A t/53sqlengine_adv.t
    M t/70callbacks.t

  Log Message:
  -----------
  merge conflicts and get upto date with upstream


  Commit: bc297ab947b30a02308cb2f4bcbfd60c39cf9361
      https://github.com/perl5-dbi/dbi/commit/bc297ab947b30a02308cb2f4bcbfd60c39cf9361
  Author: Martin J. Evans <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M dbd_xsh.h
    M t/91_store_warning.t

  Log Message:
  -----------
  Add 91_store_warning.t test for rt89015


  Commit: 9806e8d1c2a657646a98afb27bf7765129d265cb
      https://github.com/perl5-dbi/dbi/commit/9806e8d1c2a657646a98afb27bf7765129d265cb
  Author: Martin J. Evans <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M DBI.pm
    M lib/DBD/NullP.pm
    M t/10examp.t

  Log Message:
  -----------
  Fix quote_identifier when passed ('catalog',undef,undef) and add tests for special tables calls


  Commit: 80b92d238db412f3426280a6e810e106ab6d9cfe
      https://github.com/perl5-dbi/dbi/commit/80b92d238db412f3426280a6e810e106ab6d9cfe
  Author: Martin J. Evans <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M Changes

  Log Message:
  -----------
  update changes for quote_indentifier and NullP change


  Commit: bd78e39c884a76cdf79c76c65bd954d369c8b67f
      https://github.com/perl5-dbi/dbi/commit/bd78e39c884a76cdf79c76c65bd954d369c8b67f
  Author: Tim Bunce <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M Changes
    A t/91_store_warning.t

  Log Message:
  -----------
  Added test case 91_store_warning.t to illustrate rt#89015 [Martin J. Evans]


  Commit: 15635ebb4b9652fb72f3e97a330575cc8e89b3f5
      https://github.com/perl5-dbi/dbi/commit/15635ebb4b9652fb72f3e97a330575cc8e89b3f5
  Author: Tim Bunce <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M Changes
    M DBI.pm
    M lib/DBD/NullP.pm
    M t/10examp.t

  Log Message:
  -----------
  Fixed quote_identifier trailing separator when there was only a catalog (Martin J. Evans)

Also minor fix to DBD::NullP in fetchrow_arrayref which was calling _set_fbav incorrectly (Martin J. Evans)


  Commit: 9182df37ebfa1183bbcbdab5e37530b6a72bf2ea
      https://github.com/perl5-dbi/dbi/commit/9182df37ebfa1183bbcbdab5e37530b6a72bf2ea
  Author: Tim Bunce <[email protected]>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M Changes
    M DBI.pm

  Log Message:
  -----------
  Bunp version to 1.633_92 and tweak Changes


Compare: https://github.com/perl5-dbi/dbi/compare/f83d7963b2fd...9182df37ebfa
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.