X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=BUGS;h=07702a693a712c606b1feefa02fd3183c0ea5aee;hp=80b9dd130415553fc071eb9db05ec976dc04976c;hb=8b84dd8066b5792cdc5b9570a60fb72c278da677;hpb=26cfa48009c72652e0ba8ce9aed8c53216e9a3d3 diff --git a/BUGS b/BUGS index 80b9dd1..07702a6 100644 --- a/BUGS +++ b/BUGS @@ -13,3 +13,18 @@ more information about libpq's SIGPIPE handler. Aleksandar Bakic reported the documentation says that :home-key and :foreign-key properties of the :db-info property may contain lists of symbols. However, update-objects-joins fails in such cases. + +2. configure file +Automatically generate makefiles based on the configuration of an +end-users system + +3. SBCL/MySQL interaction Similar to the postgres interaction noted +above SBCL installs its own SIGPIPE handler but the mysql library +disables it breaking thread interrupts. See also +http://ccl.clozure.com/irc-logs/lisp/2012-02/lisp-2012.02.22.txt Look +for the conversation starting at 20:03:32 between bobbysmith007 and +pkhuong. + +4. Thread safety issues. While clsql attempts to be threadsafe there +are some significant issues with some backends. See +doc/threading-warnings.txt for more info.