X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=db-db2%2FREADME;fp=db-db2%2FREADME;h=0000000000000000000000000000000000000000;hb=3770e7b13ca9fe756505f9cd90636ea18a5b5d63;hp=3bef886f8a8cacc7927e0b0475087d811ee9ff83;hpb=fe038ef290c0c055d42c39ac699bc25585d74874;p=clsql.git diff --git a/db-db2/README b/db-db2/README deleted file mode 100644 index 3bef886..0000000 --- a/db-db2/README +++ /dev/null @@ -1,24 +0,0 @@ -This is the header of the cadabra source file. - -;;;; a CMUCL/OCI implementation of a subset of the DBI interface -;;;; -;;;; The original version of this code was copyright (c) 1999-2000 Cadabra Inc. -;;;; It was placed in the public domain by Cadabra in January 2000. -;;;; -;;;; The implementors of the original version were Winton Davies -;;;; and William Newman . -;;;; The code will be maintained by Winton Davies. - -;;;; known issues: -;;;; * The code will leak C resources if errors occur in the the wrong -;;;; places, since it doesn't wrap its allocation/deallocation -;;;; logic in the necessary EVAL-WHENs to prevent this. (This could be -;;;; easily be an issue for long-running processes which recover from -;;;; database errors instead of simply terminating when they occur. It's -;;;; not an issue for programs which consider database errors so abnormal -;;;; that they die immediately when they encounter one.) -;;;; * Instead of reading Oracle header files automatically, this code -;;;; uses constants, types, and function signatures manually transcribed -;;;; from the Oracle header files. Thus, changes in the header files -;;;; may require manual maintenance of the code. (This version was written -;;;; for Oracle 8.1.5.)