Re: [opendbx] Making utils disable by default

2010-03-27 Thread Mariano Martinez Peck
On Fri, Mar 26, 2010 at 2:21 PM, Norbert Sendetzky wrote: > Hi Mariano > > > Hi Norbert. We found several persons that had problems compiling OpenDBX > > due to not finding some libraries like readline and so on. I though it > was > > only Windows, but it happens also in Linux. Most of the time

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Norbert Sendetzky
Hi Mariano > Sorry Norbert I didn't have time to use gdb...quite complicated my last > months (and the next two, even more) There's not need to at the moment. The only thing I would like to know is if the odbx-threads executable is segfaulting or not. > I saw in the bug tracker that you did pro

[opendbx] Transactions opened

2010-03-27 Thread Mariano Martinez Peck
Hi Norbert. I have a question. I don't want the user of SqueakDBX let transactions opened to the database when closing a connection. Suppose this scenario - I open a connection (odbx_init and odbx_bind) - send a query which starts the transaction. This query depends on the database, but suppose s

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Norbert Sendetzky
Hi Mariano > However, I have another error in make. I attach conf.log and the output of > make. OK, I've found out that I have to commit the generated configure and Makefile.in as well (rev 329). Otherwise you would have to call autoreconf. Norbert -- OpenPGP public key http://www.linuxnetwor

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Mariano Martinez Peck
On Sat, Mar 27, 2010 at 4:00 PM, Norbert Sendetzky wrote: > Hi Mariano > > > However, I have another error in make. I attach conf.log and the output > of > > make. > > OK, I've found out that I have to commit the generated configure and > Makefile.in as well (rev 329). Otherwise you would have to

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Norbert Sendetzky
Hi Mariano > The thing is that I run my suite tests and I have the problem again :( Please make a svn update again, build the library and run the test/odbxplusthreads program, please? That's the test I would like to see if it's working: test/odbxplusthreads -b firebird -h -p 3050 -d -u -w

Re: [opendbx] Transactions opened

2010-03-27 Thread Norbert Sendetzky
Hi Mariano > - I open a connection (odbx_init and odbx_bind) > - send a query which starts the transaction. This query depends on the > database, but suppose something like "START TRANSACTION;" > - insert something > - close the connection (odbx_finish and odbx_unbind). Here I didn't do any > comm

Re: [opendbx] Transactions opened

2010-03-27 Thread Mariano Martinez Peck
On Sat, Mar 27, 2010 at 5:24 PM, Norbert Sendetzky wrote: > Hi Mariano > > > - I open a connection (odbx_init and odbx_bind) > > - send a query which starts the transaction. This query depends on the > > database, but suppose something like "START TRANSACTION;" > > - insert something > > - close

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Mariano Martinez Peck
On Sat, Mar 27, 2010 at 5:09 PM, Norbert Sendetzky wrote: > Hi Mariano > > > The thing is that I run my suite tests and I have the problem again :( > > Please make a svn update again, build the library and run the > test/odbxplusthreads program, please? That's the test I would like to see > if >

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Mariano Martinez Peck
hahahahaha it was not a good idea to enable debug mode on such tests and even more running on top of a virtualbox image running all databases at the same time hahahaha but is cool to see a mac giving all it can :) On Sat, Mar 27, 2010 at 5:53 PM, Mariano Martinez Peck < marianop...@gmail.com> wro

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Norbert Sendetzky
Hi Mariano > > test/odbxplusthreads -b firebird -h -p 3050 -d -u -w > > -v -r 100 > > I guess you meant odbxplustest instead of odbxplusthreads No, it's odbxplusthreads, the new test application. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc signature.asc

Re: [opendbx] Transactions opened

2010-03-27 Thread Norbert Sendetzky
Hi Mariano > So...the firebird backend (opendbx) takes care about that ? i don't have to > worry about that ? > correct? Yes, that's correct. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc signature.asc Description: This is a digitally signed message part.

Re: [opendbx] Problem wih Firebird in Linux

2010-03-27 Thread Mariano Martinez Peck
On Sat, Mar 27, 2010 at 6:57 PM, Norbert Sendetzky wrote: > Hi Mariano > > > > test/odbxplusthreads -b firebird -h -p 3050 -d -u -w > > > -v -r 100 > > > > I guess you meant odbxplustest instead of odbxplusthreads > > No, it's odbxplusthreads, the new test application. > > > I don't have that