From: Justin B. <jgb...@gm...> - 2008-07-07 22:30:27
|
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. Justin |