doc.txt

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

SQLI/SQLD (c) 2004/2005/2006 Hans Oesterholt-Dijkema, License: LGPL.

For more information, see:

   http://www.elemental-programming.org/Bigloo%20SQLI.html

You can also look in the manual section of the Help Desk for "SQLI - SQL Interface module".

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CONTENTS
--------

* PLANET RELEASE LOG
* INCLUDED DRIVERS

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

PLANET RELEASE LOG
------------------
2007-29-04 SQLID Version 1.3, planet package 1.3. All drivers have been removed from the 
           sqlid package. sqli.scm has been extended with a function: sqli-last-query, which
           gives back the last executed query (for debugging purposes).

2006-24-01 SQLID Version 1.01, planet package 1.2. With precompiled dynamic libraries for 
           PLT Scheme 301_000. And changed test programs, which now all require planet instead
           of require directly.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

INCLUDED DRIVERS
----------------

No drivers are included with this sqlid release. You can download extra drivers
from planet, using:

(require (planet "sqld-sqlite.scm" ("oesterholt" "sqld-sqlite.plt" 1 0)))
(require (planet "sqld-psql.scm" ("oesterholt" "sqld-psql.plt" 1 0)))

* A new MySQL driver is in development.
* Drivers for the following databases were included in previous releases of sqlid, but
  they need refactoring to the mzscheme FFI system:
   - Oracle >=8  (via libsqlora8).
   - DB2         (via db2cli).

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

TODO
----

* Add support for database CURSORS.
* Maybe add support for more types.
* Add support for large objects.

* Add more drivers; e.g. for:

   * Sybase