From: Henning T. <has...@he...> - 2008-07-06 19:10:47
|
On Sat, 5 Jul 2008, Bjorn Bringert wrote: > On Thu, Jul 3, 2008 at 12:49 PM, Henning Thielemann <has...@he...> wrote: > > > But since the program has the database back-end baked in, it would be > > straight-forward to show only the options for that particular > > back-end. I could modify DBDirect in this way, if the patches will be > > accepted. > Yes, please do. I won't have much e-mail access during the summer > though. I can give you write access to the darcs repo. What's your > code.haskell.org username? thielema However, how can I test whether the modified sources for all drivers can be compiled, if I have not installed clients for all these databases? I also like to use GetOpt in DBDirect and I like to add an option that converts table and column names like TABLE_NAME and COLUMN_NAME to TableName and columnName. I find the currently generated cOLUMN_NAME quite unsatisfying. However, I'm not sure whether I can assert unique identifiers this way. |