Request for developer status in Jira

2005-12-14 Thread Anurag Shekhar
Hi Can some one grant me developer status in jira ? I plan to submit some patches in few days. My jira id is anurag thanks anurag

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-18 Thread Anurag Shekhar
classes support in Embedded driver Key: DERBY-819 URL: http://issues.apache.org/jira/browse/DERBY-819 Project: Derby Type: Sub-task Components: JDBC Environment: all Reporter: Anurag Shekhar Assignee:

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-18 Thread Anurag Shekhar
Hi David I will made the changes. please see inline thanks anurag David Van Couvering (JIRA) wrote: - Why do you set the territory to en_US? I am printing the message so in case the default locale is not the same as I used to generate the original out file it will fail. So I am setting te

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-19 Thread Anurag Shekhar
dcode it in the tests. Anurag, have you tried this? > > Thanks, > > David > > Knut Anders Hatlen wrote: > > "David W. Van Couvering" <[EMAIL PROTECTED]> writes: > > > > > >>Anurag Shekhar wrote: > >> > >>>Hi Davi

Re: conflict between Derby API and JDBC 4.0

2006-01-24 Thread Anurag Shekhar
o be no help here. Section 20.2.2.1 has this sentence: "If the JDBC driver does not provide its own implementation of a QueryObjectGenerator, it must invoke the default QueryObjectGenerator implementation provided by Java SE 6." I can't see any mention of how a driver implementation finds the

Re: conflict between Derby API and JDBC 4.0

2006-01-25 Thread Anurag Shekhar
Three months ago, we shelved this topic, promising to return to it later. I would like to reach consensus on this problem now. In a nutshell: JDBC4 introduces new methods whose signatures contain generics. Because of this, DataSource implementations can't satisfy both the JDBC3 and JDBC4 contrac

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-25 Thread Anurag Shekhar
-1 The use of InternalDriver.activeDriver() to obtain a factory exposes Derby to potential NullPointerExceptions in a shutdown or error on boot situation. I see that you saw one in your testing as you have a comment on that in the shutdown code. Such NPEs will hide the real error from users,

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-25 Thread Anurag Shekhar
Looks like we already have some problem. org.apache.derby.iapi.sql.conn.ConnectionUtil.getCurrentLCC throws SQLException with status set as SQLState.NO_CURRENT_CONNECTION (0803). It doesn't use Util and constructs the SQLException directly. Changing this to use Util is the easy part but this sta

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-25 Thread Anurag Shekhar
Would it be acceptable for there to continue to be a static method in Util that worked as it does today, always returning a java.sql.SQLException? This method would have sanity checks to ensure that the SQLState passed in did not start wiht any of the special values that require specific sub-cla

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-26 Thread Anurag Shekhar
Hi, Anurag, this sounds interesting, I generally like this kind of approach over creating hardcoded specific SQLException classes in our code. We should be able to solve this in a way that is less hardcoded and more flexible, which is always good for long-term maintainability. I don't quite

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-30 Thread Anurag Shekhar
- If I have this right, the exceptionFactory doesn't get initialized until the first instance of InternalDriver() is created. Isn't it possible that getExceptionFactory() will return null? Doesn't this mean that at some point during pre-boot I'll get a NullPointerException if I try to thro

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-30 Thread Anurag Shekhar
Dan, what's your status with this patch? As it stands your -1 is still holding it back. This is not the complete patch i will posting is shortly

jdbc 4 spec

2006-02-10 Thread Anurag Shekhar
Link to jdbc 4 spec and api downloads http://java.sun.com/products/jdbc/download.html#corespec40 anurag

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-13 Thread Anurag Shekhar
exception anurag David W. Van Couvering wrote On 02/13/06 23:55,: I concur, the network client should *not* be using Util.notImplemented(), and this needs to be fixed. David Daniel John Debrunner wrote: Anurag Shekhar (JIRA) wrote: Thus it seems the changes you are making related to not

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-14 Thread Anurag Shekhar
What's the benefit of having the embedded driver not call the Util.notImplemented() method and thus increasing the footprint for no value? Wouldn't fixing the client's use first make sense? Then the Util.notImplemented() method could remain. Dan. I have added a new issue and attached a pat

Re: [jira] Commented: (DERBY-983) NetClient JDBC (40) using engine classes

2006-02-15 Thread Anurag Shekhar
shorthand methods. David NetClient JDBC (40) using engine classes Key: DERBY-983 URL: http://issues.apache.org/jira/browse/DERBY-983 Project: Derby Type: Bug Components: Network Client Environment: all Reporter: Anurag Shekhar

Re: [jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-16 Thread Anurag Shekhar
URL: http://issues.apache.org/jira/browse/DERBY-819 Project: Derby Type: Sub-task Components: JDBC Environment: all Reporter: Anurag Shekhar Assignee: Anurag Shekhar Priority: Minor Attachments: .derby-819_2.stat, derby-819-onlyforreview.diff, derby-819.diff, derby-819_2

query

2006-02-23 Thread Anurag Shekhar
Index: java/engine/org/apache/derby/impl/jdbc/EmbedConnection40.java === --- java/engine/org/apache/derby/impl/jdbc/EmbedConnection40.java (revision 380197) +++ java/engine/org/apache/derby/impl/jdbc/EmbedConnection40.java

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

2006-02-24 Thread Anurag Shekhar
. Add JDBC4 Ease of Development Support - Key: DERBY-942 URL: http://issues.apache.org/jira/browse/DERBY-942 Project: Derby Type: New Feature Components: JDBC Reporter: Rick Hillegas Assignee: Anurag Shekhar Fix For

using Monitor.findService

2006-07-27 Thread Anurag shekhar
Hi I am trying to locate DataFactory from the moniter when i call Monitor.getMonitor().findService (DataFactory.MODULE, "databasename") It returns me an instance of org.apache.derby.impl.db.BasicDatabase Am I doing something wrong here ? Or its expected behavior ? In that case how to i get the

Re: Using StorageFactory to create temporary files

2006-08-03 Thread Anurag shekhar
Let me explain why I need a temporary file. I need a storage where blob/clob can be stored before writing into the table. As the size of lob can go upto 2gb its not possible to keep it in memory. I am using the temporary file to keep the byte/string in case the the size grows more than 4k. So

Re: using Monitor.findService

2006-08-03 Thread Anurag shekhar
) Monitor.findServiceModule(o, DataFactory.MODULE); anurag Anurag shekhar wrote: Hi I am trying to locate DataFactory from the moniter when i call Monitor.getMonitor().findService (DataFactory.MODULE, "databasename") It returns me an instance of org.apache.derby.impl.db.BasicData

Re: Using StorageFactory to create temporary files

2006-08-03 Thread Anurag Shekhar
Daniel John Debrunner wrote: Anurag shekhar wrote: Let me explain why I need a temporary file. I need a storage where blob/clob can be stored before writing into the table. As the size of lob can go upto 2gb its not possible to keep it in memory. I am using the temporary file to keep the

Re: Using StorageFactory to create temporary files

2006-08-03 Thread Anurag Shekhar
Mike Matrigali wrote: Anurag shekhar wrote: Let me explain why I need a temporary file. I need a storage where blob/clob can be stored before writing into the table. As the size of lob can go upto 2gb its not possible to keep it in memory. I am using the temporary file to keep the byte

adding permission to derby_tests.policy(was:Re: Using StorageFactory to create temporary files)

2006-08-08 Thread Anurag shekhar
inue to get security exception while creating a temporary file. But when I add same permission to all (grant {}) it works fine. What am i doing wrong here ? thanks anurag Daniel John Debrunner wrote: Anurag Shekhar wrote: Yes java.io.File.createTempFile() will work. But is it ok to grant fi

Re: adding permission to derby_tests.policy(was:Re: Using StorageFactory to create temporary files)

2006-08-08 Thread Anurag Shekhar
derby-1341 is only for Embedded Driver. anurag Mike Matrigali wrote: Suresh Thalamati wrote: Anurag shekhar wrote: I need to grant derby.jar read,write,delete access on tmp directory (issue derby-1341). I tried adding permission java.io.FilePermission "${java.io.tmpdir}${/}-&qu

Re: adding permission to derby_tests.policy(was:Re: Using StorageFactory to create temporary files)

2006-08-08 Thread Anurag Shekhar
I can use database tmp file system. I can get the tmp directory name from StorageFactory. Or is there some better way of getting this directory ? anurag Suresh Thalamati wrote: Anurag shekhar wrote: I need to grant derby.jar read,write,delete access on tmp directory (issue derby-1341). I

Re: [jira] Updated: (DERBY-1105) derbyall failures due to change in exception type

2006-03-17 Thread Anurag Shekhar
a good first step to minimize the number of jdk16 canons... Myrna On 3/16/06, *Anurag Shekhar (JIRA)* <mailto:derby-dev@db.apache.org>> wrote: [ http://issues.apache.org/jira/browse/DERBY-1105?page=all <http://issues.apache.org/jira/browse

Re: Timestamp format error in GenerateReport?

2006-03-27 Thread Anurag Shekhar
This was a bug in jdk1.6 (mustang) it was fixed in build 74. anurag David W. Van Couvering wrote: When I run the jdbc40 test suite, I get this error (most times). Is anyone else seeing this? Exception in thread "main" java.lang.IllegalArgumentException: Timestamp format must be -mm-dd h

Re: [jira] Updated: (DERBY-1146) Verify that JDBC4 signatures satisfied

2006-03-28 Thread Anurag Shekhar
Also, I think this also indicates that we should consider using delegation instead of inheritance for code reuse. Andreas I didn't get it, how does it indicates that ? anurag

Re: [jira] Updated: (DERBY-1146) Verify that JDBC4 signatures satisfied

2006-03-28 Thread Anurag Shekhar
but I don't think making a design decision in anticipation of programing mistakes is a good idea. anurag interface Andreas Korneliussen wrote On 03/28/06 17:54,: Anurag Shekhar wrote: Also, I think this also indicates that we should consider using delegation instead of inheritance for

Re: QueryObjectGenerator & SecurityManager - bug or requirement?

2006-04-11 Thread Anurag Shekhar
Daniel John Debrunner wrote On 04/10/06 23:54,: In the properties file for the TestQueryObject JDBC 4.0 test we have: #this case tests QueryObject related methods which are present in jdk 1.6 #default QueryObjectGenerator uses reflection to check the Data Object #before calling the methods to

Re: [VOTE] Andreas Kornelliusen as committer for Derby

2006-05-26 Thread Anurag Shekhar
[X] +1 Make Andreas Kornelliusen a committer for Derby anurag

Re: [VOTE] Suresh Thalamati as Derby committer

2006-05-26 Thread Anurag Shekhar
[X] +1 Make Suresh Thalamati a committer for Derby anurag

how do I get handle of StoreFactory

2006-06-02 Thread Anurag Shekhar
Hi I am trying to implement set methods for blob and clob in embedded driver (derby-1341). I plan to use tmp file system as temporary storage in case user pushes in data more than MAX_BUF. can some some one point me to right doc where I should be looking for this information ? I know that Sto

Re: 10.3 release coming up...fast!

2007-05-25 Thread Anurag Shekhar
Hi Myrna I have two patches under review (2247 and 2379). Apart from these two I am working one three more issue 1. 2694 I have a patch for it but I need to run the junit tests and write a reproducible test for the same. I will be creating two more jira issue 1. An offshoot of 2586 : To ensur

large string getting truncated while returning from function - DERBY-2694

2007-05-25 Thread Anurag shekhar
While debugging for DERBY-2694 I noticed client code is getting a truncated string. It was of length 10900 chars in original code and 10899 chars after applying the patch, but the function is returning string of 2 chars. I have attached class to reproduce this in DERBY-2694. Can some one ple

Re: [jira] [Commented] (DERBY-7091) Times Inserted Incorrectly Around Daylight Savings Time Change in Spring

2020-11-16 Thread Anurag Shekhar
Hi ij> SELECT * FROM t ORDER BY key_col; KEY_COL|DESC_COL |TS_STRING |TS --- 1 |NULL |2017-03-12 01:48:00.000

Re: [jira] Commented: (DERBY-2247) provide set methods for blob in embeded driver

2007-01-19 Thread Anurag shekhar
Daniel John Debrunner wrote: Oystein Grovlen - Sun Norway wrote: Daniel John Debrunner (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465625 ] Daniel John Debrunner commented on DERBY-2247: --

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag Shekhar
t from the fields participating in unique constraint (to achieve new behaviou from the existing constraints) . Anurag Shekhar (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Shekhar updated

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag shekhar
ist should only be on non-nullable columns so should not need to be changed. I have not read through the new code yet, but I assume also that new constraints on non-nullable columns also don't use the "new" code - they should not pay the left/right search cost. Anurag Shekh

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag shekhar
Army wrote: Mike Matrigali wrote: This would mean either dropping/recreating the index at alter time or adding a new store interface to "convert" from old index type to new index type. I haven't been following this discussion at all, but for what it's worth, this same sort of question came up

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-22 Thread Anurag shekhar
Mike Matrigali wrote: Anurag shekhar wrote: Army wrote: Mike Matrigali wrote: This would mean either dropping/recreating the index at alter time or adding a new store interface to "convert" from old index type to new index type. I haven't been following this discussion at al

Re: [jira] Updated: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-25 Thread Anurag shekhar
Army wrote: I haven't been following this discussion at all, but for what it's worth, this same sort of question came up in the context of DERBY-3299. I went with the simple approach of dropping the old index and creating the new one, so some logic for that kind of thing is now in the 10.4

Re: 10.4 Feature Freeze

2008-02-26 Thread Anurag Shekhar
[EMAIL PROTECTED] wrote: ... is fast approaching (2008-02-29) Is this still a reasonable date, or should we consider delaying it? Unique constraints On track I have all the patches (3 of them) in jira and there are chances that they might get commited before 29th but having one more

Re: [jira] Updated: (DERBY-3456) Allow removing not null from collumns particpating in unique constraint.

2008-02-27 Thread Anurag shekhar
cised if the index is accessed for the first time, as the contain information is otherwise cached. It is important to test that the new formatid stuff is being read from DISK correctly. Also how have you been testing your retry code? Anurag Shekhar (JIRA) wrote: [ https://issues.apach

Re: [jira] Commented: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-27 Thread Anurag shekhar
unique constraint on non-nullable columns would be unchanged. So this constraint should still be backed by a unique index. Anurag Shekhar (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedComme

Re: [jira] Commented: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-27 Thread Anurag shekhar
Neighter the sql spec nor the derby manual promises this behavior (ordering of group by clause without order by). So I don't think this is a deviation from the existing behavior. anurag Anurag shekhar wrote: Unique constraint on non nullable fields still act like a unique index (because

Re: [jira] Commented: (DERBY-3330) provide support for unique constraint over nullable columns

2008-02-27 Thread Anurag shekhar
nique constraint. o future index optimization may not apply, there are some compression techniques that lend themselves better to unique indexes vs. non-unique. o others i have not thought of. Anurag shekhar wrote: Unique constraint on non nullable fields still act like a unique index (because the

failures in org.apache.derbyTesting.functionTests.tests.lang.LangScripts

2008-02-28 Thread Anurag shekhar
I am seeing some failures in LangScripts tests in my fresh workspace. Is some one else also experiencing failures ? I am running SUN jdk1.6 on linux. thanks anurag

unique constraint and db2 compatibility tests

2008-02-28 Thread Anurag shekhar
After enabling unique constraint on nullable fields db2 compatibility tests are failing because they expect failure while creating unique constraint over null able fields. For now I have modified the out file (Attached separately in DERBY-3330, db2Compatibility.diff ) Is it right thing to do ? o

Re: hi,may I ask something about store layer of Derby

2008-02-28 Thread Anurag Shekhar
you can find few papers on store here http://db.apache.org/derby/papers/index.html#Derby+Engine anurag 那贵鹏 wrote: hi,may I ask something about store layer of Derby? I want to learn the architecture of store layer . for Example, Class Diagram and relations and how the data is stored in what kin

Re: build failure related to Unique Constraints

2008-03-07 Thread Anurag shekhar
File is now in. Please update the workspace. anurag Rick Hillegas wrote: I am seeing the following build failure after syncing with the trunk. It looks like a test class was not checked in: [javac] /Users/rh161140/derby/mainline/trunk/java/testing/org/apache/derbyTesting/functionTests/test

Re: [jira] Commented: (DERBY-3456) Allow removing not null from collumns particpating in unique constraint.

2008-03-07 Thread Anurag shekhar
you should add a new error message for the new code to use, and soft upgrade can continue to use the old message. This is assuming there is no SQL standard for this exact error number. Anurag Shekhar (JIRA) wrote: [ https://issues.apache.org/jira/browse/DERBY-3456?page

Re: [jira] Commented: (DERBY-3523) sql states (X0Y63, X0Y63, X0Y63.S) related to nulls in unique constraints are associated with wrong message texts

2008-03-12 Thread Anurag Shekhar
--- Key: DERBY-3523 URL: https://issues.apache.org/jira/browse/DERBY-3523 Project: Derby Issue Type: Bug Affects Versions: 10.4.0.0, 10.5.0.0 Reporter: Anurag Shekhar

Re: [jira] Created: (DERBY-3566) Alter column set data type not allowed in soft upgrade with unique constraint

2008-03-24 Thread Anurag Shekhar
It might be because of my work related to unique constraint, I will look into it. anurag Kathey Marsden (JIRA) wrote: In 10.4 soft upgrade mode I cannot: ij> create table t0 (i int not null, v varchar(1) not null, constraint uq unique(v,i)); 0 rows inserted/updated/deleted ij> alter table t

Re: [VOTE] Thomas Nielsen as a Derby committer

2008-04-03 Thread Anurag Shekhar
Bryan Pendleton wrote: I propose that Thomas Nielsen shall be a Derby committer. +1

Re: [VOTE] V. Narayanan as a committer

2008-04-03 Thread Anurag Shekhar
Rick Hillegas wrote: Please vote on whether we should make V. Narayanan a Derby committer. The polls close at 5:00 pm San Francisco time on Thursday April 10. +1

Re: [VOTE] Jørgen Løland as a committ er

2008-04-03 Thread Anurag Shekhar
Rick Hillegas wrote: Please vote on whether we should make Jørgen Løland a Derby committer. The polls close at 5:00 pm San Francisco time on Thursday April 10. +1

Re: State of Derby at OSCON

2007-07-10 Thread Anurag Shekhar
What else are people planning to do for the next feature release? I am planning to work on support for duplicate nulls in unique index. https://issues.apache.org/jira/browse/DERBY-2212 thanks anurag

Re: questions about querytreenode and optimization

2007-07-12 Thread Anurag Shekhar
QueryTreeNode is constructed while parsing the sql statement. This is the base class of all the node created while parsing the sql statement. Probably you should look at java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj to see how three is generated. You can print the parse tree by t

Re: questions about querytreenode and optimization

2007-07-12 Thread Anurag shekhar
I am in the debugger, and whatever I asked was in context of that (that is while debugging the code, I am not sure where to find the access path in the QTN once the optimize method is done with. Same for the second question). Thanks Aakash On 7/12/07, *Anurag Shekhar* <[EMAIL PROTEC

contest for contributing to open source projects

2007-08-08 Thread Anurag shekhar
SUN India is planning a contest for students to contribute to some select open source projects. Will it be ok if apache derby is included in it ? The contest will be starting sometimes in aug and will last for 4-5 month. Each contributer will receive a small award there will be few early bird a

Re: contest for contributing to open source projects

2007-08-08 Thread Anurag shekhar
defend the patch in developer mailing list. They will need help similar to any contributer needs from the community (like getting doubt clarified, review and commit of patch) anurag Rick Hillegas wrote: Anurag shekhar wrote: SUN India is planning a contest for students to contribute to some

Re: contest for contributing to open source projects

2007-08-08 Thread Anurag shekhar
enough to continue contributions. Regards, -Rick Anurag shekhar wrote: Student will have to register them self at mention the project they plan to participate and also provide the id which they will be using to submit patches. They can pickup and existing issue or a new issue. Any committed

[jira] Created: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-17 Thread Anurag Shekhar (JIRA)
Reporter: Anurag Shekhar Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http

[jira] Assigned: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-17 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar reassigned DERBY-819: Assign To: Anurag Shekhar > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-17 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: embedexception.diff code changes to support jdbc4 SQLException and the test case for the same. Moved creation of EmbeddedException from java

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-17 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: stat.out output of snv stat > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-17 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=comments#action_12363013 ] Anurag Shekhar commented on DERBY-819: -- SQLExceptionFactory checks for jvm version and if the jvm version is jvm16 or above it will instantiate JDBC40ExceptionFactory

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-18 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: (was: embedexception.diff) > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-18 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: stat.out > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-18 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: (was: stat.out) > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-18 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819.diff changes from last patch moved SQLException method (getSQLException) to InternalDriver moved JDBC40ExceptionFactory metod to

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-22 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: (was: derby-819.diff) > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-22 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: (was: stat.out) > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-22 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819.diff changes from last diff changed Driver40.getSQLException to use theSQLState class directly remove entry for class prefix in

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-22 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: stat.out > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: (was: derby-819.diff) > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819.diff corrected indentation problems in Util.java and InternalDriver.java derbyall status 5 tests failed on solaris 10 x86 derbyall

[jira] Assigned: (DERBY-839) Internationalize messages CallableStatement40 to Cursor.java in org.apache.derby.client.am

2006-01-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-839?page=all ] Anurag Shekhar reassigned DERBY-839: Assign To: Anurag Shekhar > Internationalize messages CallableStatement40 to Cursor.java in > org.apache.derby.cli

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-01-27 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819-onlyforreview.diff I am attaching this patch only to get the early feed back before I go ahead and make further changes. In this I have

[jira] Commented: (DERBY-940) Add JDBC 4 Wrapper support

2006-02-10 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-940?page=comments#action_12365963 ] Anurag Shekhar commented on DERBY-940: -- JDBC 4.0 interface wrapper java.sql.Wrapper is meant to provide a standurd way to access vender specific extention to jdbc calls

[jira] Commented: (DERBY-940) Add JDBC 4 Wrapper support

2006-02-10 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-940?page=comments#action_12365967 ] Anurag Shekhar commented on DERBY-940: -- >Derby doesn't implement non-standard methods on JDBC objects, that would be >against the charter. In that case

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-10 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819_2.diff changes from last patch (for embedded driver) Moved all exception methods to SQLExceptionFactory (from Util) modified all the

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-10 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: .derby-819_2.stat svn stat output > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-12 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=comments#action_12366069 ] Anurag Shekhar commented on DERBY-819: -- Description of patch InternalDriver added method to create ExceptionFactory. This method can be overwritten in subclass

[jira] Created: (DERBY-983) NetClient JDBC (40) using engine classes

2006-02-14 Thread Anurag Shekhar (JIRA)
NetClient JDBC (40) using engine classes Key: DERBY-983 URL: http://issues.apache.org/jira/browse/DERBY-983 Project: Derby Type: Bug Components: Network Client Environment: all Reporter: Anurag Shekhar Assigned to

[jira] Updated: (DERBY-983) NetClient JDBC (40) using engine classes

2006-02-14 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-983?page=all ] Anurag Shekhar updated DERBY-983: - Attachment: derby-983.diff added a new file SQLExceptionFactory refrences of org.apache.derby.impl.jdbc.Util.notImplemented () from network client by

[jira] Created: (DERBY-1013) jdbc4 test suite test classes are using Util.notImplemented

2006-02-20 Thread Anurag Shekhar (JIRA)
jdbc4 test suite test classes are using Util.notImplemented --- Key: DERBY-1013 URL: http://issues.apache.org/jira/browse/DERBY-1013 Project: Derby Type: Bug Reporter: Anurag Shekhar jdbc4 test suite test

[jira] Assigned: (DERBY-1013) jdbc4 test suite test classes are using Util.notImplemented

2006-02-20 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1013?page=all ] Anurag Shekhar reassigned DERBY-1013: - Assign To: Anurag Shekhar > jdbc4 test suite test classes are using Util.notImplemen

[jira] Updated: (DERBY-1013) jdbc4 test suite test classes are using Util.notImplemented

2006-02-20 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1013?page=all ] Anurag Shekhar updated DERBY-1013: -- Attachment: derby-1013.diff changed the jdbc4 test classes to compare sql state and not. > jdbc4 test suite test classes are using Util.notImplemen

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-21 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819_3.diff Main changed I have made in this patch since the last submission I have moved back the exception methods of Utils

[jira] Commented: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-23 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=comments#action_12367604 ] Anurag Shekhar commented on DERBY-819: -- There were some ? chars in SystemProcedures.java )all of them in comments) I checked my files It apears to me that some how there

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819_4.diff change from last patch added coment in SQLExceptionFactory40 explaining that application relying on EmbeddedSQLException

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: (was: derby-819_4.diff) > Provide JDBC4 SQLException subclasses support in Embedded dri

[jira] Updated: (DERBY-819) Provide JDBC4 SQLException subclasses support in Embedded driver

2006-02-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-819?page=all ] Anurag Shekhar updated DERBY-819: - Attachment: derby-819_4.diff created a new test case jdbc4_embedded as TestJDBC40Exception is ment only for embedded mode and jdbc4 test suite uses net

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

2006-02-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-942?page=all ] Anurag Shekhar updated DERBY-942: - Attachment: derby-942.diff This patch is meant only for review. Because of bug in current version of jdk1.6 (mustang) ResultSet.getType after closing

[jira] Created: (DERBY-1051) A new method in CommonDataSource added which is not present in jdbc4 stub classes

2006-02-24 Thread Anurag Shekhar (JIRA)
: Improvement Environment: all Reporter: Anurag Shekhar A new method getQueryObjectGenerator is added in CommonDataSource. This effects all the DataSource (XADataSource, PooledDataSource and DataSource). Because of this new method we will need to have seperate classes for all the DataSouce

[jira] Assigned: (DERBY-1051) A new method in CommonDataSource added which is not present in jdbc4 stub classes

2006-02-24 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1051?page=all ] Anurag Shekhar reassigned DERBY-1051: - Assign To: Anurag Shekhar > A new method in CommonDataSource added which is not present in jdbc4 stub > c

  1   2   3   4   5   >