X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fintro.xml;h=1c7ed2e7ec34fdb5c2104a286383924869b71a2d;hb=3798d7f348a8c66fc982f6729b08893327a94acb;hp=346ead3693b5bfa950fbe87f947676cca9184cde;hpb=fab9ddccc9e48d6784f2b6baa044f41f8d5c7731;p=clsql.git diff --git a/doc/intro.xml b/doc/intro.xml index 346ead3..1c7ed2e 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -1,7 +1,7 @@ + %myents; ]> @@ -23,7 +23,8 @@ History &clsql; is written by Kevin M. Rosenberg and based substantially - on Pierre R. Mai's excellent &maisql; package. The main changes + on Pierre R. Mai's excellent &maisql; package. Recently, the UncommonSQL + package has been ported and integrated with &clsql;. The main changes from &maisql; are: @@ -51,6 +52,9 @@ transaction support. + + UncommonSQL support. + @@ -111,6 +115,7 @@ &mysql; v3.23.51 and v4.0.15. &postgresql; v7.2 with both direct API and TCP socket connections. + &sqlite;. Allegro's ODBC interface (&aodbc;) using iODBC ODBC manager. @@ -216,7 +221,7 @@ all &clsql; systems. -(push #P"/usr/share/lisp/clsql/" asdf:*central-repository*) +(push #P"/usr/share/lisp/clsql/" asdf:*central-registry*) (asdf:operate 'asdf:load-op 'clsql-base) ; base CLSQL package (asdf:operate 'asdf:load-op 'clsql-mysql) ; MySQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql) ; PostgreSQL interface