Re: SELECT ... FOR UPDATE not working?

2005-08-19 Thread Edward Rayl
I think what creates confusion here is that there is two different uses of FOR UPDATE in SQL: 1. The standard DECLARE CURSOR ... FOR UPDATE which declares updatability of a cursor. In JDBC, one will use ResultSets instead of SQL Cursors and Connection.prepareStatement() allows

Re: [VOTE] 10.1.1.0 release

2005-07-02 Thread Edward Rayl
+1 I've tested the Object Innovations courseware with 10.1 on J2SDK 1.4.2_08 and JDK 1.5.0_03 on Windows XP. Tests were limited to student labs. No problems were encountered except for Derby-231, but I've added a for update clause for now. Hopefully a Derby-231 fix will make it into 10.2.

Re: [VOTE] Network client driver should match embedded where possible for implementation specific behaviour.

2005-05-23 Thread Edward Rayl
+1 Kathey Marsden wrote: Satheesh filed DERBY-310 to manage this issue, but to clarify direction, I thought it worthwhile to submit this to vote: There are some differences in behaviour when using the client vs the embedded driver. Examples are DERBY-211 and DERBY-254. Other differences

[jira] Commented: (DERBY-197) Add tip for Windows users in BUILDING.txt file regarding file paths in the ant.properties file

2005-05-17 Thread Edward Rayl (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-197?page=comments#action_65605 ] Edward Rayl commented on DERBY-197: --- Escaping backslashes is unnecessay on Windows because it is not necessary to use the backslash in the first place. Standard Java

Re: Use of 3rd party libraries

2005-04-29 Thread Edward Rayl
I think any proposed changes should be invisible to the developer using Derby. Therefore I think alternatives A or D make the most sense. I would only choose D if the perceived benefit justifies it. Ed I would like to raise the issue of using 3rd party libraries with Derby. For example, in

Schedule for beta and release of 10.1

2005-04-26 Thread Edward Rayl
Is there a schedule for the release of the beta and release versions of 10.1? Ed

Re: [jira] Created: (DERBY-231) FOR UPDATE required for updatable result set to work

2005-04-23 Thread Edward Rayl
Dag H. Wanvik (JIRA) wrote: FOR UPDATE required for updatable result set to work -- Key: DERBY-231 URL: http://issues.apache.org/jira/browse/DERBY-231 Project: Derby Type: Improvement Components: SQL Versions:

Re: [jira] Created: (DERBY-197) Add tip for Windows users in BUILDING.txt file regarding file paths in the ant.properties file

2005-04-05 Thread Edward Rayl
Daniel John Debrunner wrote: David Van Couvering wrote: FYI, I couldn't 'get this to work even following this approach. I finally had to copy the JDK14 and JDK13 directory trees to the default location where ANT looks for them, and only then could I get it to work.

Re: Derby-based JDBC courseware

2005-03-30 Thread Edward Rayl
section at the bottom of that page. I wonder if it might be possible to add Derby to the first paragraph on that page as well, along with MySQL 3.22.9 and Oracle9i. cheers, -jean Edward Rayl wrote: I've just finished writing basic JDBC courseware for Object Innovations that features Derby as its

Re: Derby-based JDBC courseware

2005-03-19 Thread Edward Rayl
Jean, I noticed that the course description at http://objectinnovations.com/CourseOutlines/168.html mentions Apache Derby, but not until the System Requirements section at the bottom of that page. I wonder if it might be possible to add Derby to the first paragraph on that page as well, along

Derby-based JDBC courseware

2005-03-18 Thread Edward Rayl
I've just finished writing basic JDBC courseware for Object Innovations that features Derby as its default database. The course is geared towards using the SQL standard rather than vendor proprietary SQL. The same JDBC queries run against Derby, MySQL and Oracle. The announcement is at:

Re: [VOTE][PATCH]updates on forward only resultset using JDBC 2.0 UpdatableResultset APIs

2005-03-08 Thread Edward Rayl
Mamta Satoor wrote: On Mon, 21 Feb 2005 11:58:36 -0800, Mamta Satoor [EMAIL PROTECTED] wrote: Hi, I have addressed the comments made by Dan for performance. Here is the new patch. Let me know what you all think. The comments made by Dan can be found in following thread

Re: [VOTE][PATCH]updates on forward only resultset using JDBC 2.0 UpdatableResultset APIs

2005-03-08 Thread Edward Rayl
(commercial) and MySQL(open source). It would allow for easier database and application migration. As for review... you don't really want me doing that ;-) Ed Edward Rayl wrote: I'm starting to wonder if this is on any of the reviewers' radar screen. It's been two weeks

Re: [VOTE] Documentation source location in subversion

2005-03-08 Thread Edward Rayl
Andrew McIntyre wrote: Recently, a vote was approved that the source for the Derby documentation should be XML DITA format. Details can be found in these threads: http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200502.mbox/ [EMAIL PROTECTED]

Re: Overly conservative on reserved words?

2005-03-01 Thread Edward Rayl
UNION DISTINCT? I thought not, based on their documentation. They seem to have a MINUS, which may map to EXCEPT. Satheesh Edward Rayl wrote: Satheesh Bandaram wrote: Take for example, the recently added UNION/INTERSECT DISTINCT clause. This doesn't add any new

Re: javadoc on the website

2005-02-02 Thread Edward Rayl
Please consider the JDocs web site as yet another alternative: http://www.jdocs.com/ Kathey Marsden wrote: I think it would be helpful to have links to both the published and internal javadoc on the Derby website. I think the published javadoc should be available off of the manuals page and

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

2004-11-22 Thread Edward Rayl
I would like to submit a patch for JDBC 2.0 Updatable Resultset apis - delete functionality only. Please send in your vote based on the following description and the attahced patch. I for one would like to see these patches applied ASAP. I have a near term need for updatable resultsets in