[jira] Commented: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-07-21 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=comments#action_12316434 ] Suresh Thalamati commented on DERBY-239: I think providing an online backup mechanism that does not block changes to the database when the backup is in progress will be

Re: Size of common jar file

2005-07-21 Thread Jeremy Boynes
David Van Couvering wrote: Hi, Dan, I've been thinking a lot on what you have to say here. When I first looked at this, I noticed what the tools and network server were doing for internationalization, and considered duplicating that approach. But the original motivation was not just internati

[jira] Commented: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints

2005-07-21 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-412?page=comments#action_12316433 ] Kathey Marsden commented on DERBY-412: -- I think it is fine if it prints the class name of the underlying wrapped connection or doesn't but think the hashcode is good enoug

[jira] Commented: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-412?page=comments#action_12316427 ] David Van Couvering commented on DERBY-412: --- OK, we have a bit of a problem here. BrokeredConnection does not have direct access to the SESSIONID, DATABASE, etc., be

Re: Size of common jar file

2005-07-21 Thread David Van Couvering
Hi, Dan, I've been thinking a lot on what you have to say here. When I first looked at this, I noticed what the tools and network server were doing for internationalization, and considered duplicating that approach. But the original motivation was not just internationalization of messages, bu

Re: [jira] Commented: (DERBY-426) documentation need to be modified to reflect the derby-390 fix(once it is committed) , schem , table , column names need to be in case-sensitive form.

2005-07-21 Thread Andrew McIntyre
On Jul 21, 2005, at 12:32 PM, Jeff Levitt wrote: Based on Suresh's comment below on this patch, can a committer please commit this? Also, can we have this patch propogated over to the 10.1 branch? How does that work? Hi Jeff, I'll look at committing this to the trunk, and then svn merging

[jira] Commented: (DERBY-20) LIKE handles strings with control characters incorrectly.

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-20?page=comments#action_12316410 ] David Van Couvering commented on DERBY-20: -- Lance Anderson adds: The problem is a Derby engine issue where you do: Like 'foo\%%' escape '\' will fail. However, if

[jira] Commented: (DERBY-20) LIKE handles strings with control characters incorrectly.

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-20?page=comments#action_12316408 ] David Van Couvering commented on DERBY-20: -- This issue came up with EJBQL testing of the app server here at Sun. I am including some comments from the folks doing the

[jira] Commented: (DERBY-20) LIKE handles strings with control characters incorrectly.

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-20?page=comments#action_12316409 ] David Van Couvering commented on DERBY-20: -- Paul Riethmuller writes: That is not a Derby bug - it's being strict about the SQL standard. Your LIKE string contains no w

[jira] Updated: (DERBY-20) LIKE handles strings with control characters incorrectly.

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-20?page=all ] David Van Couvering updated DERBY-20: - Attachment: server.log > LIKE handles strings with control characters incorrectly. > - > >

[jira] Commented: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-412?page=comments#action_12316405 ] David Van Couvering commented on DERBY-412: --- It was supposed to be the id of the Brokered Connection instance. If you don't feel the need to know the class name of t

Re: [jira] Commented: (DERBY-426) documentation need to be modified to reflect the derby-390 fix(once it is committed) , schem , table , column names need to be in case-sensitive form.

2005-07-21 Thread Jeff Levitt
Based on Suresh's comment below on this patch, can a committer please commit this? Also, can we have this patch propogated over to the 10.1 branch? How does that work? Thanks, Jeff --- "Suresh Thalamati (JIRA)" wrote: > [ > http://issues.apache.org/jira/browse/DERBY-426?page=comments#ac

Re: [Patch]Derby-105

2005-07-21 Thread Satheesh Bandaram
I agree with Dan and Mike about the solution... Parsing of SQL statement in IJ just seems wrong, especially for a non-critical issue like this Wouldn't Dan's suggestion of 'Statement executed' be sufficient? Satheesh V Narayanan wrote: > Hi, > I did try out the query with the comment and it

Re: Vote for derby graduation on general@incubator.apache.org

2005-07-21 Thread Satheesh Bandaram
I was reading the progress of Derby graduation vote... Noticed the following in Jeremy's message: > DB PMC members have been with Derby from the start and have actively been involved > in its incubation. Derby has cross pollinated with other Apache projects such as Geronimo > and JDO (also under i

[jira] Commented: (DERBY-465) Embedded Derby-PointBase comparison

2005-07-21 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-465?page=comments#action_12316402 ] Mike Matrigali commented on DERBY-465: -- 1) I look forward to your subsequent posting the files you are using get your results. It seems important when publishing

[jira] Commented: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints

2005-07-21 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-412?page=comments#action_12316398 ] Kathey Marsden commented on DERBY-412: -- What would that ID mean? Would it be the id of the EmbedXAConnection or EmbedPooledConnection from whence it came or something els

[jira] Commented: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints

2005-07-21 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-412?page=comments#action_12316388 ] David Van Couvering commented on DERBY-412: --- Yes, you are right, the output doesn't match the agreed upon output. I still have code in BrokeredConnection that just

Re: Can I merge DERBY-412.diff to trunk ? (Re: [jira] Updated: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints)

2005-07-21 Thread TomohitoNakayama
Uh-oh. I understood DERBY-412 was not commited yet and working for now. :-( // I mistaked to see svn status as log of committing. I will wait it to be done. : ) Best regards. /* Tomohito Nakayama [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Na

[jira] Commented: (DERBY-465) Embedded Derby-PointBase comparison

2005-07-21 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-465?page=comments#action_12316384 ] Sunitha Kambhampati commented on DERBY-465: --- Derby has some debug properties that can be enabled, to print the lock table information on a timeout. Please see the fo

[jira] Commented: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints

2005-07-21 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-412?page=comments#action_12316381 ] Kathey Marsden commented on DERBY-412: -- Hi David, It seems that Brokered connections print the EmbeddedConnection classname instead of the actual class name (BrokeredConn

Can I merge DERBY-412.diff to trunk ? (Re: [jira] Updated: (DERBY-412) Connection toString should show type information and the meaning of the identifier that it prints)

2005-07-21 Thread TomohitoNakayama
Hello. Can I merge DERBY-412.diff to trunk ? I think this patch will help me to solve DERBY-273. I asks because there was voting for DERBY-412. Best regards. /* Tomohito Nakayama [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Naka http:

Re: [PATCH]derby-105 :drop table statement shows wrong message after dropping table

2005-07-21 Thread Mike Matrigali
Just my opinion, but it seems like madness to have IJ start parsing the SQL text it sends, just to have it say insert vs. delete. It seems like a lot of code complication for not much benefit. At least currently I believe ij can also be used to connect to other db's so it may not even know the sy

Re: Multiple engines in same JVM

2005-07-21 Thread Jeremy Boynes
David Van Couvering wrote: Jeremy Boynes wrote: [snip] AIUI there are two levels of configuration: system and database * system configuration comes from system properties and classloader resources * database configuration overrides based on values from derby.properties in the database

Re: Hibernate support?

2005-07-21 Thread Shreyas Kaushik
Came across this sometime back. I donno if there is anything newer than this. http://www.hibernate.org/80.392.html thanks Shreyas David Van Couvering wrote: Hi, all. I saw an email about getting Derby to work with Hibernate. Did this get resolved? We'd like to put Derby on the list on the

Re:[Patch]Derby-105

2005-07-21 Thread V Narayanan
Hi, I did try out the query with the comment and it led to the following output ij> -- an insert statement insert into table2 select * from table1; 12 --s executed considering the approach I am using to solve the problem I can resolve this by further parsing of the query in addition to

Hibernate support?

2005-07-21 Thread David Van Couvering
Hi, all. I saw an email about getting Derby to work with Hibernate. Did this get resolved? We'd like to put Derby on the list on the Hibernate site. Thanks, David

Re: Vote for derby graduation on general@incubator.apache.org

2005-07-21 Thread David Van Couvering
Still wasn't working for me. But I transmogrified it it using tinyurl.com to http://tinyurl.com/e4onr David Jean Anderson wrote: I'm hearing that cutting and pasting the url below isn't working -- and it isn't for me either. A %20 is getting added between the '%3c' and '42'. I'm using a w

Re: [Patch]DERBY-105

2005-07-21 Thread Daniel John Debrunner
V Narayanan wrote: > In this case it seems to give the correct output. This does not give the > wrong output. Can you pls tell me if I am missing something. Is there > something wrong with the way I have run the tests that might give rise > to the false output earlier. Pls pardon me if my questio

Re: [Patch]DERBY-105

2005-07-21 Thread V Narayanan
Hi, When I try to execute the case where multiple inserts are done as in the following ij> connect 'jdbc:derby:mydb;create=true'; ij> create table table1(name char(20)); create executed ij> create table table2(name char(20)); create executed ij> insert into table1 values('narayanan'); 1 insert

[jira] Resolved: (DERBY-397) Make it sure for the connection to be closed in drda.Database#close() even if Exception happens in conn.rollback().

2005-07-21 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-397?page=all ] Tomohito Nakayama resolved DERBY-397: - Resolution: Won't Fix I concluded to do nothing for DERBY-397 for now. Reasons were as next. 1: EmbedConnection , which drda module uses , assum

Re: Vote for derby graduation on general@incubator.apache.org

2005-07-21 Thread Jean Anderson
I'm hearing that cutting and pasting the url below isn't working -- and it isn't for me either. A %20 is getting added between the '%3c' and '42'. I'm using a web-based mail program at the moment and the problem could be using IE. Here it is again from mozilla: http://mail-archives.apache.org

Re: [PATCH]derby-105 :drop table statement shows wrong message after dropping table

2005-07-21 Thread Daniel John Debrunner
Daniel John Debrunner wrote: > [EMAIL PROTECTED] wrote > > > >> INSERT INTO WORKS1 >> SELECT * >> FROM WORKS; >>-12 rows inserted/updated/deleted >>+12 --s executed > > > The patch seems to have problems, several of the correct execution > status lines in the

Re: [PATCH]derby-105 :drop table statement shows wrong message after dropping table

2005-07-21 Thread Daniel John Debrunner
[EMAIL PROTECTED] wrote > INSERT INTO WORKS1 > SELECT * > FROM WORKS; > -12 rows inserted/updated/deleted > +12 --s executed The patch seems to have problems, several of the correct execution status lines in the test output have been replaced with lines that

Vote for derby graduation on general@incubator.apache.org

2005-07-21 Thread Jean Anderson
For any who are interested in following this, a vote for derby to graduate from the incubator has started on general@incubator.apache.org: http://mail-archives.apache.org/mod_mbox/incubator-general/200507.mbox/%3c42 [EMAIL PROTECTED] regards, -jean

Re: [jira] Commented: (DERBY-465) Embedded Derby-PointBase comparison

2005-07-21 Thread Øystein Grøvlen
Peter Kovgan (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-465?page=comments#action_12316327 ] Peter Kovgan commented on DERBY-465: previous error is result of low derby.locks.escalationThreshold But I don't understand the reason of this

[jira] Commented: (DERBY-465) Embedded Derby-PointBase comparison

2005-07-21 Thread Peter Kovgan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-465?page=comments#action_12316327 ] Peter Kovgan commented on DERBY-465: previous error is result of low derby.locks.escalationThreshold But I don't understand the reason of this error 5000 rows is defau

[jira] Closed: (DERBY-447) getBoolean() throws data conversion exception for DECIMAL type in J2ME/CDC/Foundation

2005-07-21 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-447?page=all ] Daniel John Debrunner closed DERBY-447: --- Resolution: Fixed > getBoolean() throws data conversion exception for DECIMAL type in > J2ME/CDC/Foundation > ---

[jira] Updated: (DERBY-447) getBoolean() throws data conversion exception for DECIMAL type in J2ME/CDC/Foundation

2005-07-21 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-447?page=all ] Daniel John Debrunner updated DERBY-447: Fix Version: 10.1.1.0 Also marked fixed in 10.1 branch > getBoolean() throws data conversion exception for DECIMAL type in > J2ME/CDC/Foundatio

[jira] Reopened: (DERBY-447) getBoolean() throws data conversion exception for DECIMAL type in J2ME/CDC/Foundation

2005-07-21 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-447?page=all ] Daniel John Debrunner reopened DERBY-447: - > getBoolean() throws data conversion exception for DECIMAL type in > J2ME/CDC/Foundation > -

[jira] Commented: (DERBY-465) Embedded Derby-PointBase comparison

2005-07-21 Thread Peter Kovgan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-465?page=comments#action_12316319 ] Peter Kovgan commented on DERBY-465: I have also errors in my new WRITE-multithreading test: Description: 1 thread runs: Thread Cycle:{ openConnection() insert(5000