[jira] Closed: (DERBY-556) NetworkServer does not set thread context classloader

2005-11-23 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-556?page=all ] Jeremy Boynes closed DERBY-556: --- Resolution: Cannot Reproduce After Rick's changes (doh!) it works for me as well which means that I can't remember what was broken with the original issue.

[jira] Updated: (DERBY-556) NetworkServer does not set thread context classloader

2005-11-17 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-556?page=all ] Jeremy Boynes updated DERBY-556: Attachment: Derby556.java Java program to illustrate the problem. NetworkServer does not set thread context classloader

[jira] Commented: (DERBY-556) NetworkServer does not set thread context classloader

2005-11-15 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-556?page=comments#action_12357763 ] Jeremy Boynes commented on DERBY-556: - This problem will not manifest if the procedure classes are on the system classpath (${CLASSPATH}) - you need to be playing tricks

[jira] Created: (DERBY-556) NetworkServer does not set thread context classloader

2005-09-05 Thread Jeremy Boynes (JIRA)
NetworkServer does not set thread context classloader - Key: DERBY-556 URL: http://issues.apache.org/jira/browse/DERBY-556 Project: Derby Type: Bug Components: Network Server Versions: 10.1.1.0

[jira] Closed: (DERBY-497) derby sees LOCALHOST and real hostname different

2005-08-06 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-497?page=all ] Jeremy Boynes closed DERBY-497: --- Resolution: Invalid By default Derby binds just to the localhost address (127.0.0.1) rather than IN_ANY (0.0.0.0) to restrict access to just being from the

[jira] Created: (DERBY-307) create=true in client connect throws ex if database exists

2005-05-22 Thread Jeremy Boynes (JIRA)
create=true in client connect throws ex if database exists -- Key: DERBY-307 URL: http://issues.apache.org/jira/browse/DERBY-307 Project: Derby Type: Bug Components: Network Client Versions: 10.1.0.0

[jira] Commented: (DERBY-287) Return value of IDENTITY_VAL_LOCAL for different connections is not related.

2005-05-14 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-287?page=comments#action_65395 ] Jeremy Boynes commented on DERBY-287: - Please can you also include the clarification for triggers. Return value of IDENTITY_VAL_LOCAL for different connections is not

[jira] Commented: (DERBY-250) With client setObject( parameterIndex, x, java.sql.DOUBLE) throws conversion exception if the object passed is a BigDecimal with more than 31 digits

2005-05-03 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-250?page=comments#action_64340 ] Jeremy Boynes commented on DERBY-250: - Applied Kathey's patch Sendingjava\client\org\apache\derby\client\am\CrossConverters.java Sending

[jira] Commented: (DERBY-190) Derby build should be incremental

2005-03-30 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-190?page=comments#action_61849 ] Jeremy Boynes commented on DERBY-190: - Generally you don't need to - what is making this necessary for you? FWIW I tend to work in Idea and have it compile the classes

[jira] Commented: (DERBY-185) Update incubator status page

2005-03-29 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-185?page=comments#action_61699 ] Jeremy Boynes commented on DERBY-185: - Initial update including Jean's comments Update incubator status page Key: DERBY-185

[jira] Closed: (DERBY-184) List of jar files in tools/java incorrect in BUILDING.txt

2005-03-26 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-184?page=history ] Jeremy Boynes closed DERBY-184: --- List of jar files in tools/java incorrect in BUILDING.txt - Key: DERBY-184

[jira] Resolved: (DERBY-184) List of jar files in tools/java incorrect in BUILDING.txt

2005-03-26 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-184?page=history ] Jeremy Boynes resolved DERBY-184: - Resolution: Fixed Patch applied as revision 159114 List of jar files in tools/java incorrect in BUILDING.txt

[jira] Assigned: (DERBY-89) Support Java Signature in procedure declaration

2005-03-13 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-89?page=history ] Jeremy Boynes reassigned DERBY-89: -- Assign To: Jeremy Boynes Support Java Signature in procedure declaration --- Key: DERBY-89

[jira] Resolved: (DERBY-158) PRIMARY KEY does not imply NOT NULL

2005-03-08 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-158?page=history ] Jeremy Boynes resolved DERBY-158: - Resolution: Fixed Fix Version: 10.1.0.0 URL: http://svn.apache.org/viewcvs?view=revrev=156570 Log: Fix for DERBY-158 PRIMARY KEY does not imply

[jira] Assigned: (DERBY-158) PRIMARY KEY does not imply NOT NULL

2005-03-05 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-158?page=history ] Jeremy Boynes reassigned DERBY-158: --- Assign To: Jeremy Boynes PRIMARY KEY does not imply NOT NULL --- Key: DERBY-158 URL:

[jira] Updated: (DERBY-158) PRIMARY KEY does not imply NOT NULL

2005-03-05 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-158?page=history ] Jeremy Boynes updated DERBY-158: Attachment: derby-158-1.patch Patch to TableElementList that implicitly adds NOT NULL to columns included in a PRIMARY KEY constraint contained in a CREATE

[jira] Updated: (DERBY-157) Server throws DRDA protocol exception for certain date/time strings passed from an ODBC client.

2005-03-04 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-157?page=history ] Jeremy Boynes updated DERBY-157: Attachment: derby-157.patch Attach patch sent to list by Army [EMAIL PROTECTED] Server throws DRDA protocol exception for certain date/time strings passed

[jira] Closed: (DERBY-155) Add DISTINCT keyword support to INTERSECT and EXCEPT

2005-03-01 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-155?page=history ] Jeremy Boynes closed DERBY-155: --- Assign To: (was: Jeremy Boynes) Add DISTINCT keyword support to INTERSECT and EXCEPT

[jira] Created: (DERBY-155) Add DISTINCT keyword support to INTERSECT and EXCEPT

2005-02-28 Thread Jeremy Boynes (JIRA)
Add DISTINCT keyword support to INTERSECT and EXCEPT Key: DERBY-155 URL: http://issues.apache.org/jira/browse/DERBY-155 Project: Derby Type: Improvement Components: SQL Versions: 10.1.0.0 Reporter:

[jira] Assigned: (DERBY-155) Add DISTINCT keyword support to INTERSECT and EXCEPT

2005-02-28 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-155?page=history ] Jeremy Boynes reassigned DERBY-155: --- Assign To: Jeremy Boynes Add DISTINCT keyword support to INTERSECT and EXCEPT Key:

[jira] Resolved: (DERBY-155) Add DISTINCT keyword support to INTERSECT and EXCEPT

2005-02-28 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-155?page=history ] Jeremy Boynes resolved DERBY-155: - Resolution: Fixed Fix Version: 10.1.0.0 Sendingjava\engine\org\apache\derby\impl\sql\compile\sqlgrammar.jj Sending

[jira] Commented: (DERBY-133) Autocommit turned false and rollbacks

2005-01-26 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-133?page=comments#action_58076 ] Jeremy Boynes commented on DERBY-133: - I'm not sure exactly what Anil's application is doing but looking at the Java code it is not creating a constraint on the table at

[jira] Commented: (DERBY-131) AVG precision is INTEGER instead of DOUBLE

2005-01-24 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-131?page=comments#action_58013 ] Jeremy Boynes commented on DERBY-131: - I think what we are doing here currently is compatible. According to the spec, if the datatype is an exact numeric then the result

[jira] Commented: (DERBY-129) Derby should throw a truncation error or warning when CASTing a parameter/constant to char or char for bit datatypes and the data is too large for the datatype.

2005-01-22 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-129?page=comments#action_57928 ] Jeremy Boynes commented on DERBY-129: - I don't believe Derby should throw an exception under these circumstances. According to the SQL spec (SQL-03 4.2.1), if a

[jira] Updated: (DERBY-7) Bug in NULLIF Function

2005-01-18 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-7?page=history ] Jeremy Boynes updated DERBY-7: -- Attachment: derby-nullif.patch A larger patch that also deals with the use of untyped NULLs in CASE statements. This allows NULLIF to be implemented as (CASE

[jira] Commented: (DERBY-7) Bug in NULLIF Function

2004-12-28 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-7?page=comments#action_57079 ] Jeremy Boynes commented on DERBY-7: --- According to the SQL spec (ISO/IEC 9075-2:2003) NULLIF (V1, V2) is equivalent to the following case specification: CASE WHEN V1=V2 THEN

[jira] Commented: (DERBY-7) Bug in NULLIF Function

2004-12-28 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-7?page=comments#action_57096 ] Jeremy Boynes commented on DERBY-7: --- The fix seems address the issue with non-CHAR types being used. However, it exposes a problem with binary comparisons where it is not

[jira] Created: (DERBY-113) Comparison does not perform implicit type conversion

2004-12-28 Thread Jeremy Boynes (JIRA)
Comparison does not perform implicit type conversion Key: DERBY-113 URL: http://nagoya.apache.org/jira/browse/DERBY-113 Project: Derby Type: Bug Components: SQL Reporter: Jeremy Boynes The operands to a

[jira] Commented: (DERBY-89) Support Java Signature in procedure declaration

2004-12-18 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-89?page=comments#action_56842 ] Jeremy Boynes commented on DERBY-89: I applied the patch to a fresh checkout and it built OK. The method being referenced is included in the patch (starting at line 177).

[jira] Updated: (DERBY-73) Ability to compile under JDK1.5

2004-12-18 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-73?page=history ] Jeremy Boynes updated DERBY-73: --- Attachment: derby_jdk15_build2.patch I was originally concerned about defaulting the code version levels and thought it would be better set in

[jira] Updated: (DERBY-83) Incorrect string conversion for DECIMAL on JDK1.5

2004-11-26 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-83?page=history ] Jeremy Boynes updated DERBY-83: --- Attachment: derby_decimal_format.patch Patch which makes SQLDecimal use BigDecimal.toPlainString() on JDK1.5 so that generated text is the same as in prior

[jira] Commented: (DERBY-74) SQLDecimal.getWholeDigits returns invalid result on JDK1.5.0

2004-11-22 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-74?page=comments#action_55723 ] Jeremy Boynes commented on DERBY-74: previous patch also fixed a couple of JavaDoc errors and unused imports in SQLDecimal.java SQLDecimal.getWholeDigits returns

[jira] Created: (DERBY-75) Clean up import and JavaDoc for MethodNode hierarchy

2004-11-22 Thread Jeremy Boynes (JIRA)
Clean up import and JavaDoc for MethodNode hierarchy Key: DERBY-75 URL: http://nagoya.apache.org/jira/browse/DERBY-75 Project: Derby Type: Improvement Reporter: Jeremy Boynes Attachments:

[jira] Updated: (DERBY-75) Clean up import and JavaDoc for MethodNode hierarchy

2004-11-22 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-75?page=history ] Jeremy Boynes updated DERBY-75: --- Attachment: derby_methodNode_doc.patch Clean up import and JavaDoc for MethodNode hierarchy

[jira] Created: (DERBY-73) Ability to compile under JDK1.5

2004-11-21 Thread Jeremy Boynes (JIRA)
Ability to compile under JDK1.5 --- Key: DERBY-73 URL: http://nagoya.apache.org/jira/browse/DERBY-73 Project: Derby Type: Improvement Components: Build tools Reporter: Jeremy Boynes Compilation fails when using JDK1.5 due to 1)

[jira] Created: (DERBY-74) SQLDecimal.getWholeDigits returns invalid result on JDK1.5.0

2004-11-21 Thread Jeremy Boynes (JIRA)
SQLDecimal.getWholeDigits returns invalid result on JDK1.5.0 Key: DERBY-74 URL: http://nagoya.apache.org/jira/browse/DERBY-74 Project: Derby Type: Bug Components: SQL Environment: JDK1.5.0

[jira] Created: (DERBY-72) IBM (c) message in properties files

2004-11-20 Thread Jeremy Boynes (JIRA)
IBM (c) message in properties files --- Key: DERBY-72 URL: http://nagoya.apache.org/jira/browse/DERBY-72 Project: Derby Type: Bug Components: Build tools Reporter: Jeremy Boynes The copyright comment added to properties

[jira] Updated: (DERBY-72) IBM (c) message in properties files

2004-11-20 Thread Jeremy Boynes (JIRA)
[ http://nagoya.apache.org/jira/browse/DERBY-72?page=history ] Jeremy Boynes updated DERBY-72: --- Attachment: derby_props_copyright.patch Patch for release properties file IBM (c) message in properties files ---