Oratcl change history


Version 1.0,  July, 1993

     First general release, borrowed on concepts from my Sybtcl package.


--------------------------------------------------------------------------------

Version 2.0, November, 1993

     Change oratcl.c to support Tcl 7.0+.  Change wosql for new pack
     syntax in Tk 3.3.
     Add oracancel to man page, and fixed reference to "errortxt"

     New - Makefile and appinit.sed script.

--------------------------------------------------------------------------------

Version 2.1, February, 1994

     Change oratcl.c - add optional commands to "orafetch" command, 
     add colprecs and colscales to oracols (thanks to Dan Schenck); 
     change init function to (int); avoid possible core dump in oralogon 
     when connect to server failed; change how cursor handles are made

     Wosql - use new orafetch when possible

--------------------------------------------------------------------------------

Version 2.11, April, 1994

     Change oratcl.c - fix orasql to only call parse_columns() after DML,
     fixes bogus error in V7 after DDL.

--------------------------------------------------------------------------------

Version 2.2, October, 1994

     Change oratcl.c - change default nullvalue to "default", which performs
     current behavior, set oramsg(nullvalue) "" will give true null elements
     even for numeric data (potential incompatibility.)  clean up left over
     public functions to Oratcl_xxxx.  add last parameter to orlon(), which
     caused connect problems for some.

     Change make/install to use autoconf.

--------------------------------------------------------------------------------


