Refactorng choose-database-for-instance method out.
authorNathan Bird <nathan@acceleration.net>
Tue, 12 Jun 2007 21:51:57 +0000 (17:51 -0400)
committerNathan Bird <nathan@acceleration.net>
Thu, 30 Jun 2011 20:56:28 +0000 (16:56 -0400)
commit7b4794147500df7188fef2fe4f5e16d05d552ffd
tree363d8180e6718e2330f7fd8e9ddd4bcd76094b58
parent18738a9744b8741091444d11fc317ecee6ff3b14
Refactorng choose-database-for-instance method out.

This function encapsulates the logic about which database connection
to use and is called by most of the update-*-from-* in the oodml
functions.  Also allows overriding to control object connection
management (which is nice in heavily multithreaded (web) environs)

 * f10fc333da09ea7e24477e6199ffbc541adff2f1
 * 348cafca35b850b66b1181ba0661211e64f0d4f1
sql/generics.lisp
sql/oodml.lisp