[Tweaks John Goerzen **20071114082208] { hunk ./en/ch21-databases.xml 493 + + Please note that some databases may not be able to provide all + this metadata. In these circumstances, an exception will be + raised. + hunk ./en/ch21-databases.xml 540 + FIXME: insert ref to data.typeable, app c hunk ./en/ch21-databases.xml 544 - - Data.Typeable - FIXME - - hunk ./en/ch21-databases.xml 546 - FIXME + + Different database systems have different capabilities + regarding multithreading. The HDBC API spec suggests that, to + be safe, you should not try to issue more than one + simultaneous query over a single connection. Though you may + use a single connection serially across multiple threads. + }