That is indeed it. Thank you very much.
Daniel Tripp wrote:
> Hello all. I have run into some behaviour that looks like a memory
> leak. I don't know if it's a bug or if I'm just missing something, but
> it's causing my application to crash so I would greatly appreciate any
> ideas.
>
> Scenario: Using derby 10.1.1.0 in an embedded s
Sorry for the crappy formatting of the code in my original mail. I hope
this one is better:
** InsertLots.java **
import java.util.*;
import java.sql.*;
import org.apache.derby.jdbc.EmbeddedDriver;
public class InsertLots {
static public void main(String args_[]) throws Exception {
new E