Hi, I'm not sure whether I really grasp what you're doing here, but I don't think this would cause problems. To the best of my knowledge the list of reserved words is not used internally anyway, it is only there to be queried by the application using libdbi.
regards, Markus [EMAIL PROTECTED] writes: > 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 > -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

