[jira] Created: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual

2007-05-03 Thread Tomohito Nakayama (JIRA)
Minor erratum in page of VARCHAR in Derby Reference manual -- Key: DERBY-2603 URL: https://issues.apache.org/jira/browse/DERBY-2603 Project: Derby Issue Type: Bug Environment:

[jira] Updated: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual

2007-05-03 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomohito Nakayama updated DERBY-2603: - Component/s: Documentation Minor erratum in page of VARCHAR in Derby Reference manual

Re: opinions please on possible existing app impact of DERBY-1828

2007-05-03 Thread Bernt M. Johnsen
Daniel John Debrunner wrote (2007-05-02 10:06:42): Myrna van Lunteren wrote: Hi, In DERBY-1828, Jørgen proposes to adjust some SQLStates in the authorization area. I'd like the community's input on the release-related question: Jørgen asks: Q1) I need your opinion on whether or not

Debug tracing

2007-05-03 Thread Dyre . Tjeldvoll
During my dives into the Derby source I have stumbled across SanityManager.DEBUG_ON() which allows you to turn on specific behavior in a sane Derby through the properties derby.debug.true and derby.debug.false. Or rather, that is my understanding after reading the code. Is this stuff expained

Re: Debug tracing

2007-05-03 Thread V Narayanan
Hi Dyre, Does this link http://wiki.apache.org/db-derby/ProtocolDebuggingTips seem to be of relevance here? Narayanan [EMAIL PROTECTED] wrote On 05/03/07 15:24,: During my dives into the Derby source I have stumbled across SanityManager.DEBUG_ON() which allows you to turn on specific

[jira] Updated: (DERBY-2587) Connection.createClob() and Connection.createBlob() need to return locator support enabled LOB objects in the NetworkClient

2007-05-03 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2587: --- Attachment: ConnectionLocatorWork_v3.stat ConnectionLocatorWork_v3.diff Thanks again

Re: Debug tracing

2007-05-03 Thread Dyre . Tjeldvoll
V Narayanan [EMAIL PROTECTED] writes: Hi Dyre, Does this link http://wiki.apache.org/db-derby/ProtocolDebuggingTips seem to be of relevance here? Thanks for the link. My proxy-server seems to be down, so I can't read it right now, but I'll look at it when it comes back up... -- dt

[jira] Closed: (DERBY-513) Add information on how to change the jdk version a test will be compiled with in testing/readme.htm.

2007-05-03 Thread Kristian Waagan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan closed DERBY-513. - Add information on how to change the jdk version a test will be compiled with in

[jira] Updated: (DERBY-2496) Implement Blob support for Locators

2007-05-03 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øystein Grøvlen updated DERBY-2496: --- Attachment: blob-followup_v2.diff Rick Hillegas commented on DERBY-2496:

[jira] Created: (DERBY-2604) Implement Clob support for locators

2007-05-03 Thread V.Narayanan (JIRA)
Implement Clob support for locators --- Key: DERBY-2604 URL: https://issues.apache.org/jira/browse/DERBY-2604 Project: Derby Issue Type: Sub-task Reporter: V.Narayanan -- This message is

Re: svn commit: r531491 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/BaseJDBCTestCase.java

2007-05-03 Thread Kristian Waagan
Hi, Can't see why the method getLastSQLException was moved as part of commit 530868, as I made that change as part of my (incomplete) patch for DERBY-1001. As far as I can see, no other code is using this method besides the one occurrence in PreparedStatementTest and my (uncommitted)

[jira] Commented: (DERBY-2604) Implement Clob support for locators

2007-05-03 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493359 ] V.Narayanan commented on DERBY-2604: DERBY-2347 adds the possibility to send locators between client and server

[jira] Assigned: (DERBY-2604) Implement Clob support for locators

2007-05-03 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan reassigned DERBY-2604: -- Assignee: V.Narayanan Implement Clob support for locators

[jira] Commented: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

2007-05-03 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493360 ] V.Narayanan commented on DERBY-2600: Thanks a ton for the commit Rick. Many thanks for the reviews and comments

[jira] Commented: (DERBY-2508) Implement the XA transaction timeout support for embedded driver.

2007-05-03 Thread Julius Stroffek (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493367 ] Julius Stroffek commented on DERBY-2508: Dan, I am sorry, I forgot to explain that. I was also not able to

Re: Debug tracing

2007-05-03 Thread Julius Stroffek
Hi Dyre, I think this is a very good idea. I can see some stuff related to SanityManager calls (mostly DEBUG) all over the code but do not know how to get some benefit from that. Thanks Julo [EMAIL PROTECTED] wrote: During my dives into the Derby source I have stumbled across

[jira] Updated: (DERBY-2604) Implement Clob support for locators

2007-05-03 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2604: --- Attachment: ClobLocatorWork_v1.stat ClobLocatorWork_v1.diff The attached patch,

[jira] Commented: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual

2007-05-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493380 ] Bryan Pendleton commented on DERBY-2603: Could you expand on why you think that binary should be replaced by

[jira] Created: (DERBY-2605) You can create BOOLEAN columns in 10.3

2007-05-03 Thread Rick Hillegas (JIRA)
You can create BOOLEAN columns in 10.3 -- Key: DERBY-2605 URL: https://issues.apache.org/jira/browse/DERBY-2605 Project: Derby Issue Type: Bug Components: SQL Affects Versions: 10.3.0.0

[jira] Subscription: Derby: JIRA issues with patch available

2007-05-03 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (21 issues) Subscriber: derby-dev Key Summary DERBY-2508 Implement the XA transaction timeout support for embedded driver. https://issues.apache.org/jira/browse/DERBY-2508 DERBY-2600 Remove temporary code

[jira] Commented: (DERBY-2605) You can create BOOLEAN columns in 10.3

2007-05-03 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493402 ] A B commented on DERBY-2605: Last week I sent an email to derby-dev about the ability to create a decimal column with

Regression Test Report - Daily 534524 - Sun DBTG

2007-05-03 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 534524/2007-05-02 18:00:12 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0318318 075.08% derbyall 074727472 0 616.07% suitesAll sles 0

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493405 ] A B commented on DERBY-716: --- Thank you for answering my previous questions, Rick, and for incorporating my feedback into

[jira] Commented: (DERBY-2508) Implement the XA transaction timeout support for embedded driver.

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493409 ] Daniel John Debrunner commented on DERBY-2508: -- Thanks for the explantion. One intial thought is why

[jira] Commented: (DERBY-2508) Implement the XA transaction timeout support for embedded driver.

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493417 ] Daniel John Debrunner commented on DERBY-2508: -- The timeout is measured since the application calls

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493419 ] Daniel John Debrunner commented on DERBY-716: - Why is the VTIEnvironment class being removed from the

[jira] Commented: (DERBY-2508) Implement the XA transaction timeout support for embedded driver.

2007-05-03 Thread Julius Stroffek (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493421 ] Julius Stroffek commented on DERBY-2508: XAResource.setTransactionTimeout says something about the resource

[jira] Commented: (DERBY-2508) Implement the XA transaction timeout support for embedded driver.

2007-05-03 Thread Julius Stroffek (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493422 ] Julius Stroffek commented on DERBY-2508: Does this mean just XAResource.start(TMNOFLAGS) or is the timer

[jira] Commented: (DERBY-2381) ParameterMappingTest fails due to ArrayIndexOutOfBoundsException executing a procedure

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493425 ] Kathey Marsden commented on DERBY-2381: --- After syncing up with DERBY-2604, the test case attached to this

Re: limit # rows

2007-05-03 Thread Kathey Marsden
Paulo Jesus wrote: stmt.setMaxRows(1); at the application i can get one row, but i would need to make some effect on server. I have tested with and without setMaxRows() function but the results i got make understand that limit is make by the driver after the query execution. This can make

[jira] Updated: (DERBY-2381) ParameterMappingTest fails due to ArrayIndexOutOfBoundsException executing a procedure

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2381: -- Comment: was deleted ParameterMappingTest fails due to ArrayIndexOutOfBoundsException

[jira] Commented: (DERBY-2381) ParameterMappingTest fails due to ArrayIndexOutOfBoundsException executing a procedure

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493430 ] Kathey Marsden commented on DERBY-2381: --- After syncing up with DERBY-2506 ( PreparedCallable_DRDA_v5.diff,

[jira] Commented: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual

2007-05-03 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493432 ] Tomohito Nakayama commented on DERBY-2603: -- I think the word binary in this statement is mistaken of

Re: limit # rows

2007-05-03 Thread Paulo Jesus
I´m new here and i don´t know this channels very well. If i need to do something like that, where can i do it? I was requested to implement a new interface over derby so i will need it. PJ 2007/5/3, Kathey Marsden [EMAIL PROTECTED]: Paulo Jesus wrote: stmt.setMaxRows(1); at the

[jira] Commented: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual

2007-05-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493434 ] Bryan Pendleton commented on DERBY-2603: Thanks for the clarification; your explanation makes complete sense

Re: limit # rows

2007-05-03 Thread Paulo Jesus
Executing a select i get a number of lines.I pretend the firs line returned. No matter if sorted or not. My question come to developers because looks like that the functionality isn't implemented. As the most strait implementation would be by SQL syntax. Or i´m wrong? PJ 2007/5/3, Bryan

Re: limit # rows

2007-05-03 Thread Kathey Marsden
Paulo Jesus wrote: I´m new here and i don´t know this channels very well. If i need to do something like that, where can i do it? I was requested to implement a new interface over derby so i will need it. Instructions on how to do this are at:

it would be nice if junit tests did not drop databases when test got errors.

2007-05-03 Thread Mike Matrigali
I don't know how many of the junit test do this, but it would be nice if tests kept around as much information as possible when they fail. IT is great if they clean up everything if they succeed, but having complete derby.log and as much of the database as possible when the error occurred can be

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493469 ] Rick Hillegas commented on DERBY-716: - Thanks for the continued feedback, Army. 1) Under Additional SELECT

[jira] Commented: (DERBY-2587) Connection.createClob() and Connection.createBlob() need to return locator support enabled LOB objects in the NetworkClient

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493471 ] Rick Hillegas commented on DERBY-2587: -- The patch looks good to me now but I'm afraid that it breaks the JUnit

[jira] Updated: (DERBY-2602) TIMESTAMP value is truncated when return to client

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-2602: -- Attachment: d2602.java The issue is with java.sql.Timestamp object as well Attached is a

[jira] Commented: (DERBY-2381) ParameterMappingTest fails due to ArrayIndexOutOfBoundsException executing a procedure

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493493 ] Kathey Marsden commented on DERBY-2381: --- The problem running ParameterMappingTest was an issue with my

[jira] Resolved: (DERBY-1533) ArrayIndexOutOfBoundsException in DDMReader, on a specific data size

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-1533. --- Resolution: Fixed Fix Version/s: 10.1.3.2 Assignee: Bryan Pendleton (was:

[jira] Closed: (DERBY-1533) ArrayIndexOutOfBoundsException in DDMReader, on a specific data size

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-1533. - ArrayIndexOutOfBoundsException in DDMReader, on a specific data size

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493498 ] A B commented on DERBY-716: --- To me, the wording that you suggest doesn't cover the following case: Can you explain more

[jira] Commented: (DERBY-2602) TIMESTAMP value is truncated when return to client

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493500 ] Daniel John Debrunner commented on DERBY-2602: -- I don't think DERBY-2602 and DERBY-1816 are the same

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493503 ] Daniel John Debrunner commented on DERBY-716: - A table function argument A[i] can be any expression

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493506 ] A B commented on DERBY-716: --- Oops, thanks. Meant Java type in all of these cases, not JDBC type. Re-enable VTIs

[jira] Resolved: (DERBY-2381) ParameterMappingTest fails due to ArrayIndexOutOfBoundsException executing a procedure

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-2381. --- Resolution: Fixed Fix Version/s: 10.3.0.0 Committed revision 534985

[jira] Resolved: (DERBY-2333) Convert parameterMapping to JUnit

2007-05-03 Thread Kathey Marsden (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-2333. --- Resolution: Fixed Test enabled for client with DERBY-2381 checkin. Convert

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493517 ] Daniel John Debrunner commented on DERBY-716: - Still not sure Java type is correct. Is that really the

Re: [jira] Closed: (DERBY-1533) ArrayIndexOutOfBoundsException in DDMReader, on a specific data size

2007-05-03 Thread Bryan Pendleton
Kathey Marsden closed DERBY-1533. - Thanks Kathey for porting this back! bryan

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493525 ] Rick Hillegas commented on DERBY-716: - Thanks for the continued feedback, Dan. Why is the VTIEnvironment class

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493529 ] Rick Hillegas commented on DERBY-716: - Thanks, Dan and Army, for the continued discussion of the parameters to

[jira] Commented: (DERBY-2603) Minor erratum in page of VARCHAR in Derby Reference manual

2007-05-03 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493530 ] Kim Haase commented on DERBY-2603: -- There are references to these operators as binary on the following pages:

[jira] Created: (DERBY-2606) Derby should print the parameters to failed statements to the derby.log when it logs the error

2007-05-03 Thread Kathey Marsden (JIRA)
Derby should print the parameters to failed statements to the derby.log when it logs the error --- Key: DERBY-2606 URL: https://issues.apache.org/jira/browse/DERBY-2606

[jira] Commented: (DERBY-2605) You can create BOOLEAN columns in 10.3

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493533 ] Rick Hillegas commented on DERBY-2605: -- That sounds like a reasonable approach to me. It may turn out that the

[jira] Commented: (DERBY-2606) Derby should print the parameters to failed statements to the derby.log when it logs the error

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493534 ] Daniel John Debrunner commented on DERBY-2606: -- For encrypted databases this would be an issue because

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493538 ] Daniel John Debrunner commented on DERBY-716: - VTIEnvironment was (is?) meant to be a general purpose

[jira] Updated: (DERBY-2606) Derby should print the parameters to failed statements to the derby.log when it logs the error

2007-05-03 Thread Mike Matrigali (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-2606: -- I would like to see this change for as much default behavior as possible. I find trying to

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493550 ] Rick Hillegas commented on DERBY-716: - I searched the Derby codeline for all of the method names in

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread A B (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493551 ] A B commented on DERBY-716: --- Dan Maybe checking the java types would lead to the same answer, but logically it's a check

[jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493553 ] Rick Hillegas commented on DERBY-716: - Maybe the VTICosting instantiator could have a signature like this and it

Re: [jira] Commented: (DERBY-716) Re-enable VTIs

2007-05-03 Thread Daniel John Debrunner
Rick Hillegas (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493550 ] Rick Hillegas commented on DERBY-716: - I searched the Derby codeline for all of the

[jira] Commented: (DERBY-2496) Implement Blob support for Locators

2007-05-03 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493554 ] Rick Hillegas commented on DERBY-2496: -- Thanks for the new patch, Øystein. Looks good to me and the tests run

[jira] Resolved: (DERBY-2501) Batch scripts in bin\ report extraneous errors when DERBY_HOME is invalid

2007-05-03 Thread Andrew McIntyre (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew McIntyre resolved DERBY-2501. Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks for the review, John!