DBD-Unify

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN


0.89    - 14 Sep 2017, H.Merijn Brand
    * Implement dictionary introspection in HLI
      - add $dbh->func ("db_dict")
      - new tests
      - introspection now has more information and is about 10 times faster
    * Make table name used for testing less error-prone
    * Versions and portability

0.88    - 28 Jul 2017, H.Merijn Brand
    * Tested with perl-5.22 on Linux x64 with DS 9.1B
    * Force sensible date format in tests
    * Merge META works from other projects
    * Note release date for Unicode 8.0.0 and 9.0.0
    * Make HP-UX ld happy
    * Fix unchanged rows test
    * Only register the program once
    * Activate $dbh only if connect () succeeds
    * It's 2017
    * We can/should ship from Linux now
    * Extend the use of caching for Unify internals

0.87    - 27 Mar 2015, H.Merijn Brand
    * primary_key to return correct info for composite keys
    * Move project to github
    * Fetching DOUBLE, FLOAT and AMOUNT now returns a NV instead of PV

0.86    - 02 Jan 2015, H.Merijn Brand
    * Correct handling of very small and very large numbers (Todd Zervas)
    * Up copyright to 2014
    * Up copyright to 2015

0.85    - 02 Aug 2013, H.Merijn Brand
    * Fix CPAN complaints

0.84    - 02 Aug 2013, H.Merijn Brand
    * Unicode versions update in README (5.18.0 shipped with Unicode 6.2)
    * Unify   versions update (DBD::Unify::*Info share DBD::Unify's VERSION)
    * Updated ChangeLog style

0.83    - 17 Apr 2013, H.Merijn Brand
    * Removed "defined but not used: n_dbh" compile warning (Todd Zervas)
    * Code cleanup (Todd Zervas)
    * Fixed "subscript out of range" warning on HP-UX (Todd Zervas)
    * Tested against new DBI-1.625
    * Document naming conflict for inflate (README)
    * Up copyright to 2013

0.82    - 02 Apr 2012, H.Merijn Brand
    * Up copyright to 2012
    * Fix core dump during statement cleanup when SQLBE aborts unexpectedly (Todd Zervas)
    * Fix glib detected free() invalid pointer error during perl cleanup due
      to use of internal putenv <http://search.cpan.org/dist/perl/INSTALL#Environment_access> (Todd Zervas)
    * Added DATETIME support for 9.1 and up (Todd Zervas)

0.81    - 10 Nov 2011, H.Merijn Brand (this was never released)
    * Convert to Test::More::done_testing
    * Up copyright to 2011
    * NAME / DISTNAME in Makefile.PL
    * Require perl-5.8.4 (prepare for Unicode support)
    * Implement uni_unicode (slightly experimental)

0.80    - 30 Aug 2010, H.Merijn Brand
    * Spelling changes
    * Remove the need for PERL_POLLUTE

0.79    - 07 Jun 2010, H.Merijn Brand
    * Use correct typedefs for date columns instead of generic UINTxx (Todd)
    * Upped copyright to 2010
    * Implement column_info ()
    * Permanently removed DBDverbose (use dbd_verbose or uni_verbose instead)
    * Implement private_attribute_info () methods
    * Dropped YAML spec to 1.0

0.78    - 11 Sep 2009, H.Merijn Brand
    * Small speedup by using different XS code
    * Added primary_key () info method
    * SElinux relocation fix (Todd Zervas)
    * Force ChopBlanks on internals
    * Tested with perl-5.10.1
    * Updated Unicode reference

0.77    - 19 Jun 2009, H.Merijn Brand
    * Default ld option "" for unsupported OS
    * Better diag message for t/26-uni-multiarg.t
    * Added success report in README
    * Upped copyright to 2009
    * Moved some TODO items to Unify.pm
    * Row count incorrect returning from sth->execute (Todd Zervas)
    * Several updates regarding error reporting
      including the promotion of SQLWARN were appropriate
    * The generated TypeInfo was very wrong. Corrected.
    * Documentation in t/15-uni-fail.t about BUG 108243 (Todd Zervas)
    * Register program with Unify logging system (Todd Zervas)
    * $DBD_VERBOSE can overrule $DBD_TRACE
    * Improved support for SQLSTATE and added tests

0.76    - 19 Oct 2008, H.Merijn Brand
    * Module does provide more than just Unify.pm now
    * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)

0.75    - 23 Sep 2008, H.Merijn Brand
    * Three-level dbd_verbose and documentation
    * $ENV{DBD_TRACE} sets $dbh->{dbd_verbose} on/before connect
    * New tests for $h->trace (...) and $h->{dbd_verbose}
    * Added type_info_all (), get_info (), and parse_trace_flag ()
    * Note that identifiers are now quoted
    * Override quote_identifier () (UNIFY has no CATALOGS)
    * Accept 2-arg and 3-arg ->do ()
    * Accept %attr to ->prepare ()
    * Raised all verbose levels by 1. 1 and 2 are now DBI only
    * Removed 05-reauth.t
    * NULLABLE now always 2, as it doesn't work
    * Implemented CursorName  sth attribute
    * Implemented ParamValues sth attribute
    * Implemented ParamTypes  sth attribute
    * Implemented RowsInCache sth attribute (always 0)
    * Tested with Unify 6.3AB on HP-UX 10.20 with perl 5.8.8
    * Tested with Unify 8.2BC on HP-UX 11.00 with perl 5.8.8
    * Tested with Unify 8.3I  on HP-UX 11.23 with perl 5.10.0
    * Tested with Unify 8.3K  on AIX 5.2.0.0 with perl 5.8.8



( run in 1.072 second using v1.01-cache-2.11-cpan-39bf76dae61 )