From: Bjorn B. <bj...@br...> - 2008-07-08 05:45:48
|
On Tue, Jul 8, 2008 at 12:30 AM, Justin Bailey <jgb...@gm...> wrote: > On Thu, Jul 3, 2008 at 3:18 AM, Henning Thielemann > <has...@he...> wrote: >> >> When running DBDirect, I get table and attribute identifiers like uSERS >> and tITLE. How about an option for DBDirect that convert names to camel >> case, like >> USER_TABLES -> userTables >> ? > > I found it was easier to write my "own" DBDirect than use the program > supplied (I had some special needs, like regenerating all the modules > in a given directory). A structure describing all the tables is built > before they are rendered. You can probably do this transformation > yourself pretty easily. Yeah, this is useful advice. I did the same for Hope. /Björn |