Developer Acess for my account

2007-12-17 Thread Jazarine Jamal
Good Day.. I am Jazarine Jamal, a student of Computer Science and is participating in Sun's Code for freedom contest. I've registered for a JIRA account at http://issues.apache.org/jira I request you to grant developer access to my account so that I can work on bugs in apache derby.

Finding object type

2008-01-19 Thread Jazarine Jamal
Is there a function in the derby source code to find the type of an object.. i.e. if the XXX is a table , it should return 'TABLE' .. if YYY is a view, it should return 'VIEW'.. or anything like that?? please tell where to look for it.. please help asap...

Getting the LangaugeConnectionContext

2008-01-20 Thread Jazarine Jamal
I need to get the langaugeconnectioncontext. I presume it can be done through this: LangaugeConnectionContext=activation.getLangaugeConnectionContext() But How do I create an Activation object? Are there any implemented classes for Activation interface..?? I am doing this since it forms a part

Re: Getting the LangaugeConnectionContext

2008-01-20 Thread Jazarine Jamal
eration is completed, we start > executing the generated bytecode. Someone with a little more knowledge > of the details may want to explain this further, or correct me, if > necessary? :) > > Hope this helps you figure it out :) > > Thomas > > Jazarine Jamal w

Re: Getting the LangaugeConnectionContext

2008-01-21 Thread Jazarine Jamal
Hi Dan.. What I actually am trying to do is to get an object's type..i.e. is it a table, view or synonym.. Thanks.. On 1/21/08, Daniel John Debrunner <[EMAIL PROTECTED]> wrote: > > Jazarine Jamal wrote: > > > I have got the Connection object in the function that i

Derby Testing

2008-01-31 Thread Jazarine Jamal
I've just fixed a source bug on derby but don't quite know how to test it.. The wiki has been telling me that I need to write my own tests to test derby.. And do I have to run all the tests: Functional,performance etc..? Please give me an insight into Derby Testing...

Re: Derby Testing

2008-01-31 Thread Jazarine Jamal
Also can anyone help with performing derby tests using netbeans...? On Jan 31, 2008 7:17 PM, Jazarine Jamal <[EMAIL PROTECTED]> wrote: > I've just fixed a source bug on derby but don't quite know how to test > it.. > The wiki has been telling me that I need to write my

Newbie to Derby Testing

2008-02-06 Thread Jazarine Jamal
Hi I've been getting a lot of help on Testing Derby..Thanks for that... But i'm still not able to run a single functional test. I am a newbie into development of derby... I've been reading the README.html under /trunk/java/testing/. It says that the classpath requires the files called:

Junit test problem

2008-02-13 Thread Jazarine Jamal
I made a code change and then when i run the junit test: org.apache.derbyTesting.functionTests.suites.All some 5 tests get passed and then some E occurs and then the test never gets further. No error message comes out too... This is the same state for 12 hours.. What could be the reason.?

Schema Creation

2008-02-13 Thread Jazarine Jamal
Hi, I just wanted to know this. In the embedded ij tool, is a schema created when the user is created, or at some later point of time?

SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY

2008-02-13 Thread Jazarine Jamal
Hi I would like to know if SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY in SystemProcedures.java is used only only when issuing a VALUES SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY() function call? If not, when is it otherwise executed? Just give one eg. if possible. I am working on a bug and the answe

Re: SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY

2008-02-13 Thread Jazarine Jamal
ser. Is it like that.? On Thu, Feb 14, 2008 at 3:18 AM, Rick Hillegas <[EMAIL PROTECTED]> wrote: > Jazarine Jamal wrote: > > Hi > > > > I would like to know if > > SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY in SystemProcedures.java

Re: SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY

2008-02-14 Thread Jazarine Jamal
Thanks Rick, That was helpful.. On Thu, Feb 14, 2008 at 7:03 PM, Rick Hillegas <[EMAIL PROTECTED]> wrote: > Hi Jazarine, > > I don't see any references to that function in the tools code. > > Regards, > -Rick > > Jazarine Jamal wrote: > > Thanks for tha

[jira] Resolved: (DERBY-2993) Duplicated description of java.sql.ResultSet#beforeFirst() is written in reference manual

2008-03-03 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-2993. --- Resolution: Fixed > Duplicated description of java.sql.ResultSet#beforeFirst() is written

[jira] Resolved: (DERBY-2012) The Syntax of the UPDATE and DELETE statements is not correct in the reference manual

2008-03-03 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-2012. --- Resolution: Fixed > The Syntax of the UPDATE and DELETE statements is not correct in

[jira] Resolved: (DERBY-3213) SQLChar.trim method is unused and could be removed

2008-03-03 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-3213. --- Resolution: Fixed > SQLChar.trim method is unused and could be remo

[jira] Resolved: (DERBY-2585) Mistaken description in page of CLOB

2008-03-03 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-2585. --- Resolution: Fixed > Mistaken description in page of C

[jira] Resolved: (DERBY-2615) Minor errata in page of "Where dynamic parameters are allowed" of reference manual

2008-03-03 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-2615. --- Resolution: Fixed > Minor errata in page of "Where dynamic parameters are all

[jira] Resolved: (DERBY-3246) Minor cleanup in the Derby JUnit classes

2008-03-03 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-3246. --- Resolution: Fixed > Minor cleanup in the Derby JUnit clas

[jira] Commented: (DERBY-3408) Wrong message when using SHOW in ij.

2008-07-25 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616855#action_12616855 ] Jazarine Jamal commented on DERBY-3408: --- Very goood improvement indeed! Kn

[jira] Commented: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2007-12-02 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547622 ] Jazarine Jamal commented on DERBY-887: -- i encoutnered the following problem when trying to run the queries

[jira] Assigned: (DERBY-1666) Show Views and Show Synonyms has confusing column names in results

2008-01-15 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal reassigned DERBY-1666: - Assignee: Jazarine Jamal i JUST STARTED WORKING ON THE BUG.. > Show Views and S

[jira] Assigned: (DERBY-2592) Wrong description of IndexName field in public JavaDoc for LockTable

2008-01-28 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal reassigned DERBY-2592: - Assignee: Jazarine Jamal > Wrong description of IndexName field in public JavaDoc

[jira] Commented: (DERBY-2239) Example of SelectExpression for GROUP BY clause is mistaken

2008-01-28 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563176#action_12563176 ] Jazarine Jamal commented on DERBY-2239: --- I just looked upon this documentation

[jira] Assigned: (DERBY-2239) Example of SelectExpression for GROUP BY clause is mistaken

2008-01-28 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal reassigned DERBY-2239: - Assignee: Jazarine Jamal > Example of SelectExpression for GROUP BY clause is mista

[jira] Updated: (DERBY-2592) Wrong description of IndexName field in public JavaDoc for LockTable

2008-01-29 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-2592: -- Attachment: DERBY-2592.diff I just removed the last part of the sentence and now I think the

[jira] Commented: (DERBY-2592) Wrong description of IndexName field in public JavaDoc for LockTable

2008-01-29 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563506#action_12563506 ] Jazarine Jamal commented on DERBY-2592: --- The problem was that there was a state

[jira] Updated: (DERBY-2592) Wrong description of IndexName field in public JavaDoc for LockTable

2008-01-29 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-2592: -- Derby Info: [Patch Available] > Wrong description of IndexName field in public JavaDoc

[jira] Updated: (DERBY-2592) Wrong description of IndexName field in public JavaDoc for LockTable

2008-01-29 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-2592: -- Attachment: DERBY-2592_v2.diff I've attached the latest patch as DERBY-2592_v2.diff P

[jira] Updated: (DERBY-2239) Example of SelectExpression for GROUP BY clause is mistaken

2008-01-30 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-2239: -- Derby Info: [Patch Available] > Example of SelectExpression for GROUP BY clause is mista

[jira] Updated: (DERBY-2239) Example of SelectExpression for GROUP BY clause is mistaken

2008-01-30 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-2239: -- Attachment: newref.zip DERBY2239-ref.diff I have made changes to the file

[jira] Resolved: (DERBY-2239) Example of SelectExpression for GROUP BY clause is mistaken

2008-01-30 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-2239. --- Resolution: Fixed > Example of SelectExpression for GROUP BY clause is mista

[jira] Assigned: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-01-30 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal reassigned DERBY-1824: - Assignee: Jazarine Jamal > Permission/privlege names in exceptions should be in up

[jira] Commented: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-09 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567291#action_12567291 ] Jazarine Jamal commented on DERBY-1824: --- I tried reproducing this error. I cre

[jira] Commented: (DERBY-2547) possible NullPointerException in client/am/ProductLevel

2008-02-12 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568222#action_12568222 ] Jazarine Jamal commented on DERBY-2547: --- What do you think should be the valu

[jira] Created: (DERBY-3408) Wrong message when using SHOW in ij.

2008-02-12 Thread Jazarine Jamal (JIRA)
Wrong message when using SHOW in ij. Key: DERBY-3408 URL: https://issues.apache.org/jira/browse/DERBY-3408 Project: Derby Issue Type: Bug Components: SQL Reporter: Jazarine Jamal

[jira] Updated: (DERBY-3408) Wrong message when using SHOW in ij.

2008-02-12 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-3408: -- Description: When running the show command using ij, it gives out a wrong message. eg.: ij

[jira] Commented: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-12 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568172#action_12568172 ] Jazarine Jamal commented on DERBY-1824: --- I made some changes in

[jira] Commented: (DERBY-3014) Make SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('derby.user.') return NULL instead of the hash value of the password

2008-02-13 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568558#action_12568558 ] Jazarine Jamal commented on DERBY-3014: --- A cal

[jira] Updated: (DERBY-3408) Wrong message when using SHOW in ij.

2008-02-13 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-3408: -- Priority: Minor (was: Major) > Wrong message when using SHOW in

[jira] Updated: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-13 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-1824: -- Derby Info: [Patch Available] > Permission/privlege names in exceptions should be in up

[jira] Updated: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-13 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal updated DERBY-1824: -- Attachment: DERBY1824.diff I made changes to java/engine/org/apache/derby/iapi/sql/dictionary

[jira] Commented: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-13 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568654#action_12568654 ] Jazarine Jamal commented on DERBY-1824: --- I built the project with the ccode ch

[jira] Created: (DERBY-3418) Error message not helpful enough

2008-02-14 Thread Jazarine Jamal (JIRA)
Error message not helpful enough Key: DERBY-3418 URL: https://issues.apache.org/jira/browse/DERBY-3418 Project: Derby Issue Type: Improvement Reporter: Jazarine Jamal Priority: Minor

[jira] Resolved: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

2008-02-21 Thread Jazarine Jamal (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jazarine Jamal resolved DERBY-1824. --- Resolution: Fixed > Permission/privlege names in exceptions should be in upper case