Re: [PATCH] (DERBY-66) Derby supports open cursor acrosscommits and hence DatabaseMetaData.supportsOpenCursorsAcrossCommit return true.

2005-01-18 Thread Satheesh Bandaram
This patch has been committed. Satheesh Sending    java\engine\org\apache\derby\impl\jdbc\EmbedDatabaseMetaData.java Sending    java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\metadata.out Sending    java\testing\org\apache\derbyTesting\functionTests\master\meta

Re: [PATCH] (DERBY-66) Derby supports open cursor acrosscommits and hence DatabaseMetaData.supportsOpenCursorsAcrossCommit return true.

2005-01-18 Thread Satheesh Bandaram
Patch looks good(+1)... I will commit it.. Satheesh Mamta Satoor wrote: If the attached patch looks good, can one of the commiters commit it? Mamta Satoor wrote: Here is a simple patch for the bug. Please review, comment/vote on it. thanks, Mamta Shre

[jira] Updated: (DERBY-126) Documentation bug. Doc says column default can be edited - it looks like it cannot

2005-01-18 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-126?page=history ] Mamta A. Satoor updated DERBY-126: -- Summary: Documentation bug. Doc says column default can be edited - it looks like it cannot (was: Documentation bug. Doc sais column default can be ed

[PATCH] (DERBY-66) Derby supports open cursor acrosscommits and hence DatabaseMetaData.supportsOpenCursorsAcrossCommit return true.

2005-01-18 Thread Mamta Satoor
If the attached patch looks good, can one of the commiters commit it? Mamta Satoor wrote: > > Here is a simple patch for the bug. Please review, comment/vote on it. > > thanks, > Mamta > > > > Shreyas Kaushik (JIRA) wrote: > > > > [ > > > > http://nagoya.apache.org/jira/browse/DERBY-66?page

[jira] Commented: (DERBY-126) Documentation bug. Doc sais column default can be edited - it looks like it cannot

2005-01-18 Thread Bernd Ruehlicke (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-126?page=comments#action_57736 ] Bernd Ruehlicke commented on DERBY-126: --- Oops - created this as a "Major" priority by accident - sorry. Of course is this Minor - hope somebody can change this. B-) >

[jira] Created: (DERBY-126) Documentation bug. Doc sais column default can be edited - it looks like it cannot

2005-01-18 Thread Bernd Ruehlicke (JIRA)
Documentation bug. Doc sais column default can be edited - it looks like it cannot -- Key: DERBY-126 URL: http://issues.apache.org/jira/browse/DERBY-126 Project: Derby Type: Bug Repo

Re: Derby architecture/design documents

2005-01-18 Thread RPost
IBM doesn't build anything without creating extensive architecture and design documents. Did IBM donate their cloudscape architecture and design documents to Apache? If not, I suggest that we ask them to donate these documents. Since IBM may have an internal ongoing cloudscape project these docum

Re: RESEND: possible resource leak in either Derby DRDA or IBM DB2 Universal JDBRe:

2005-01-18 Thread Larry Cable
Hi Kathy, Attached is the output from my benchmark with the runtime info interspersed in between ... As you can see there are only 2 prepared statements extant (since I modified the benchmark to explicitly close others) over the lifetime of the benchmark ... I am somewhat puzzled as to why the

Re: Accessing JDBC30 methods with jdk131

2005-01-18 Thread Kathey Marsden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel John Debrunner wrote: > How about option 3) > > Make the getStatement() method in BrokeredStatement public and have code > something like > >if (stmt instance BrokeredPreparedStatement) >EmbedPreparedStatement eps = (EmbedPreparedSt

[jira] Created: (DERBY-125) Network Server can send DSS greater than 32K to client, which breaks DRDA protocol.

2005-01-18 Thread A B (JIRA)
Network Server can send DSS greater than 32K to client, which breaks DRDA protocol. --- Key: DERBY-125 URL: http://issues.apache.org/jira/browse/DERBY-125 Project: Derby Type: Bug Comp

Re: Hibernate problems with snapshot

2005-01-18 Thread Jean T. Anderson
Daniel John Debrunner wrote: [EMAIL PROTECTED] wrote: >I tried running with the snapshot and upgrade=true. Didn't work. No it wouldn't. Derby 10.1.0.x (the trunk) is marked alpha and alpha code does not support upgrades. The download for the trunk states this and that the trunk is not suitable for

Re: where to put contribution info?

2005-01-18 Thread Jeremy Boynes
myrna wrote: Hi, I have a suite of tests derived from the NIST SQL test suite that should get contributed to Apache.(http://www.itl.nist.gov/div897/ctg/sql_form.htm) The NIST website which indicated the modified tests can be used free of charge as long as the origins (NIST) are documented. (http:

Re: Derby architecture/design documents

2005-01-18 Thread Jean T. Anderson
Ashish Srivastava wrote: ... Can any one help me in finding the direction where to enter in to Derby as a developer and can any one provide me the link where I can get the architecture and design document of Derby? ... A couple "derby engine" docs are here: http://incubator.apache.org/derby/pape

where to put contribution info?

2005-01-18 Thread myrna
Hi, I have a suite of tests derived from the NIST SQL test suite that should get contributed to Apache.(http://www.itl.nist.gov/div897/ctg/sql_form.htm) The NIST website which indicated the modified tests can be used free of charge as long as the origins (NIST) are documented. (http://www.itl.nis

[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 WHEN

Dommoni - RoundTable Collaboration Env.

2005-01-18 Thread Brian Abbott
Title: Message Guys,   Sorry for this but, I just wanted to let you know, our Company just released RoundTable(TM) Collaboration Environment. RoundTable is cool in how the addin's we've built run in existing applications like Eclipse and Microsoft Office and integrate those applications into

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

2005-01-18 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-113?page=comments#action_57704 ] Jeremy Boynes commented on DERBY-113: - Digging deeper, the specification does not imply any form of automatic promotion. Given that, I don't think this is a really bug so

Re: Truncation error w/ INSERT stmt using blob concatenation...

2005-01-18 Thread Mamta Satoor
  Daniel John Debrunner wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Army wrote: [...] > This is where my uncertainty begins.  It seems to me that, in the above > reproduction, "the declared length" would be 100K and the length of the > host variable would be 32700.  In that case, since 3

Re: [jira] Commented: (DERBY-95) NPE when passing in url instead of database name to EmbeddedXADataSource

2005-01-18 Thread Shreyas Kaushik
As Dan pointed out in one of his comments the EmbeddedDataSource implements the *javax.sql.DataSource* interface. The getConnection() method according to that conttract cannot retun null. It should return a connection handle or throw a SQLException if a database access error occurs. I guess the

Re: [VOTE][PATCH]delete from the resultset using JDBC 2.0 UpdatableResultset APIs

2005-01-18 Thread Mamta Satoor
> Suresh Thalamati wrote: > >> Hi Mamta, >> >> You may want to test following two scenarions if you have not done >> already: >> >> 1) delete from result set that involves table with referential >> actions (on delete cascade ..etc). Concerned about >> How the result set will look afte

Derby architecture/design documents

2005-01-18 Thread Ashish Srivastava
Hi, I am familier with Cloudscape since it was with Informix and I keep track of each version of Cloudscape since then. But so far I am only the user of Derby (Cloudscape). Now I feel I have enough java/db knowledge that I can participate as a developer in Derby. Can any one help me in finding th

Re: Hibernate problems with snapshot

2005-01-18 Thread Daniel John Debrunner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > I tried running with the snapshot and upgrade=true. Didn't work. No it wouldn't. Derby 10.1.0.x (the trunk) is marked alpha and alpha code does not support upgrades. The download for the trunk states this and that the trunk

Re: [jira] Commented: (DERBY-95) NPE when passing in url instead of database name to EmbeddedXADataSource

2005-01-18 Thread myrna
It does no longer throw an NPE, and it passes all tests Could we leave EmbeddedDataSource alone & only change EmbeddedXADataSource? Only with the xa datasource did we get a NPE... Although strictly speaking, it should behave the same, so, with EmbeddedDataSource too, we should accept the data

Re: Changes to Derby JDBC Implementation Notes page

2005-01-18 Thread Jean T. Anderson
I updated http://incubator.apache.org/derby/papers/JDBCImplementation.html with Mamta's info. Please post any problems/corrections. -jean Mamta Satoor wrote: Hi, Thanks to Dan for commiting my changes for updatable resultsets over the weekend. I think this is a good time to update the Derby JDB

Re: [doc] Derby Server and Administration Guide available in DITA

2005-01-18 Thread Jean T. Anderson
Jeff Levitt wrote: The Derby Server and Administration Guide is now converted to DITA, and you can download the source files along with the Getting Started Guide and Reference Manual DITA files from the Derby Manuals page at: http://incubator.apache.org/derby/manuals/index.html The package for the