X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fintro.xml;h=09879461efe9581d89d5a7185b2fc030b88dd581;hb=508c4b5bfa6d1bf0cc8434bc991c14395493a7f0;hp=044ec082b437f7082be964cd5289d3cec91552ad;hpb=7ff510f86da4e60a8bde51d9874729bb518f3ae0;p=clsql.git diff --git a/doc/intro.xml b/doc/intro.xml index 044ec08..0987946 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -121,8 +121,8 @@ Currently, &clsql; supports the following databases: - &mysql; v3.23.51 and v4.0.15. - &postgresql; v7.2 with both direct API and TCP + &mysql; v3.23.51 and v4.0.18. + &postgresql; v7.4 with both direct API and TCP socket connections. &sqlite;. Direct &odbc; interface. @@ -250,9 +250,9 @@ configuration file named .clsql-test.config must be created in your home directory. There are instructures on the format of - that file in the tests/tests.lisp file in - the &clsql; source directory. After creating that file, you - can run the test suite with &asdf;: + that file in the tests/README. After + creating .clsql-test.config, you can run + the test suite with &asdf;: (asdf:operate 'asdf:test-op 'clsql)