DBIx-Array

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.55 2016-01-28
  - Added sqlhashhash method
  - Added abshashhash method

0.54 2016-01-19
  - Updated commit to supress warning "commit ineffective with AutoCommit enabled"

0.53 2016-01-16
  - Updated comments in sql to use ANSI standard

0.52 2015-09-03
  - Bumped version as 0.51 RPMs were never built for some reason.

0.51 2015-04-08
  - Added Tie::Cache package to manage prepare statements to avoid "ORA-01000: maximum open cursors exceeded"
  - Dropped Package::New base package to reduce external dependencies

0.50 2014-05-12
  - Fixed Makefile.PL NAME property - CentOS rebuild
  - Updated Documentation

0.49_2 2014-05-12
  - Documentation

0.49 2014-05-12
  - Removed single use of "//" to support perl 5.8

0.48 2014-05-11
  - Updated tests to pass when SQL::Abstract is not installed

0.47 2014-05-06
  - Added Export method csvappend_cursor

0.46 2014-05-06
  - Updated documentation

0.45 2014-05-05
  - Updated string constants to use single quotes

0.44 2014-04-22
  - Added bulk insert and update methods with "sql" prefixes.

0.43 2014-04-21
  - Renamed bulk insert and update methods with "abs" prefixes.

0.42 2014-04-21
  - Added bulkupdatearrayarray method and tests

0.41 2014-04-20
  - Deleted DESTROY method which closed database handles passed in.

0.40 2014-04-19
  - Added bulkinsertcursor($table, $sth);
  
0.39 2014-04-19
  - Added tests for sqlarrayhash in t/002_sql_functions.t
  - Added tests for absarrayhash in t/002_abs_functions.t

0.38 2014-04-18
  - Added prepare method as caching overlay.

0.37 2014-04-18
  - Added bulk insert methods

0.36 2014-04-15
  - Added sqlarrayobject and absarrayobject methods

0.35 2014-04-15
  - Added "abs" namespace wrappers around SQL::Abstract for "sql" select methods
  
0.34 2014-04-12
  - Added SQL::Abstract interface for insert, update and delete

0.33 2014-04-11
  - Rolled back to our _prepare cache as DBI->prepare_cached does not integrate as well
  - Added better logging on failures
  - Updated documentation

0.32 2013-08-05
  - Removed our _prepare cache as DBI->prepare_cached is now available in DBI 1.40
  - Added Package::New is base object

0.31 2013-07-31
  - Tweaked DBIx::Array->{action} tie a bit to try to remove warning from some scripts.

0.30 2013-07-18
  - Added "sql" namespace for current insert/update/delete

0.29 2013-07-17
  - Fixed local $dba->{"action"} to handle disconnect before the tied variable goes out of scope

0.28 2013-07-01
  - Removed caching from $dbx->{"action"} scalar tie

0.27 2013-06-29
  - Added action scalar tied to the database
 
0.26 2013-06-18
  - Fixed tests to pass SKIP blocks

0.25 2013-03-24
  - Added Session objects mostly for Oracle.
    - MODULE, CLIENT_IDENTIFIER, CLIENT_INFO, and ACTION

0.24 2012-04-22
  - Updated documentation
  - Updated tests

0.23_2 2011-11-25
  - Updated spec for Fedora 16
  - Updated copyright year in LICENSE

0.23 2011-11-21
  - Corrected three spelling mistakes
  - Updated spec to remove hard coded requires for DBI

0.22 2011-08-27
  - Updated documentation
  - Added rpm spec file to distribution
  - Fixed DBD::mysql issue with $sth->{'NAME'} in the _sqlarrayhash method



( run in 2.479 seconds using v1.01-cache-2.11-cpan-9169edd2b0e )