home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume37 / sybperl / part02 / CHANGES < prev    next >
Text File  |  1993-05-04  |  2KB  |  44 lines

  1.     Sybperl CHANGES:
  2.  
  3.     1.006    Added contributed patches: &dbwritetext(),
  4.         &dbsafestr() and a modified &dblogin().
  5.         Added &dbhasretstats() and &dbretstatus(), as well as
  6.         some calls to DBlib macros such as DBCMD(),
  7.         DBMORECMD(), etc.
  8.         Received a patch to eg/space.pl from Wolfgang Richter.
  9.         Code that was defined to compile if BROKER_DBCMD was
  10.         defined has been removed. It was only a hack, making
  11.         use of knowledge of the structure of the DBPROCESS
  12.         data type.
  13.         Added the possibility to return an associative array
  14.         from &dbnextrow.
  15.         Added support for new datatypes (SYBREAL, SYBDATETIME4).
  16.         NULL values retrieved using &dbnextrow can be returned
  17.         as 'undef' instead of 'NULL' (this is a compile-time
  18.         option).
  19.     1.005   Sybperl would core dump if you used a uninitialized
  20.             DBPROCESS.
  21.         A solution to the sometime pathological    memory usage
  22.         observed when using a release of Perl lower than 4.035
  23.         is also described in BUGS.
  24.         &dblogin now returns -1 if the dblogin() or dbopen()
  25.         calls fail.
  26.         Added the possibility to login to a specific server
  27.         without setting the DSQUERY environment variable.
  28.         Added a script to extract the information regarding
  29.         the database from the databases' system tables. See
  30.         eg/dbschema.pl.
  31.     1.004    Added support for Perl based error and message
  32.         handlers (as made possible by Perl 4.018). Many Thanks
  33.         to Teemu Torma for this code.
  34.         Added limited support for SYBTEXT datatypes.
  35.         Added &dbstrcpy() to retrieve the current command buffer.
  36.         The DBPROCESS parameter to most &db*() calls can now
  37.         be omitted: it will default to the first DBPROCESS
  38.         opened (the one that is returned by &dblogin()).
  39.         Added lib/sybdb.ph
  40.         Added a couple of example scripts in eg/*.pl, courtesy
  41.         of Gijs Mos (Thank You!).
  42.     1.003    Base version.
  43.  
  44.