pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip



Module name:    wip
Committed by:   tnn2
Date:           Sun Apr 13 14:23:12 UTC 2014

Modified Files:
        wip: TODO
        wip/libzdb: Makefile distinfo

Log Message:
libzdb-3.0 Released on 06 Jan 2014
New: Methods for retrieving Date, Time, DateTime and TimeStamp column values
  from a ResultSet. PreparedStatement_setTimestamp for setting Unix timestamp.
New: ResultSet_isnull, can be used to explicit test if a column value in a
  Result Set is SQL null. A Result Set already returns the NULL pointer for
  string and blob types and 0 for primitive data types if column value is SQL
  null, but to differ between SQL null and the value NULL or 0, this method
  can be used.
New: PreparedStatement_getParameterCount, Returns the number of parameters in
  a prepared statement
New: It is now a checked runtime error for the url parameter given in
  ConnectionPool_new to be NULL.
New: No longer require flex installed as the generated file is part of the
  distribution.
Fixed: Oracle: memory corruption in OracleResultSet when a Blob value is
  retrieved as a String


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1077 -r1.1078 wip/TODO
cvs -z3 rdiff -u -r1.3 -r1.4 wip/libzdb/distinfo
cvs -z3 rdiff -u -r1.4 -r1.5 wip/libzdb/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/TODO?r1=1.1077&r2=1.1078
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libzdb/distinfo?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libzdb/Makefile?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index