Logging implemented via coderefs instead of an explicit Log4perl implementation. This allows the caller to use whatever logging library they want and not just log4perl.
Add Log4perl logging support
Logging implemented via codrefs instead of an explicit Log4perl implementation. This allows the caller to use whatever logging library they want and not just log4perl.
[15] Adding support for the sql log files to be coderefs
Add Log4perl logging support
Add Log4perl logging support
isValid() missed STDOUT checks
[#8] isValid() handling of STDOUT and updated unit tests.
Ticket moved from /p/dbiwrapper/feature-requests/14/
isValid() missed STDOUT checks
Allow logging of sql statements to STDOUT
This feature has been implemented in v0.34. Unit test coverage added to validate it is working as designed.
[#13] Adding support for logging to STDOUT for sql statements
Allow logging of sql statements to STDOUT
POD documentation and async WARNINGS.
Fleshing out Cassandra options.
Further DBD::Cassandra integration.
Refactoring error messages in read()/write() methods.
Enhance substitute pattern to handle quote value and quote identifier
This was implemented in 0.31.
Merge branch 'master' into add-cassandra-support
Improved error output so sp_hints array is included.
Bumping release info for debian build.
Final tweaks to fully test sp_hints for the read method.
Updating the sp_hints code for write(), even though it should not be called.
Bumping release info to 0.32.
Only enforce sp_hints if the dbType = 'Sybase'.
sp_hints initial addition to read()/write() and all methods that call them.
Bumping release info for DBD::Cassandra support.
Merge branch 'master' into add-cassandra-support
Merge branch 'master' into add-cassandra-support
Bumping release info.
Enhancing the substitution feature to handle quoted values and identifiers.
The regex needs to do a multiline global replace instead of the current global replace.
Enhance substitute pattern to handle quote value and quote identifier
Enhance substitute pattern to handle quote value and quote identifier
Bumping debian release info.
Merge branch 'master' into add-cassandra-support
Add support for hostname and scriptName parameters
This was implemented by David Sinck and merged into master.
Add support for hostname and scriptName parameters
added support for hostname and scriptName
resolved in 6bf059
The dsn string for sybase doesn't need the syb_ prefix on hostname and scriptName.
added support for hostname and scriptName
Initial support for DBD::Cassandra.
dbiwrapper not using APIs for postgres 1.8
Add support for DBD::Cassandra
Had to quote the version so it got processed properly. :(
Bumping release info.
Remove the explicit references to META.yml and MYMETA.*
Updating the MANIFEST file and adding the MYMETA.* files.
* Tweaking the test.pl that gets run on install so that it won't run without the
Update the deb dependancies so it will build cl...
Update modules we depend on and my contact emai...
Adding the new Time::Now related modules.
Optimizing date related time code.
adding .gitignore
Version 0.14 import into SF.
Updated to note the changes in 0.16
Updated to 0.15. Improved error trapping in cl...
Fleshed the readXML method out. Implemented th...
Updated all error output to use errStr to hold ...
Added a test to start putting the readXML metho...
Updated to version 0.16 and added notes as need...
Initial revision
* Tweaks to the logging code to include human ...
Bumping release info.
Bumped release info. Added the getID() method ...
Removing the . which makes lintian complain.
Doing test of string method. Had to escape the...
Added a new XML string test for the error docum...
Restoring the $self->{errorPhrase} support.
Sorting the columnNames after they have all bee...
Made sure the sql, plug and column names were X...
Debianizing the DBIWrapper perl module.
columns = 2 readXML and starting of xml parsing...
Updating my email address to be more spam proof...
Adding the syb_err_handler support.