Re: [q-lang-users] Q in FC6
Brought to you by:
agraef
From: Burton S. <kr...@gm...> - 2006-11-24 15:07:01
|
Hi Tim, Thanks for testing the ebuild. See comments below. On 24 Nov 2006 14:54:34 +0000, Tim Haynes <q...@st...> wrote: > a) isn't GMP more a requirement for Q than an optional USE thing? Correct. My mistake; I removed gmp from the configuration section, added gmp as a real dependancy. > b) interestingly, you've got the odbc option but it rebuilt libiodbc as a > dependency before building Q. Not that I'm complaining[1], of course. I looked at the Q docs and found that it supported libiodbc and UNIXodbc; I just picked one, since I don't use the ODBC functionality at all. > c) A minor (probably only visual) niggle. This strikes me as having a few > too many commas for my sanity: > > | ==> import odbc > | > | ==> def H=odbc_connect "DSN=pgstraw" > | > | ==> sql H "select count(*) from gallery" () > | [("count",),(1770,)] > > I have both unixODBC and iODBC installed; on this box, Q's odbc.so is > linked against unixODBC; neither iodbctest nor isql hint at a second > column; versions of Q >=6.2incl exhibit this spare comma. I note I can type > [1,2,3,] into the interpreter and get back [1,2,3] for my trouble (so I'd > expect the above resultset display to be normalized too). Am I missing some > update somewhere? Not sure about this problem since I don't use the ODBC at all. Maybe I should default to using the unixODBC instead? How about I do that and you test it and tell me if that works better for you and I'll leave it. I'll have the new ebuild up in a couple of minutes. -- burton samograd kr...@gm... kruhft.boldlygoingnowhere.org www.myspace.com/kruhft |