|
From: Michael N. <mne...@us...> - 2002-07-03 20:05:06
|
Update of /cvsroot/ruby-dbi/src/lib/dbi/doc In directory usw-pr-cvs1:/tmp/cvs-serv13793 Modified Files: ChangeLog Log Message: * Index: ChangeLog =================================================================== RCS file: /cvsroot/ruby-dbi/src/lib/dbi/doc/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 21 May 2002 19:01:30 -0000 1.20 +++ ChangeLog 3 Jul 2002 20:05:03 -0000 1.21 @@ -1,5 +1,17 @@ =begin +: 0.0.16 (2002-07-03) + +* dbd_pg: Added Statement#fetch_scroll (patch by Stephen Davies). + +* dbi: Added StatementHandle#[] and #[]=. Updated DBI and DBD specs. + +* dbd_pg: Fixed semantic of method Statement#rows (affects also Database#do): + Now returns the Row Processed Count instead of the number of rows in the result. + The old behaviour is still available through method Statement#['pg_row_count']. + +* changed license from GNU GPL to BSD + : 0.0.15 (2002-05-21) * added example trace_test.rb |