Changes for zSQLgate, version 0.02
8th March 2002
Changes between versions
0.01
and
0.02
(Fri Mar 8 12:43:46 2002):
- Enable configuration files to specify attribute sets by name
(e.g. BIB1) as well as by OID (1.2.840.10003.3.1)
- Improve diagnostics from configuration-file parser: filename
and line number are now specified on all errors.
- Modify the ResultSet module to notice when its using the CSV
driver and count records by hand rather than trying SELECT
COUNT(), which is not supported by that driver.
- Tweaked the configuration file lexer to recognise
``\n'' in strings as a literal newline (entirely so
that we can specify a rational end-of-line protocol in our
DBD::CSV invocation.)
- Fix the XML record renderer to use the specified tag-names:
was previously using the table names!
- Added the zSQLgate Installation Guide
(the POD documentation
from the Net::Z3950::DBIServer::Install module.
- Added the music example directory, using
DBD::CSV.
- Various tweaks to documentation.
Feedback to
<mike@sql.z3950.org>
is welcome!