From: Bob D. <bd...@si...> - 2003-10-31 18:42:20
|
Well.. thats ok for our mysql users.. but rlib also does postgresql.. and soon informx... we either need seperate utilities or one smart one.. I could care less my self.... possible rlib-mysql and rlib-postgre and so on I would like to see rlib/src dir and have the utilities in there Could you check out rlib from anon cvs and then provide me a cvs diff And finally could you sign/fax this thingie http://rlib.sicompos.com/copyright_form.pdf You can read why here: http://rlib.sicompos.com/community.php It's almost the exact same thingie Ximian makes you sign.. and almost same as sun... we ask that you do this so that we can legally sell commercial rlib licenses... so that we can bring in a little revenue to pay for a lot of my time spent on rlib - Bob On Fri, 2003-10-31 at 13:26, John Buckman wrote: > > Maybe.. I need to look at it a tad closer.. but I have 1000's of emails > > to get to after being away 6 days.... I was hoping python/perl bindings > > would be the command line version of rlib... but If you want to clean up > > test2, call it something else and make it more generic I would accept it > > Other than the name (test2.c) being bad (I'd like to call it rlib.c <grin>) it's very generic, and ready to go. > > I don't see any obvious changes to make to it, other than nice-to-haves like --option style options on the command line. > > Plus, I didn't know what you'd want to name it, so that's why I left it as test2.c -- it compiles with your tests/Makefile, so it's easy for you to decide to call it something else and just modify the Makefile to compile it with that new name. > > -john > > > > - bob > > > On Wed, 2003-10-29 at 15:24, John Buckman wrote: > > > I've written a command line version of rlib. Since most of the report definition is > > in the xml file, all that's left are db connection settings, xml filename, sql query, > > and output type. > > > > > > The source code is attached as "test2.c". If you replace tests/test2.c with this, and > > "make test2" you'll have it. > > > > > > When you run it, you'll see: > > > > > > [root@www tests]# ./test2 > > > /opt/tmp/rlib-1.1.2/tests/.libs/lt-test2 requires 7 arguments: hostname username > > password database xml-filename output-format sql-query > > > You provided 0 > > > > > > Here's a simple example of it in use: > > > > > > ./test2 localhost root pass magnatune report3.xml html "SELECT artist, album, FROM > > visa" >test2.html > > > > > > You're welcome to include this in the rlib distribution -- it seems really handy to > > me. > > > > > > -john > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback Program. > > Does SourceForge.net help you be more productive? Does it > > help you create better code? SHARE THE LOVE, and help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |