Okay. In my unit tests I try to delete the previous database completely, so as to run each test from scratch. I close the connection, and then delete all files, however this sticks:
seg0, c4b0.dat. Does it have any special meaning? Eitherway, how can I get rid of it? I thought con.close() did the job. 2010/3/3, Knut Anders Hatlen <[email protected]>: > Gabriele Kahlout <[email protected]> writes: > >> That's interesting. I catch the opportunity to ask, is it possibly to >> alias/retrieve the ROWID, of the row? In SQLite that is ROWID, while >> reading the Java DB doc, I found no such thing and so tried to >> 'simulate' it with RID. However as you pointed above it doesn't alias >> the ROWID, which I extensively depend on. > > Hi Gabriele, > > There's currently no ROWID support in Derby. > > -- > Knut Anders > -- Regards, K. Gabriele --- unchanged since 25/1/10 --- P.S. Unless a notification (LON), please reply either with an answer OR with " ACK" appended to this subject within 48 hours. Otherwise, I might resend. In(LON, this) ∨ In(48h, TimeNow) ∨ ∃x. In(x, MyInbox) ∧ IsAnswerTo(x, this) ∨ (In(subject(this), subject(x)) ∧ In(ACK, subject(x)) ∧ ¬IsAnswerTo(x,this)) ⇒ ¬IResend(this). Also note that correspondence may be received only from specified a priori senders, or if the subject of this email ends with a code, eg. -LICHT01X, then also from senders whose reply contains it. ∀x. In(x, MyInbox) ⇒ In(senderAddress(x), MySafeSenderList) ∨ (∃y. In(y, subject(this) ) ∧ In(y,x) ∧ isCodeLike(y, -LICHT01X) ).
