[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-05-31 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12414198 ] Bryan Pendleton commented on DERBY-1326: Deepa, I was experimenting with your "sessionMgmt1_and_nosessionsforclosedthreads.diff" patch. I definitely cannot reproduce

[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-05-31 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12414193 ] Bryan Pendleton commented on DERBY-1326: I think that the cause of the new "Insufficient data" exception that is appearing with sessionMgmt1.diff has to do with a spec

Regression Test Failure! - TinderBox_Derby 410696 - Sun DBTG

2006-05-31 Thread Ole . Solberg
[Auto-generated mail] *TinderBox_Derby* 410696/2006-06-01 00:42:26 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* 1666665 2 187.90% SunOS-5.10_i86pc-i386 Details in http://www.mult

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread James Maes - Materialogic Programmer
As just a lurker on the list, I'm not sure that I should even offer anything here, but what's the fun unless you have your poker in the coals I'll avoid throwing any weight (i have none, remember the lurker status) behind one coding style or the other (TABS must DIE [note, this doesn't co

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Dag H. Wanvik
Andreas Korneliussen <[EMAIL PROTECTED]> writes: > 3) A file should be consistent in its use of spaces vs. tabs. If a > file uses spaces for indentation, no tabs are allowed into that file. > > The problem with rule 3, is of course that developers need to set up > their tools based on which file t

[jira] Created: (DERBY-1363) Derby should publish a well defined coding convention per the db project guidlines

2006-05-31 Thread Kathey Marsden (JIRA)
Derby should publish a well defined coding convention per the db project guidlines --- Key: DERBY-1363 URL: http://issues.apache.org/jira/browse/DERBY-1363 Project: Derby Type: Task

Re: couple of minor javadoc warnings in 10.2 codeline....

2006-05-31 Thread David Van Couvering
I can fix the latter, I'll put it in as a "rider" to my next i18n patch (adding some testing). I don't know about the former. David Suresh Thalamati wrote: Noticed following java doc warnings on the trunk: [javadoc] opensource\java\client\org\apache\derby\client\am\Connection.java:1012: w

couple of minor javadoc warnings in 10.2 codeline....

2006-05-31 Thread Suresh Thalamati
Noticed following java doc warnings on the trunk: [javadoc] opensource\java\client\org\apache\derby\client\am\Connection.java:1012: warning - @return tag has no arguments. [javadoc] opensource\java\client\org\apache\derby\client\am\SqlException.java:169: warning - Tag @return cannot be use

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread David Van Couvering
I meant: all new code should use *spaces*, sorry. David David Van Couvering wrote: I have been doing fine setting my editor to have tab stops at 4 spaces. Then I indent with spaces not tabs. It's never bothered me (that much). I vote for agreeing on a level of indent (e.g. 4 spaces) and kee

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread David Van Couvering
I have been doing fine setting my editor to have tab stops at 4 spaces. Then I indent with spaces not tabs. It's never bothered me (that much). I vote for agreeing on a level of indent (e.g. 4 spaces) and keep it at that. All new code should use tabs, and all old code with tabs is grandfath

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Rodrigo Madera
One thing there is to learn from all this: Set standards BEFORE the project starts. I'm really scared of the consequences of losing blame/praise information. It's like erasing our parents... Yeah... I will never start a project without having a written coding standard!! Rodrigo On 5/31/06, And

[web / doc] 3 tools for editing Derby Web site XML source

2006-05-31 Thread Jean T. Anderson
My xml editor has been vi (yes, I'm a dinosaur), so I started looking at XML editors. I put notes about three products I briefly looked at down below for anyone who might be interested: - jEdit - Eclipse WST XML Editor - XMLBuddy Eclipse plugin I worked with each for no more than an hour be

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Andreas Korneliussen
Rick Hillegas wrote: Before injecting a massive singularity into our code archaeology, I would like to better understand the passionate objection to tabs. Let me explain my perspective: I use a crude, old-fashioned editor called emacs. My tabs are configured at 4 space intervals. With this sett

[jira] Commented: (DERBY-1361) positioned updates and deletes allowed after a commit without repositioning the cursor - if the table is indexed on the columns selected

2006-05-31 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1361?page=comments#action_12414171 ] Dag H. Wanvik commented on DERBY-1361: -- The problem exists not only for positioned operations, but also for ResultSet#updateRow and ResultSet#deleteRow. > positioned up

[jira] Commented: (DERBY-1361) positioned updates and deletes allowed after a commit without repositioning the cursor - if the table is indexed on the columns selected

2006-05-31 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1361?page=comments#action_12414170 ] Dag H. Wanvik commented on DERBY-1361: -- I only see the error if the index is covering. It may be related to DERBY-1087. For the forward-only case, the behavior is correct

[jira] Resolved: (DERBY-842) Internationalize messages in PreparedStatement to Section in org.apache.derby.client.am

2006-05-31 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-842?page=all ] David Van Couvering resolved DERBY-842: --- Resolution: Fixed Fixed missed hardcoded string, revision 410695. Passes derbynetclientmats and jdbc40 suites. > Internationalize messages

[jira] Updated: (DERBY-1253) Verify that we don't raise SQLFeatureNotSupportedException for mandatory methods

2006-05-31 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1253?page=all ] Rick Hillegas updated DERBY-1253: - Attachment: bug1253_wireIn.diff Attaching bug1253_wireIn.diff. This adds the UnsupportedVetter test to the jdbc4 test suite. Committed at subversion revision

[jira] Created: (DERBY-1362) Class-Path manifest entry for derby.jar is missing from the 10.2.0.2 snapshot

2006-05-31 Thread Daniel John Debrunner (JIRA)
Class-Path manifest entry for derby.jar is missing from the 10.2.0.2 snapshot - Key: DERBY-1362 URL: http://issues.apache.org/jira/browse/DERBY-1362 Project: Derby Type: Bug Versions: 10

Re: Dublin anyone?

2006-05-31 Thread Satheesh Bandaram
Bernt M. Johnsen wrote: >Olav and I are going to attend Apachecon Europe in Dublin. Other >derby-dev'ers planning to attend? > > I will be there... I am presenting a session on Derby . Would lik

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Jean T. Anderson
Kathey Marsden wrote: ... > 1) Choose and document a format.I think everyone can agree to get > rid of the tabs. Otherwise ... > The volunteer doing the work gets to propose the format and only > very serious objections should be raised > in the interest of getting this done. S

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Kathey Marsden
Bernt M. Johnsen wrote: Therefore, any enforced standard would be welcomed by me. This is the key point. I had thought there was consensus or at least complacency about spaces in the tab/space debate but I was wrong. So I will remove this statement from my proposal: "I think everyone ca

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Rick Hillegas
I would like to understand what code archaeology looks like after the Homogenizing Event. I think that this will split codeline time into two segments: Before Homogenization and After Homogenization. The Homogenizer will appear as the author of a lot of our code. In tracing the history of a fil

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Bernt M. Johnsen
Rick Hillegas wrote (2006-05-31 13:25:09): > [...] My tabs are configured at 4 space intervals. [...] Rodrigo Madera wrote (2006-05-31 17:50:10): > Hey, tabs are 8 spaces by nature. > > [...] Hmmm. I think this proves my point ;-) -- Bernt Marius Johnsen, Databas

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Rodrigo Madera
Hey, tabs are 8 spaces by nature. I've always used tabs. I will never ever move to non-tabs in the future for my projects. There is no "logical" explanation for this other than personal taste. I used Subversion and it has never complained about anything. Talking about code style is like talking

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Bernt M. Johnsen
Rick Hillegas wrote (2006-05-31 13:25:09): > Before injecting a massive singularity into our code archaeology, I > would like to better understand the passionate objection to tabs. Let me > explain my perspective: I use a crude, old-fashioned editor called > emacs. My tabs are confi

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Manish Khettry
does it work well when the source is printed? why not just use spaces to indent instead of redefining a tab? I'm curious-- what do other apache projects say in this regard? Sorry, but I can't resist participating in religious debates :) --- Rick Hillegas <[EMAIL PROTECTED]> wrote: > Before inj

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Rick Hillegas
Before injecting a massive singularity into our code archaeology, I would like to better understand the passionate objection to tabs. Let me explain my perspective: I use a crude, old-fashioned editor called emacs. My tabs are configured at 4 space intervals. With this setting, I almost never h

[jira] Commented: (DERBY-1221) runtimestatistics time shows large number instead of 0 with ibm15 on zOS

2006-05-31 Thread Manjula Kutty (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1221?page=comments#action_12414143 ] Manjula Kutty commented on DERBY-1221: -- I ran into this problem even on a windows platform with the most recent ibm15 build. So it is not a ZOS specific problem, rather

Re: materialized views

2006-05-31 Thread Rick Hillegas
Thanks for the quick verification, Satheesh! Regards, -Rick Satheesh Bandaram wrote: Rick Hillegas wrote: As far as I know, Derby does not support materialized views (syntax for creating and refreshing snapshots of query results). The Derby Reference Guide doesn't show any CREATE VIEW syn

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Myrna van Lunteren
On 5/31/06, Rodrigo Madera <[EMAIL PROTECTED]> wrote: Why do you all hate tabs sooo much?? On 5/31/06, Bernt M. Johnsen <[EMAIL PROTECTED]> wrote: > I heartily agree. We definitely need an enforced standard on > this. [snip] > And, we should definitely get rid of the tabs. > > I personally c

Re: materialized views

2006-05-31 Thread Satheesh Bandaram
Rick Hillegas wrote: > As far as I know, Derby does not support materialized views (syntax > for creating and refreshing snapshots of query results). The Derby > Reference Guide doesn't show any CREATE VIEW syntax which would > indicate support for materialized views. > > Does this sound correct?

JMX Extensions to Derby

2006-05-31 Thread Sanket Sharma
Hey everyone...    I´m a google SOC student assigned the task of adding JMX extensions to Derby! Before I actually start working on my project, I just  thought of dropping a ´lil Hi  to the community :-)    I would also appreciate your suggestions on features the community would like to see being i

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Rodrigo Madera
Why do you all hate tabs sooo much?? On 5/31/06, Bernt M. Johnsen <[EMAIL PROTECTED]> wrote: I heartily agree. We definitely need an enforced standard on this. Personally, I don't care very much about coding style (whether the "{"'s are placed on separate lines or not, whether a function is fall

JMX Extensions to Derby

2006-05-31 Thread Sanket Sharma
Hey everyone... I´m a google SOC student assigned the task of adding JMX extensions to Derby! Before I actually start working on my project, I just  thought of dropping a ´lil Hi  to the community :-) I would also appreciate your suggestions on features the community would like to see being imple

[jira] Commented: (DERBY-1091) Test harness does not pass jvm flags properly if there are more than 1 property in jvm flags

2006-05-31 Thread Manjula Kutty (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1091?page=comments#action_12414134 ] Manjula Kutty commented on DERBY-1091: -- As a note: I ran the derbyall with an option -Xjit:count=0 as -Djvmflags and it got passed through the individual tests. I ran t

[jira] Updated: (DERBY-435) jdbcapi/checkDataSource.java and jdbapi/checkDataSource30.java to tests should be changed or extended to test client DataSources

2006-05-31 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-435?page=all ] Deepa Remesh updated DERBY-435: --- Attachment: d435-10.1-v1.diff d435-10.1-v1.status Attaching a patch 'd435-10.1-v1.diff' which enables jdbcapi/checkDataSource.java to run in clien

Re: Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Bernt M. Johnsen
I heartily agree. We definitely need an enforced standard on this. Personally, I don't care very much about coding style (whether the "{"'s are placed on separate lines or not, whether a function is falled "foo()" or "foo ()" etc). But I do very much care about whitespace problems when dealing with

Re: [VOTE] [RESULT] Suresh Thalamati as Derby committer

2006-05-31 Thread David Van Couvering
Thanks, Jean, sorry for missing you in the count. David Jean T. Anderson wrote: You missed my vote in your results: http://mail-archives.apache.org/mod_mbox/db-derby-dev/200605.mbox/[EMAIL PROTECTED] -jean David Van Couvering wrote: I would like to welcome Suresh Thalamati as a committer

Re: [VOTE] [RESULT] Suresh Thalamati as Derby committer

2006-05-31 Thread Jean T. Anderson
You missed my vote in your results: http://mail-archives.apache.org/mod_mbox/db-derby-dev/200605.mbox/[EMAIL PROTECTED] -jean David Van Couvering wrote: > I would like to welcome Suresh Thalamati as a committer to Derby. Here > are the vote results. Congratulations, Suresh! > > +1: > David

Re: 10.1.3 Wow!

2006-05-31 Thread Kathey Marsden
Myrna van Lunteren wrote: Does the 'Unassigned' show up because of a patch or comment by that signature? Unassigned just means an issue was marked fixed but a developer never assigned themselves to the issue. Some are probably perfectly ok to be unassigned. For 10.1.3 these are the issues t

[VOTE][RESULT] Andreas Kornelliusen as committer for Derby

2006-05-31 Thread David Van Couvering
I would like to welcome Andreas Kornelliusen as a committer for Apache Derby. Below is the final tally. Congratulations and welcome, Andreas! David +1: David Van Couvering (committer, PMC) Rick Hillegas (committer) V. Narayanan Knut Anders Hatlen (committer) Bryan Pendleton (committer) Tomohi

[VOTE] [RESULT] Suresh Thalamati as Derby committer

2006-05-31 Thread David Van Couvering
I would like to welcome Suresh Thalamati as a committer to Derby. Here are the vote results. Congratulations, Suresh! +1: David Van Couvering (committer, PMC) Myrna van Lunteren Rick Hillegas (committer) Bryan Pendleton (committer) Army Sunitha Kambhampati Deepa Ramesh Manjula Kutty Satheesh B

materialized views

2006-05-31 Thread Rick Hillegas
As far as I know, Derby does not support materialized views (syntax for creating and refreshing snapshots of query results). The Derby Reference Guide doesn't show any CREATE VIEW syntax which would indicate support for materialized views. Does this sound correct? Thanks, -Rick

[jira] Commented: (DERBY-1117) SQLException can lose stacktrace in some cases.

2006-05-31 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1117?page=comments#action_12414112 ] David Van Couvering commented on DERBY-1117: I could fix this, but wouldn't be able to test this as I don't have the IBM 13 VM. I suggest someone with access to t

Re: Creating a database - network security

2006-05-31 Thread David Van Couvering
By the way, this is a better question for derby-user than derby-dev. I'm going to forward my response with your email to derby-user... David Rick Strong wrote: Greetings, I've built a product based on Derby, and I've run into a problem. The product creates and modifies r/w databases, and in

Re: Creating a database - network security

2006-05-31 Thread David Van Couvering
How are they blocked from running the program? Is it being loaded as an applet and they are running into security exceptions? Or is a firewall blocking them somehow? What exactly is happening? If it's the former, the way you handle this is by getting a certificate and signing the derby jar

Re: 10.1.3 Wow!

2006-05-31 Thread Kathey Marsden
Bernt M. Johnsen wrote: I think I'm missing on the list (I've done a little 10.1 porting and several 10.1 commits). Thanks Bernt for pointing this out. Those important tasks are not showing up on my query for assignee. I bet there are others I missed too for that reason. I can't belie

[jira] Commented: (DERBY-1358) Reference Manual incorrectly says that SYSCONGLOMERATES.CONGLOMERATEID is a unique identifier for the conglomerate.

2006-05-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1358?page=comments#action_12414101 ] Satheesh Bandaram commented on DERBY-1358: -- I think conglomerateId was intended to be unique. Because of bug DERBY-1343, looks like there is a small chance of duplica

Re: [jira] Commented: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread David Van Couvering
I thought we had a general agreement of tabstop=4, not 8. That's what I"m working with and in general it works pretty well in Derby code. David Tomohito Nakayama (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1302?page=comments#action_12414081 ] Tomohito Nakayama commented o

[jira] Updated: (DERBY-655) getImportedKeys returns duplicate rows in some cases

2006-05-31 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-655?page=all ] Mamta A. Satoor updated DERBY-655: -- Attachment: Derby655GetImportedKeysPatch1CodelineTrunk.txt I have attached the patch for the main codeline to this JIRA entry as Derby655GetImportedKeysPatc

Creating a database - network security

2006-05-31 Thread Rick Strong
Greetings, I've built a product based on Derby, and I've run into a problem. The product creates and modifies r/w databases, and in distributing the product to people working in very secure network situations I find that even people who are empowered to install software are frequently blocked

[jira] Commented: (DERBY-942) Add JDBC4 Ease of Development Support

2006-05-31 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-942?page=comments#action_12414089 ] Rick Hillegas commented on DERBY-942: - Commited derby-942-enable-connectionTest.diff at subversion revision 410591. > Add JDBC4 Ease of Development Support > --

Re: [jira] Reopened: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread David Van Couvering
+1, if this is impacting our ability to do merges we should back this change out. Knut Anders Hatlen (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-1302?page=all ] Knut Anders Hatlen reopened DERBY-1302: --- I think these changes sho

[jira] Commented: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1302?page=comments#action_12414081 ] Tomohito Nakayama commented on DERBY-1302: -- There seems to exist subject of treatment for tab ... 1) Should it be untabfied ? 2) If it should be untabfied, what nu

[jira] Updated: (DERBY-1344) Placeholder for work for 10.2 snapshots

2006-05-31 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1344?page=all ] Rick Hillegas updated DERBY-1344: - Attachment: bug1344-bumplastdigit_3.diff Attaching bug1344-bumplastdigit_3.diff, which bumps the last digit of the release identifier after generating yester

[jira] Commented: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1302?page=comments#action_12414077 ] Tomohito Nakayama commented on DERBY-1302: -- Rollbacked. Sendingjava/drda/org/apache/derby/impl/drda/DDMWriter.java Sendingjava/drda/org/apache/derby/i

[jira] Updated: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1302?page=all ] Tomohito Nakayama updated DERBY-1302: - Attachment: DERBY-1302_rollback.patch Modification : Rollback previous two patches. Test : Execute derbyall and found no error other than DERBY

[jira] Created: (DERBY-1361) positioned updates and deletes allowed after a commit without repositioning the cursor - if the table is indexed on the columns selected

2006-05-31 Thread Andreas Korneliussen (JIRA)
positioned updates and deletes allowed after a commit without repositioning the cursor - if the table is indexed on the columns selected Key: DERBY-136

Re: Engine booting, was: Autoloading of JDBC drivers considered harmful?

2006-05-31 Thread John Embretsen
Kathey Marsden wrote: Rick Hillegas wrote: [SNIP] 1) This is a Derby bug which we could fix if we separated driver initialization from engine booting. 2) This is an odd Derby behavior which we should document: If you explicitly shut down the engine, then if you want to get a connection lat

Code formatting debate, confusion and wasted time , Has it gone on long enough?

2006-05-31 Thread Kathey Marsden
In a comment in DERBY-1302 Knut Anders said >If we want to reindent large parts of the code, I think we should do >it sometime after 10.1.3 is released and before the 10.2 branch is >created, and we should try to use a style that is used elsewhere in >the code (I prefer tab-free code myself).

[jira] Assigned: (DERBY-1295) Result sets of type TYPE_SCROLL_INSENSITIVE should not implicitly close due to positioning in autocommit mode

2006-05-31 Thread Fernanda Pizzorno (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1295?page=all ] Fernanda Pizzorno reassigned DERBY-1295: Assign To: Fernanda Pizzorno > Result sets of type TYPE_SCROLL_INSENSITIVE should not implicitly close due > to positioning in autocommit mode

[jira] Updated: (DERBY-1356) Positioned update/delete when positioned after last or before first causes NullPointerException

2006-05-31 Thread Fernanda Pizzorno (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1356?page=all ] Fernanda Pizzorno updated DERBY-1356: - Attachment: derby-1356.diff derby-1356.stat The attached file derby-1356.diff contains a fix for this problem and a new test. I have

Re: Autoloading of JDBC drivers considered harmful?

2006-05-31 Thread Olav Sandstaa
Knut Anders Hatlen wrote: Another issue with Derby and autoloading is that it only happens once per JVM. If you do a getConnection("jdbc:derby:;shutdown=true"), the driver is unloaded and won't be reloaded unless you do a Class.forName(). So this code Connection c = DriverManager.getConnection

Re: [jira] Commented: (DERBY-1346) unit/fillLog.unit seems to be failed if program was build as sane.

2006-05-31 Thread TomohitoNakayama
Hello. Exception seems to be happened in next text. Execute command: java -DjavaCmd=java -Dverbose=true -Dencryption=true -Doutputdir=/home/naka/derby/test/20060528/derbyall/encryptionAll/storemats/storemats -Dtopsuitedir=/home/naka/derby/test/20060528/derbyall/encryptionAll -Dtopreportdir=/h

[jira] Commented: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1302?page=comments#action_12414044 ] Tomohito Nakayama commented on DERBY-1302: -- Sorry .. Mistaken. -I will back out the patch and suspend release of 10.1.3 . +I will back out the patch and suspend it un

[jira] Created: (DERBY-1360) Implement SQL Unicode character string literal

2006-05-31 Thread Bernt M. Johnsen (JIRA)
Implement SQL Unicode character string literal -- Key: DERBY-1360 URL: http://issues.apache.org/jira/browse/DERBY-1360 Project: Derby Type: New Feature Reporter: Bernt M. Johnsen Priority: Minor Implement Unicode

Re: jdk16 and suite derbyall - 128 failures

2006-05-31 Thread Olav Sandstaa
Myrna van Lunteren wrote: On 5/26/06, Olav Sandstaa <[EMAIL PROTECTED]> wrote: So how should we fix this? Any suggestions? Some ideas: * Remove the support for autoloading of the embedded driver (Yes, Rick and the JDBC4 expert group have already said no to this, but I still think there are situ

[jira] Commented: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1302?page=comments#action_12414041 ] Tomohito Nakayama commented on DERBY-1302: -- I see ... I will back out the patch and suspend release of 10.1.3 . > Indent source files touched in DERBY-326 > -

[jira] Commented: (DERBY-1262) Like-predicates: % does not match tab character

2006-05-31 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1262?page=comments#action_12414035 ] Bernt M. Johnsen commented on DERBY-1262: - Isn't it somewhat dnagerous to use tab-cahacters in strings in dynamicLikeOptimization.sql since it seems to me that Derby d

[jira] Commented: (DERBY-1262) Like-predicates: % does not match tab character

2006-05-31 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1262?page=comments#action_12414032 ] Bernt M. Johnsen commented on DERBY-1262: - Instead of the loop in padWithNulls, you could use StringBuffer.setLength(len) instead, e.g: StringBuffer b

Re: test harness and jvmoptions

2006-05-31 Thread Myrna van Lunteren
On 5/31/06, Vemund Ostgaard <[EMAIL PROTECTED]> wrote: Hello, I am trying to get the test harness to specify a flag to the jvm when new jvms are started to execute tests/testsuites, but I have got it wrong somehow. I want to supply either -d32 or -d64 option to the Sun jvm (on linux or solaris)

[jira] Created: (DERBY-1359) Developers guide: example showing shut down of Derby system should not contain a database name

2006-05-31 Thread Olav Sandstaa (JIRA)
Developers guide: example showing shut down of Derby system should not contain a database name -- Key: DERBY-1359 URL: http://issues.apache.org/jira/browse/DERBY-1359 Project: Derby

Re: jdk16 and suite derbyall - 128 failures

2006-05-31 Thread Myrna van Lunteren
On 5/26/06, Olav Sandstaa <[EMAIL PROTECTED]> wrote: >> I think I have found what causes the Nist tests to fail when running >> derbyall with jdk16. The Nist tests started to fail after DERBY-930 >> (Add support for autoloading of Derby client drivers) was check in. >> [...snip...] >> So basica

test harness and jvmoptions

2006-05-31 Thread Vemund Ostgaard
Hello, I am trying to get the test harness to specify a flag to the jvm when new jvms are started to execute tests/testsuites, but I have got it wrong somehow. I want to supply either -d32 or -d64 option to the Sun jvm (on linux or solaris) to force tests to run in either 32-bit or 64-bit env

[jira] Commented: (DERBY-1341) LOB setBytes method(s) are currently no supported, but part of the Java 1.4 JDBC interface

2006-05-31 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1341?page=comments#action_12414019 ] Anurag Shekhar commented on DERBY-1341: --- Currently the blob and clob can be constructed only by resultset. jdbc 4.0 connection object does have methods to construct thes

[jira] Reopened: (DERBY-1302) Indent source files touched in DERBY-326

2006-05-31 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1302?page=all ] Knut Anders Hatlen reopened DERBY-1302: --- I think these changes should be backed out for two reasons: 1) This is not the right time to reindent so large parts of the code, as it m

[jira] Assigned: (DERBY-1341) LOB setBytes method(s) are currently no supported, but part of the Java 1.4 JDBC interface

2006-05-31 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1341?page=all ] Anurag Shekhar reassigned DERBY-1341: - Assign To: Anurag Shekhar > LOB setBytes method(s) are currently no supported, but part of the Java 1.4 > JDBC interface > --

Regression Test Failure! - Derby 410326 - Sun DBTG

2006-05-31 Thread Ole . Solberg
[Auto-generated mail] *Derby* 410326/2006-05-30 19:46:10 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 133702569 0 105.41% SunOS-5.10_i86pc-i386 Details in http://www.multinet.no/

[jira] Created: (DERBY-1358) Reference Manual incorrectly says that SYSCONGLOMERATES.CONGLOMERATEID is a unique identifier for the conglomerate.

2006-05-31 Thread Mamta A. Satoor (JIRA)
Reference Manual incorrectly says that SYSCONGLOMERATES.CONGLOMERATEID is a unique identifier for the conglomerate. --- Key: DERBY-1358 URL: http://issues.apache.org/j