r11859: Canonicalize whitespace
[clsql.git] / BUGS
1 1. SBCL/Postgresql Interaction
2
3 Gabor Melis reported an interaction with SBCL and the postgresql
4 database backend using a multithreaded program and Portable
5 AllegroServe. It appears that libpg installs its own SIGPIPE
6 handler. When a multithreaded program servicing socket requests has
7 SIGPIPE conditions thrown, the running SBCL instance is killed.  The
8 web page http://linux.com.hk/docs/postgresql/libpq-threading.html has
9 more information about libpq's SIGPIPE handler.
10
11 2. Object joining
12
13 Aleksandar Bakic reported the documentation says that :home-key and
14 :foreign-key properties of the :db-info property may contain lists of
15 symbols. However, update-objects-joins fails in such cases.