[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-24 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15298196#comment-15298196 ] Bryan Pendleton commented on DERBY-3181: It seems like we maybe don't need

[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-24 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15298153#comment-15298153 ] Bryan Pendleton commented on DERBY-3181: The patch looks great, thanks for adding the new message

[jira] [Commented] (DERBY-6854) Make it possible to run Derby tests on early access versions of JDK 9

2016-05-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15295213#comment-15295213 ] Bryan Pendleton commented on DERBY-6854: Thanks for the references and discussion. I agree

[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15295090#comment-15295090 ] Bryan Pendleton commented on DERBY-3181: Hi Danoja, it is great to hear that the tests are working

[jira] [Commented] (DERBY-6854) Make it possible to run Derby tests on early access versions of JDK 9

2016-05-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15295078#comment-15295078 ] Bryan Pendleton commented on DERBY-6854: Does this classloader re-arrangement have any effect

[jira] [Commented] (DERBY-6839) InvalidClassException when upgrading db from 10.10.1.1 to 10.11.1.1 or 10.12.1.1

2016-05-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15281507#comment-15281507 ] Bryan Pendleton commented on DERBY-6839: The observation that calling

[jira] [Commented] (DERBY-6839) InvalidClassException when upgrading db from 10.10.1.1 to 10.11.1.1 or 10.12.1.1

2016-05-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15281188#comment-15281188 ] Bryan Pendleton commented on DERBY-6839: Thank you for the additional information. I looked

[jira] [Commented] (DERBY-6839) InvalidClassException when upgrading db from 10.10.1.1 to 10.11.1.1 or 10.12.1.1

2016-05-11 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15280131#comment-15280131 ] Bryan Pendleton commented on DERBY-6839: Can you provide the *complete* stack trace? See: http

[jira] [Commented] (DERBY-6887) NullPointer in org.apache.derby.impl.sql.catalog.DataDictionaryImpl#getTransactionCompile

2016-05-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15279382#comment-15279382 ] Bryan Pendleton commented on DERBY-6887: I included a little bit more of the stack trace

[jira] [Comment Edited] (DERBY-6887) NullPointer in org.apache.derby.impl.sql.catalog.DataDictionaryImpl#getTransactionCompile

2016-05-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15277477#comment-15277477 ] Bryan Pendleton edited comment on DERBY-6887 at 5/11/16 2:01 AM: - Thanks

[jira] [Comment Edited] (DERBY-6887) NullPointer in org.apache.derby.impl.sql.catalog.DataDictionaryImpl#getTransactionCompile

2016-05-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15277477#comment-15277477 ] Bryan Pendleton edited comment on DERBY-6887 at 5/10/16 2:07 AM: - Thanks

[jira] [Commented] (DERBY-6887) NullPointer in org.apache.derby.impl.sql.catalog.DataDictionaryImpl#getTransactionCompile

2016-05-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15277477#comment-15277477 ] Bryan Pendleton commented on DERBY-6887: Thanks for supplying the log. There is some interesting

Re: svn commit: r1742756 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/DatabaseMetaDataTest.java

2016-05-09 Thread Bryan Pendleton
+supportedTypes.remove(new Integer(Types.BOOLEAN)); supportedTypes.remove(Integer.valueOf(Types.BOOLEAN)); would have the additional benefits of removing the warning on JDK 9 and using the internal cache of Integer objects to avoid allocation, while still picking the correct

[jira] [Comment Edited] (DERBY-6856) Make it possible to build Derby using JDK 9

2016-05-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275335#comment-15275335 ] Bryan Pendleton edited comment on DERBY-6856 at 5/7/16 6:34 PM: Hi Rick

[jira] [Commented] (DERBY-6856) Make it possible to build Derby using JDK 9

2016-05-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275335#comment-15275335 ] Bryan Pendleton commented on DERBY-6856: Hi Rick, I think that this change to jdbcapi

[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275333#comment-15275333 ] Bryan Pendleton commented on DERBY-3181: Hi Danoja, it appears that my test failures are actually

[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-07 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275261#comment-15275261 ] Bryan Pendleton commented on DERBY-3181: Indeed, it looks like I am still seeing some problems

[jira] [Updated] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-3181: --- Attachment: testChange.diff With your change applied, I ran 'ant junit-core' and saw some

[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273637#comment-15273637 ] Bryan Pendleton commented on DERBY-3181: This looks great. I will run some tests on my system

Re: Running Regression Tests

2016-05-05 Thread Bryan Pendleton
I did it using ant as mentioned in the documentation you sent. I ran, ant -Dderby.junit.testclass=org.apache.derbyTesting.functionTests.suites.All junit-all-codeline-jars It is working now. Am I doing right? Great! It should print a series of lines to the screen, as it runs each test. And,

Re: Running Regression Tests

2016-05-05 Thread Bryan Pendleton
Thanks for your reply. But again I get similier kind of error. Caused by: java.lang.ClassNotFoundException: org.json.simple.JSONArray Similar, but this is a different class than before. This class is in json_simple-1.1.jar in your tools/java directory in your Derby source tree. So now

Re: Running Regression Tests

2016-05-05 Thread Bryan Pendleton
I ran following code to run all tests, java junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All Caused by: java.lang.ClassNotFoundException: org.apache.lucene.analysis.Analyzer I generally use "ant" to run the tests, precisely because the Ant build.xml file takes care

[jira] [Commented] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-04 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15271696#comment-15271696 ] Bryan Pendleton commented on DERBY-3181: I had completely misunderstood that this job involved

[jira] [Commented] (DERBY-6888) Large User-Defined Types break Network Client

2016-05-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15269995#comment-15269995 ] Bryan Pendleton commented on DERBY-6888: Hi Steven, thanks for the enormously useful and detailed

[jira] [Updated] (DERBY-4555) Expand SYSCS_IMPORT_TABLE to accept CSV file with header lines

2016-05-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-4555: --- Assignee: Danoja Dias > Expand SYSCS_IMPORT_TABLE to accept CSV file with header li

[jira] [Updated] (DERBY-3181) isNullable on ResultSetMetaData from DatabaseMetaData.getBestRowIdentifier values are opposite when there is no rows in ResultSet vs. when there is a row.

2016-05-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-3181: --- Assignee: Danoja Dias > isNullable on ResultSetMetaData f

[jira] [Commented] (DERBY-6887) NullPointer in org.apache.derby.impl.sql.catalog.DataDictionaryImpl#getTransactionCompile

2016-05-02 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15268024#comment-15268024 ] Bryan Pendleton commented on DERBY-6887: Thank you for attaching the information you have

[jira] [Resolved] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-05-02 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-6884. Resolution: Fixed Assignee: Bryan Pendleton Fix Version/s: 10.13.0.0 Thanks

[jira] [Updated] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-05-01 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6884: --- Attachment: JustChangeOffset.diff After thinking about it some more in the clear light

[jira] [Updated] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-30 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6884: --- Attachment: testForLargeDataSuite.diff I've moved the test cases to their own test program

[jira] [Commented] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-30 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265479#comment-15265479 ] Bryan Pendleton commented on DERBY-6884: I believe I've got the test able to reproduce both

[jira] [Resolved] (DERBY-6886) Fix links to CI test results

2016-04-30 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-6886. Resolution: Fixed Fix Version/s: 10.13.0.0 For some background discussion

[jira] [Updated] (DERBY-6886) Fix links to CI test results

2016-04-29 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6886: --- Attachment: updateSite.diff updateSource.diff This patch removes the links

[jira] [Created] (DERBY-6886) Fix links to CI test results

2016-04-29 Thread Bryan Pendleton (JIRA)
Bryan Pendleton created DERBY-6886: -- Summary: Fix links to CI test results Key: DERBY-6886 URL: https://issues.apache.org/jira/browse/DERBY-6886 Project: Derby Issue Type: Bug

Re: are there any historical test run results available any more for derby?

2016-04-29 Thread Bryan Pendleton
I look at the following page to find derby test results: https://db.apache.org/derby/derby_tests.html Neither of the links worked today, both got 404 errors. Here's the discussion about this we had about 6 months ago; I don't think anything significant has changed since then.

[jira] [Commented] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-29 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15264997#comment-15264997 ] Bryan Pendleton commented on DERBY-6884: Maybe something like: java

[jira] [Commented] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-29 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15264991#comment-15264991 ] Bryan Pendleton commented on DERBY-6884: I think the test suite you might be referring

[jira] [Updated] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-28 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6884: --- Attachment: firstTryAtTest.diff Attached is my first try at writing a regression test

[jira] [Commented] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-28 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263398#comment-15263398 ] Bryan Pendleton commented on DERBY-6884: I finally got some time to try to develop a "

[jira] [Resolved] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-6880. Resolution: Fixed Assignee: Bryan Pendleton Fix Version/s

[jira] [Commented] (DERBY-6885) Remove ReuseFactory

2016-04-25 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15256351#comment-15256351 ] Bryan Pendleton commented on DERBY-6885: Thanks for the follow-up; good to know I'm starting

[jira] [Commented] (DERBY-6885) Remove ReuseFactory

2016-04-24 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255702#comment-15255702 ] Bryan Pendleton commented on DERBY-6885: Thanks for the cleanup. I desk-checked and proofread

Re: alpha docs not being generated

2016-04-23 Thread Bryan Pendleton
On 4/23/2016 7:20 AM, Rick Hillegas wrote: Does anyone know what the problem is? No, I'm not sure, sorry. I can see that Jenkins build #261 was automatically initiated after your patch for DERBY-6883 was committed, and the build job finished with SUCCESS:

[jira] [Commented] (DERBY-6882) Add functionality to ALTER TABLE: switch from GENERATED ALWAYS to GENERATED BY DEFAULT

2016-04-21 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15253111#comment-15253111 ] Bryan Pendleton commented on DERBY-6882: Hi Aleksei, to get the 10.12 codeline you need to check

[jira] [Commented] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-20 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15249904#comment-15249904 ] Bryan Pendleton commented on DERBY-6884: With the patch applied, I ran the tools test suite

Re: Is there any debug logging available when a database is being recovered

2016-04-20 Thread Bryan Pendleton
So what would be useful would be something like: Performing database recovery Starting analysis pass 215 transactions detected to be processed Starting redo pass …. anything that could give some feedback Starting undo pass ….anything that could give some feedback I'm afraid all I can add is:

Re: Is there any debug logging available when a database is being recovered

2016-04-19 Thread Bryan Pendleton
> Another issue with about 1100 log files needing to be > processed after a restart of the database network server. Ouch. :( > is any logging that can tell when pass the database recovery is on Perhaps use an operating system level monitoring tool (Process Monitor on Windows, strace on Linux,

[jira] [Updated] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6884: --- Attachment: trivial.diff I'm not really familiar with the code in this part of Derby, but I

[jira] [Updated] (DERBY-6884) SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import more than Integer.MAX_VALUE bytes of blob data

2016-04-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6884: --- Attachment: DerbyIssue.java The problem reproduces for me, just as described, using

[jira] [Updated] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6880: --- Attachment: undoMoreTests.diff I added some more tests experimenting with the variant

[jira] [Commented] (DERBY-6883) Document the new SET GENERATED clause of ALTER TABLE introduced by DERBY-6882

2016-04-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15234175#comment-15234175 ] Bryan Pendleton commented on DERBY-6883: Looks great! Although, it strikes me that "and vice-

[jira] [Comment Edited] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15233679#comment-15233679 ] Bryan Pendleton edited comment on DERBY-6880 at 4/9/16 6:34 PM: Soren

[jira] [Commented] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15233679#comment-15233679 ] Bryan Pendleton commented on DERBY-6880: Soren, does DB2 allow {quote} PreparedStatement ustmt

[jira] [Commented] (DERBY-6882) Add functionality to ALTER TABLE: switch from GENERATED ALWAYS to GENERATED BY DEFAULT

2016-04-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15233625#comment-15233625 ] Bryan Pendleton commented on DERBY-6882: Upgrade10_13 passed without incident when run as part

[jira] [Commented] (DERBY-6882) Add functionality to ALTER TABLE: switch from GENERATED ALWAYS to GENERATED BY DEFAULT

2016-04-09 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15233601#comment-15233601 ] Bryan Pendleton commented on DERBY-6882: I have no objections to porting this feature back

[jira] [Commented] (DERBY-6882) Add functionality to ALTER TABLE: switch from GENERATED ALWAYS to GENERATED BY DEFAULT

2016-04-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229549#comment-15229549 ] Bryan Pendleton commented on DERBY-6882: Hi Rick, thanks for working on this! Looks like a nice

[jira] [Commented] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15228281#comment-15228281 ] Bryan Pendleton commented on DERBY-6880: That's a really interesting perspective, thank you

[jira] [Comment Edited] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15228281#comment-15228281 ] Bryan Pendleton edited comment on DERBY-6880 at 4/6/16 1:57 PM: That's

[jira] [Comment Edited] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15228281#comment-15228281 ] Bryan Pendleton edited comment on DERBY-6880 at 4/6/16 1:57 PM: That's

[jira] [Comment Edited] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-06 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15228281#comment-15228281 ] Bryan Pendleton edited comment on DERBY-6880 at 4/6/16 1:56 PM: That's

[jira] [Updated] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-02 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6880: --- Attachment: undo6742.diff As an experiment, I deleted the section of code added

[jira] [Commented] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-01 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15222622#comment-15222622 ] Bryan Pendleton commented on DERBY-6880: One possibility is to back-out the change

[jira] [Comment Edited] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-01 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15222616#comment-15222616 ] Bryan Pendleton edited comment on DERBY-6880 at 4/2/16 1:18 AM: Here's

[jira] [Commented] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-01 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15222616#comment-15222616 ] Bryan Pendleton commented on DERBY-6880: Here's a snip from the change that was submitted

[jira] [Updated] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-04-01 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6880: --- Attachment: standalone.java standalone.java is the same reproduction program

[jira] [Commented] (DERBY-6881) Test failures with JDK 9-ea b111

2016-03-31 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221078#comment-15221078 ] Bryan Pendleton commented on DERBY-6881: Thank you! Much appreciated. I will work through

[jira] [Commented] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-03-31 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221076#comment-15221076 ] Bryan Pendleton commented on DERBY-6880: In the code: {code} for(col=1;col

[jira] [Commented] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-03-31 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220950#comment-15220950 ] Bryan Pendleton commented on DERBY-6880: The code which calls getLong, provoking the exception

[jira] [Updated] (DERBY-6880) Update failing with java.sql.SQLDataException

2016-03-31 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6880: --- Attachment: repro.diff Attached 'repro.diff' adds a new test case to the GeneratedColumnsTest

[jira] [Commented] (DERBY-6881) Test failures with JDK 9-ea b111

2016-03-30 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15218981#comment-15218981 ] Bryan Pendleton commented on DERBY-6881: Thanks for digging into this Knut Anders. I eyeballed

[jira] [Commented] (DERBY-6876) Can't create triggers on a table - error 42X94

2016-03-30 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217990#comment-15217990 ] Bryan Pendleton commented on DERBY-6876: Unfortunately, I don't know of a hard way, either; partly

[jira] [Resolved] (DERBY-6878) unload EmbeddedDriver by using System.gc()?

2016-03-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-6878. Resolution: Fixed Fix Version/s: 10.5.1.1 Marked as fixed by subversion revision

[jira] [Commented] (DERBY-6878) unload EmbeddedDriver by using System.gc()?

2016-03-27 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213572#comment-15213572 ] Bryan Pendleton commented on DERBY-6878: It seems a bit inaccurate to mark this as a duplicate

[jira] [Commented] (DERBY-6878) unload EmbeddedDriver by using System.gc()?

2016-03-23 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15209600#comment-15209600 ] Bryan Pendleton commented on DERBY-6878: Just to be clear, which exact documentation are you

[jira] [Commented] (DERBY-6852) Allow identity columns to cycle (as defined in SQL:2003)

2016-03-20 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15203338#comment-15203338 ] Bryan Pendleton commented on DERBY-6852: Yes, that seems reasonable, particularly since I don't

[jira] [Commented] (DERBY-6876) Can't create triggers on a table - error 42X94

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15197485#comment-15197485 ] Bryan Pendleton commented on DERBY-6876: I'm not sure I understand this behavior. It seems like I

[jira] [Updated] (DERBY-4091) Investigate "size_problem" column in MailJdbc terst

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-4091: --- Assignee: Sandeep Samdaria > Investigate "size_problem" column in M

[jira] [Commented] (DERBY-4091) Investigate "size_problem" column in MailJdbc terst

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198538#comment-15198538 ] Bryan Pendleton commented on DERBY-4091: Hi Sandeep, Do you think we should also modify

[jira] [Commented] (DERBY-6852) Allow identity columns to cycle (as defined in SQL:2003)

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202998#comment-15202998 ] Bryan Pendleton commented on DERBY-6852: I think that a possible approach to this feature would

[jira] [Commented] (DERBY-6876) Can't create triggers on a table - error 42X94

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198743#comment-15198743 ] Bryan Pendleton commented on DERBY-6876: If SYS.SYSDEPENDS is damaged in some way, for example

[jira] [Comment Edited] (DERBY-6550) Bulk-insert causes identity columns to cycle when they shouldn't

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202869#comment-15202869 ] Bryan Pendleton edited comment on DERBY-6550 at 3/19/16 5:44 PM: - I'm

[jira] [Resolved] (DERBY-4091) Investigate "size_problem" column in MailJdbc terst

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-4091. Resolution: Fixed Fix Version/s: 10.13.0.0 I believe we have completed all

[jira] [Commented] (DERBY-6550) Bulk-insert causes identity columns to cycle when they shouldn't

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202869#comment-15202869 ] Bryan Pendleton commented on DERBY-6550: I'm not sure why you're seeing the behavior captured

[jira] [Commented] (DERBY-6852) Allow identity columns to cycle (as defined in SQL:2003)

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202836#comment-15202836 ] Bryan Pendleton commented on DERBY-6852: I think that if the next value for the identity already

[jira] [Commented] (DERBY-6876) Can't create triggers on a table - error 42X94

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198740#comment-15198740 ] Bryan Pendleton commented on DERBY-6876: A few more experimental queries: ij> select dependen

[jira] [Commented] (DERBY-6870) Google Summer of Code 2016: Derby bug fixing

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15199417#comment-15199417 ] Bryan Pendleton commented on DERBY-6870: Hi, and thanks for your interest in Derby! Here are some

[jira] [Commented] (DERBY-4091) Investigate "size_problem" column in MailJdbc terst

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200752#comment-15200752 ] Bryan Pendleton commented on DERBY-4091: Hi Sandeep, I think your patch looks good. I had

[jira] [Commented] (DERBY-6550) Bulk-insert causes identity columns to cycle when they shouldn't

2016-03-19 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202598#comment-15202598 ] Bryan Pendleton commented on DERBY-6550: It sounds like maybe your CLASSPATH isn't quite right. I

[jira] [Commented] (DERBY-6827) Errors in LocalizedDisplayScriptTest on jdk 9

2016-03-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202379#comment-15202379 ] Bryan Pendleton commented on DERBY-6827: Hi Sarthak, I think this bug may have already been fixed

[jira] [Commented] (DERBY-4091) Investigate "size_problem" column in MailJdbc terst

2016-03-18 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15202480#comment-15202480 ] Bryan Pendleton commented on DERBY-4091: Thanks Kathey for the research and background. I've been

[jira] [Commented] (DERBY-6876) Can't create triggers on a table - error 42X94

2016-03-15 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196749#comment-15196749 ] Bryan Pendleton commented on DERBY-6876: With current trunk, here is the stack trace when

Re: Unable to run the test to reproduce DERBY-4091

2016-03-15 Thread Bryan Pendleton
Can you look into the program? Perhaps there is a way to configure the sleeps so that it runs much faster, consuming more resources of course, but perhaps revealing any hidden problems sooner? Should I create a JIRA for this? Hi Sandeep, Yes, I think that would be a good idea,

Re: Unable to run the test to reproduce DERBY-4091

2016-03-14 Thread Bryan Pendleton
Placing the derby.properties in the tests directory made the MailJdbc test run. Great! taking too much time(potentially due to many sleep calls). Yes, I think that is a flaw with that test program; it is designed to run very slowly so it can be left running in the background for weeks or

Re: Unable to run the test to reproduce DERBY-4091

2016-03-13 Thread Bryan Pendleton
From, the classes directory of the source I am executing the above command and getting the following error: java.sql.SQLSyntaxErrorException: GRANT not allowed unless database property derby.database.sqlAuthorization has value 'TRUE'. at

[jira] [Resolved] (DERBY-1773) insertRow() and updateRow() fail with syntax error when column has an alias

2016-03-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-1773. Resolution: Fixed Fix Version/s: 10.13.0.0 I've completed the work I intended

[jira] [Updated] (DERBY-1773) insertRow() and updateRow() fail with syntax error when column has an alias

2016-03-12 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-1773: --- Attachment: fixedComments.diff Attached 'fixedComments.diff' is essentially identical

[jira] [Commented] (DERBY-6586) CLONE - derbyclient.jar conflict with derby.jar on package export, which is problematic on OSGI environment

2016-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181915#comment-15181915 ] Bryan Pendleton commented on DERBY-6586: Ah. somehow I had missed the fact that this issue

[jira] [Updated] (DERBY-1773) insertRow() and updateRow() fail with syntax error when column has an alias

2016-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-1773: --- Attachment: anyVsAll.diff updatedToHeadMarch2016.diff Uhm, I guess I lost

[jira] [Commented] (DERBY-6586) CLONE - derbyclient.jar conflict with derby.jar on package export, which is problematic on OSGI environment

2016-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181771#comment-15181771 ] Bryan Pendleton commented on DERBY-6586: I removed myself from being assigned. I don't use OSGI

[jira] [Updated] (DERBY-6586) CLONE - derbyclient.jar conflict with derby.jar on package export, which is problematic on OSGI environment

2016-03-05 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-6586: --- Assignee: (was: Bryan Pendleton) > CLONE - derbyclient.jar conflict with derby.

<    4   5   6   7   8   9   10   11   12   13   >