Re: disable creations of new databases when running the network server

2023-09-16 Thread Stanimir Stamenkov via derby-user
Sat, 16 Sep 2023 08:51:39 +0200, /fed/: My doubt is that, if I am not wrong, every user that can connect to the network server can create a new database and so indirectly a new directory in the same places where the user that runs the network server have write permissions. I would prefer to

Re: Memory Leak in org.apache.derby.impl.io.vfmem.DataStore

2023-03-16 Thread Stanimir Stamenkov via derby-user
Thu, 16 Mar 2023 20:06:09 +0200, /Stanimir Stamenkov/: I'm not finding destroy=true attribute but a drop=true one:   * Setting attributes for the database connection URL (Derby Reference Manual) that is specific for

Re: Size of CLOB...

2023-03-23 Thread Stanimir Stamenkov via derby-user
Thu, 23 Mar 2023 14:54:50 -0600, /Russell Bateman/: In fact, experimentation seems to suggest that the breaking point is a length of 32K+. This seems to match the VARCHAR and LONG VARCHAR specifications: * https://db.apache.org/derby/docs/10.16/ref/rrefsqlj41207.html *

Re: Memory Leak in org.apache.derby.impl.io.vfmem.DataStore

2023-03-16 Thread Stanimir Stamenkov via derby-user
Thu, 16 Mar 2023 11:29:10 -0400, /Clebert Suconic/: at the end of the test, we call destroy and shutdown of derby with: try { DriverManager.getConnection("jdbc:derby:memory:test;destroy=true"); } catch (Exception ignored) { // it always throws an exception on shutdown