|
From: <jp...@un...> - 2007-07-20 14:18:34
|
Hi, I'm currently working on a dbi abstraction layer (dbd driver that talks to custom server that talks to another dbd driver that talks to db -- all this for replication :). Problem is, my dbd driver will not know exactly which words are reserved until after a connection (when the custom server will query the mapped dbd driver for the information). I have already decided that custom functions are out of the question. I am thinking of editing libdbi to add a helper function to update the reserved words after connect. I would document the need to connect before checking if a word is reserved. Would this cause any problems? Thanks, Jesse |