|
Thanks for the detailed info. I will take a look at what can be done to
address this. Satheesh Jean T. Anderson (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-142?page=comments#action_12331614 ]Jean T. Anderson commented on DERBY-142: ---------------------------------------- I attached a new test case, DerbyTest142.java, based on db-derby-10.1.1.0-bin/demo/simple/SimpleApp.java that demonstrates the problem with the Derby Network Client (Derby 10.1.1.0). You can compile the app to run in embedded mode or in Derby Network Client mode. The output for the embedded run shows that the ID and NAME columns are writeable: [EMAIL PROTECTED] DERBY-142]$ java -Dderby.system.home=$DERBY_SYSTEM_HOME DerbyTest142 DerbyTest142 starting in embedded mode. Loaded the appropriate driver. Connected to and created database test Created table readonlytest ID column is writeable Name column is writeable Dropped table readonlytest Closed result set and statement Committed transaction and closed connection Database shut down normally DerbyTest142 finished The output for the Derby Network Client run shows that the columns are readonly: [EMAIL PROTECTED] DERBY-142]$ java -Dderby.system.home=$DERBY_SYSTEM_HOME DerbyTest142 DerbyTest142 starting in Derby Network Client mode. Loaded the appropriate driver. Connected to and created database test Created table readonlytest ID column is readonly Name column is readonly Dropped table readonlytest Closed result set and statement Committed transaction and closed connection DerbyTest142 finished Thomas Fischer explained in http://mail-archives.apache.org/mod_mbox/db-torque-dev/200510.mbox/[EMAIL PROTECTED] that this problem prevents Torque from working with Derby and the network server: |
- Re: [jira] Commented: (DERBY-142) ResultSetMe... Satheesh Bandaram
- [jira] Commented: (DERBY-142) ResultSetM... Satheesh Bandaram (JIRA)
- [jira] Commented: (DERBY-142) ResultSetM... Jean T. Anderson (JIRA)
- Re: [jira] Commented: (DERBY-142) Re... Lance J. Andersen
- Re: [jira] Commented: (DERBY-142... Satheesh Bandaram
- Re: [jira] Commented: (DERBY... Lance J. Andersen
- [jira] Commented: (DERBY-142) ResultSetM... Mamta A. Satoor (JIRA)
- [jira] Commented: (DERBY-142) ResultSetM... Thomas Fischer (JIRA)
- [jira] Commented: (DERBY-142) ResultSetM... Satheesh Bandaram (JIRA)
- [jira] Commented: (DERBY-142) ResultSetM... Daniel John Debrunner (JIRA)
- [jira] Commented: (DERBY-142) ResultSetM... Satheesh Bandaram (JIRA)
