[jira] [Updated] (DERBY-693) Incorrect line number in the error message when parser throws syntax error in some specific examples

2016-08-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton updated DERBY-693: -- Assignee: Leshan Bashitha Wijegunawardana > Incorrect line number in the error message when

Re: Backspace and arrow keys don't work in ij tool

2016-08-03 Thread Bryan Pendleton
On 8/3/2016 8:44 PM, Leshan Bashitha Wijegunawardana wrote: It's really difficult when writing sql commands when important keys such as backspace and arrow keys don't work in the ij tool. I see this as a bug in the ij tool. Many people, over the years, have found this quite frustrating. I

[jira] [Commented] (DERBY-693) Incorrect line number in the error message when parser throws syntax error in some specific examples

2016-08-03 Thread Amelia Garripoli (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15407146#comment-15407146 ] Amelia Garripoli commented on DERBY-693: Thank you for your email. This is an automated reply. I

[jira] [Commented] (DERBY-693) Incorrect line number in the error message when parser throws syntax error in some specific examples

2016-08-03 Thread Leshan Bashitha Wijegunawardana (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15407143#comment-15407143 ] Leshan Bashitha Wijegunawardana commented on DERBY-693: --- I'm a computer engineering

[Java DB - testing] Failure continuous trunk (rev 1755133)

2016-08-03 Thread ingemar . aberg
Java DB testing and reporting infrastructure. Failure continuous trunk (rev 1755133) There were 16 failures.

Backspace and arrow keys don't work in ij tool

2016-08-03 Thread Leshan Bashitha Wijegunawardana
It's really difficult when writing sql commands when important keys such as backspace and arrow keys don't work in the ij tool. I see this as a bug in the ij tool. Thanks. *Leshan Bashitha Wijegunawardana,* Third Year Undergraduate | Computer Engineering, Faculty of Engineering, University of

Re: Contributing to Apache Derby

2016-08-03 Thread Leshan Bashitha Wijegunawardana
My JIRA ID = Bashitha Thanks for the bugs you have given. I'm currently working on https://issues.apache.org/jira/browse/DERBY-693 *Leshan Bashitha Wijegunawardana,* Third Year Undergraduate | Computer Engineering, Faculty of Engineering, University of Peradeniya. Linkedin :-

[jira] [Resolved] (DERBY-853) ResultSetMetaData.getScale returns inconsistent values for DOUBLE type.

2016-08-03 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-853. --- Resolution: Fixed Fix Version/s: 10.13.0.0 We've completed all the planned work for

Re: Proposal for a new feature in Apache Derby IJ tool

2016-08-03 Thread Rick Hillegas
Note that the owner of the table is the authorization id of the schema containing the table. That is, the following query should show you who owns what tables select s.authorizationID, s.schemaName, t.tableName from sys.sysschemas s, sys.systables t where t.schemaID = s.schemaID I

[jira] [Commented] (DERBY-853) ResultSetMetaData.getScale returns inconsistent values for DOUBLE type.

2016-08-03 Thread Danoja Dias (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15407008#comment-15407008 ] Danoja Dias commented on DERBY-853: --- I think, we can resolve this issue. > ResultSetMetaData.getScale

[jira] [Commented] (DERBY-853) ResultSetMetaData.getScale returns inconsistent values for DOUBLE type.

2016-08-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15406955#comment-15406955 ] ASF subversion and git services commented on DERBY-853: --- Commit 1755133 from

[jira] [Commented] (DERBY-853) ResultSetMetaData.getScale returns inconsistent values for DOUBLE type.

2016-08-03 Thread Danoja Dias (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15406849#comment-15406849 ] Danoja Dias commented on DERBY-853: --- All test are clean in my system too. > ResultSetMetaData.getScale

Re: Proposal for a new feature in Apache Derby IJ tool

2016-08-03 Thread Bryan Pendleton
On 8/3/2016 4:57 AM, dulanja mallikarachchi wrote: Hi all, I want to list the tables created by me. I don't think Derby keeps track of which table was created by which user. Is there something that makes you think Derby is keeping track of that? Derby *does* keep track of the *database*

Re: Security vulnerability in IJ tool - Apache Derby

2016-08-03 Thread Bryan Pendleton
On 8/3/2016 5:43 AM, dulanja mallikarachchi wrote: Hi All, When a database is created, two files are created inside "log" and "seg0" folders. These files can replaced with other files. Thus database is open to vulnerabilities. If we can restrict access to the above mentioned folders, we can

Security vulnerability in IJ tool - Apache Derby

2016-08-03 Thread dulanja mallikarachchi
Hi All, When a database is created, two files are created inside "log" and "seg0" folders. These files can be replaced with other files. Thus database is open to vulnerabilities. If we can restrict access to the above mentioned folders, we can get rid of this vulnerability. Thank you.

Security vulnerability in IJ tool - Apache Derby

2016-08-03 Thread dulanja mallikarachchi
Hi All, When a database is created, two files are created inside "log" and "seg0" folders. These files can replaced with other files. Thus database is open to vulnerabilities. If we can restrict access to the above mentioned folders, we can get rid of this vulnerability. Thank you.

Proposal for a new feature in Apache Derby IJ tool

2016-08-03 Thread dulanja mallikarachchi
Hi all, When I type "show tables" in IJ tool, it lists all the available tables. Rather than listing all the tables available in the database, what if I want to list the tables created by me. I have to list all the tables and filter out my tables. What I suggest is to have a separate command or