Re: Why derby do not auto commit?

2010-05-31 Thread Kristian Waagan
On 31.05.10 06:03, Hawkx wrote: I found that derby do not auto commit data change on my computer, even I set auto commit to true explicitly. nothing written to database, unless I call commit(). Hi, I think this is expected behavior, because you don't close the statement. From [1] (* added

Re: Why derby do not auto commit?

2010-05-31 Thread Hawkx
://db.apache.org/derby/docs/dev/devguide/cdevconcepts29416.html -- View this message in context: http://old.nabble.com/Why-derby-do-not-auto-commit--tp28726531p28727742.html Sent from the Apache Derby Developers mailing list archive at Nabble.com.

Re: Why derby do not auto commit?

2010-05-31 Thread Knut Anders Hatlen
On Mon, 2010-05-31 at 09:46 +0200, Kristian Waagan wrote: On 31.05.10 06:03, Hawkx wrote: I found that derby do not auto commit data change on my computer, even I set auto commit to true explicitly. nothing written to database, unless I call commit(). Hi, I think this is

Re: Why derby do not auto commit?

2010-05-31 Thread Knut Anders Hatlen
On Mon, 2010-05-31 at 14:43 +0200, Knut Anders Hatlen wrote: On Mon, 2010-05-31 at 09:46 +0200, Kristian Waagan wrote: On 31.05.10 06:03, Hawkx wrote: I found that derby do not auto commit data change on my computer, even I set auto commit to true explicitly. nothing written to

Re: Why derby do not auto commit?

2010-05-31 Thread Kristian Waagan
On 31.05.10 14:55, Knut Anders Hatlen wrote: On Mon, 2010-05-31 at 14:43 +0200, Knut Anders Hatlen wrote: On Mon, 2010-05-31 at 09:46 +0200, Kristian Waagan wrote: On 31.05.10 06:03, Hawkx wrote: I found that derby do not auto commit data change on my computer, even I set

Re: Why derby do not auto commit?

2010-05-31 Thread Knut Anders Hatlen
On 05/31/10 03:38 PM, Kristian Waagan wrote: Is the paragraph referenced from the devguide accurate enough, or should we change it? There seems to be many fine details to handle related to this issue... I think that the paragraph is accurate enough. It doesn't say what happens when a

Re: Why derby do not auto commit?

2010-05-31 Thread Kristian Waagan
On 31.05.10 16:04, Knut Anders Hatlen wrote: On 05/31/10 03:38 PM, Kristian Waagan wrote: Is the paragraph referenced from the devguide accurate enough, or should we change it? There seems to be many fine details to handle related to this issue... I think that the paragraph is

Re: Why derby do not auto commit?

2010-05-31 Thread Knut Anders Hatlen
On 05/31/10 04:29 PM, Kristian Waagan wrote: On 31.05.10 16:04, Knut Anders Hatlen wrote: On 05/31/10 03:38 PM, Kristian Waagan wrote: Is the paragraph referenced from the devguide accurate enough, or should we change it? There seems to be many fine details to handle related to

Why derby do not auto commit?

2010-05-30 Thread Hawkx
this message in context: http://old.nabble.com/Why-derby-do-not-auto-commit--tp28726531p28726531.html Sent from the Apache Derby Developers mailing list archive at Nabble.com.