|
From: Michael N. <mne...@us...> - 2002-07-26 18:15:00
|
Update of /cvsroot/ruby-dbi/src/lib/dbi/doc In directory usw-pr-cvs1:/tmp/cvs-serv7213 Modified Files: ChangeLog Log Message: * Index: ChangeLog =================================================================== RCS file: /cvsroot/ruby-dbi/src/lib/dbi/doc/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 3 Jul 2002 20:05:03 -0000 1.21 +++ ChangeLog 26 Jul 2002 18:14:57 -0000 1.22 @@ -1,5 +1,14 @@ =begin +: 0.0.17 + +* contrib: added dbrc (Daniel Berger) + +* dbd_pg: enhanced conversion: default is to_str, added timestamp + (with/without timezone) + +* dbi.rb: added Timestamp#to_time/to_date (Dave Thomas) + : 0.0.16 (2002-07-03) * dbd_pg: Added Statement#fetch_scroll (patch by Stephen Davies). |