home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / oraperl2.zip / CHANGES < prev    next >
Text File  |  1993-07-01  |  1KB  |  31 lines

  1. Changes to the Oraperl package.
  2.  
  3. Patch 01
  4. ========
  5. Fixed a bug in Makefile - $(LIBS) was not used
  6. Added the file Oracle-v5 - hints for building under Oracle v5
  7. Changed copyright notices to allow copying under Larry's Artistic License
  8. Added network addresses to the manual pages
  9. Added a PATCHLEVEL file
  10. No functional changes
  11.  
  12. Patch 02
  13. ========
  14. Added support for dynamically modifiable SQL statements
  15. Added a Hints file
  16. Corrected an error in the quick-reference sheet
  17.  
  18. Patch 03
  19. ========
  20. Fixed a bug in allocating the data buffers, notably affecting DATE fields
  21. Fixed a bug in not freeing the space for ora_bind parameters
  22. Fixed a bug in creating a "debug" variable when it wasn't needed
  23. Improved debugging output, added support for flag 32 (string/numeric conversion)
  24. Improved handling of $ora_errstr
  25. Added configuration flags for various things to the Makefile
  26. Added targets listing and docs to the Makefile
  27. Added the &ora_version() function, analagous to Perl's -v flag.
  28. Added the &ora_do() function, equivalent to &ora_close(&ora_open(...))
  29. Added handling of NULL values returned from the database
  30. Added an 'oraperl.ph' file
  31.