*** johannesV has joined #gnuenterprise good morning *** kilo has joined #gnuenterprise *** btami has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** btami has quit IRC *** erkki_ has joined #gnuenterprise hello I'm considering using gnue in 3-tiered mode for a POS system.. have done a small inventory system using gnue in 3tiered mode, but that thing was single-user, now I'm wondering what kind of support there is in appserver for concurrency for example, are procedures,triggers, etc some way atomic, or not.. for example a simple increment or decrement of a counter .. if anyone has any ideas, please comment:) *** dimas has joined #gnuenterprise hi all *** btami has joined #gnuenterprise *** kilo has left #gnuenterprise *** jamest has joined #gnuenterprise *** CirrusImage has joined #gnuenterprise *** derek has quit IRC *** derek has joined #gnuenterprise anybody could tell how commit mails done with gnue svn? *** JC_ has joined #gnuenterprise *** JC_ is now known as J_C *** J_C is now known as JoseC Hi all (first time in IRC) What is the status of gnue on MacOSX? What about wx 2.6? i think it was running on osx a while back don't know the 2.6 status should be usable using fink you mean that fink has the gnue packages? and it is native or X11 ? (meaning Aqua for native) *** jcater has quit IRC i didnt mean fink grr.. i dont use enough anymore oh no.. i meant fink its X11 basically its debian on OSX and progress on wx 2.6? hi derek that should be the key to port Gnue to non X11 MacosX hi SachaAway last night at the phoenix linux user group like 6 people from Google showed up *** SachaAway is now known as SachaS i never made it to phoenix refresh and i couldnt get away to PLUG basically they sad: if you program in java, python, ruby, perl .... send us your CV i needed to talk to the Google folks too crazy. ok. they are looking for linux sys admins and developers i did talk via email to james britt though young and old i have a job i love he mentioned that he received an email. so i dont see google being an employer in the near future :) maybe they have a project for you. :) well they are doing my speciality here internal service applications (finance, budget, human resources) if each google employer has 1 day to work on private stuff ... some may contribute in Free and Open Source projects *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC how to get list of all attributes from python object? something like dir() shows for procedures dir shows attributes too really there is little distinction nickr: thanks, will check *** JoseC has quit IRC *** jcater has joined #gnuenterprise *** jcater has quit IRC *** jcater has joined #gnuenterprise *** Werd has quit IRC *** jemfinch has joined #gnuenterprise as I recall, this is the place to come with SQL questions :) there are certainly sql speakers here excellent. I'm curious about something. let's imagine I have a table called "dependencies," which perhaps, has two columns, both foreign keys for the "packages" table. One column might be called "does_the_depending" and the other column called "is_being_depended_on" (if you have clearer or shorter names, feel free to let me know :)) so I would get the "direct" dependencies of a package with SQL like this: SELECT is_being_depended_on FROM dependencies WHERE does_the_depending = 'foo' now, such a package would have "indirect" dependencies as well...the direct depedencies of those dependencies. and even more, with those packages' dependencies, and so forth. is there a way, in SQL, to get *all* the dependencies (direct and indirect) from the dependencies table? that would recurse to an unknown depth, I'm not sure if you can do that in sql *** jcater has quit IRC at least in sql2 hm? there will be in sql3 recursivity? how would that work? don't remember, just had read something before... *** Werd has joined #gnuenterprise it seems as though youcould make a stored procedure to do it *** johannesV_ has quit IRC *** btami has quit IRC *** kilo has joined #gnuenterprise *** jcater has joined #gnuenterprise *** jamest has quit IRC *** jamest has joined #gnuenterprise *** CirrusImage has quit IRC *** SachaS has quit IRC *** J_C has joined #gnuenterprise *** erkki__ has joined #gnuenterprise *** J_C is now known as JC_ *** erkki_ has quit IRC *** JC_ has left #gnuenterprise *** JC_ has joined #gnuenterprise *** JC_ has quit IRC *** jemfinch has left #gnuenterprise *** jamest has left #gnuenterprise *** Werd has quit IRC *** jcater has joined #gnuenterprise *** derek has quit IRC *** jamest has joined #gnuenterprise *** kilo has quit IRC *** Werd has joined #gnuenterprise *** Werd has quit IRC *** derek has joined #gnuenterprise *** Poincare has quit IRC *** ncjp has quit IRC *** nickr has quit IRC *** nickr has joined #gnuenterprise *** Poincare has joined #gnuenterprise *** ncjp has joined #gnuenterprise