From: Bjorn B. <bj...@br...> - 2008-07-07 19:10:59
|
On Sun, Jul 6, 2008 at 9:10 PM, Henning Thielemann <has...@he...> wrote: > > 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 Added. > 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? By installing the client libraries :-) > 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. Hmm, I haven't seen the cOLUMN_NAME behavior, but it seems silly, yes. /Björn |