Re: Question on a new reserved word maybe?

2011-06-01 Thread Rick Hillegas
...@oracle.com] Sent: Tuesday, May 31, 2011 1:31 PM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? Hi Brett, I will port the fix to the 10.8 branch. Then you just need to build the product jars according to the instructions here: http://db.apache.org/derby/dev

RE: Question on a new reserved word maybe?

2011-06-01 Thread Bergquist, Brett
- From: Rick Hillegas [mailto:rick.hille...@oracle.com] Sent: Wednesday, June 01, 2011 9:12 AM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? Hi Brett, This bug is fixed now in all branches back through 10.6. If you build the head of the 10.8 branch, you should

Re: Question on a new reserved word maybe?

2011-06-01 Thread Rick Hillegas
@db.apache.org Subject: Re: Question on a new reserved word maybe? Hi Brett, This bug is fixed now in all branches back through 10.6. If you build the head of the 10.8 branch, you should be able to test-drive the fix. Regards, -Rick On 5/31/11 10:32 AM, Bergquist, Brett wrote: Thanks. -Original

Question on a new reserved word maybe?

2011-05-31 Thread Bergquist, Brett
We had been using Derby 10.5.3.1 and just upgrade to 10.8.2.1 and a DDL statement that used to work in Derby 10.5.3.1 no longer works and complains about a syntax error . Here is the statement: create table JIDataType ( id bigint not null, type smallint, maxLength integer, decimals integer,

Re: Question on a new reserved word maybe?

2011-05-31 Thread Rick Hillegas
Hi Brett, Thanks for catching this bug. I will log a JIRA for it. The CREATE SEQUENCE feature introduced some new keywords. They were supposed to be non-reserved but they are being treated as reserved keywords. Thanks, -Rick On 5/31/11 8:15 AM, Bergquist, Brett wrote: We had been using

Re: Question on a new reserved word maybe?

2011-05-31 Thread Rick Hillegas
I have logged DERBY-5254 to track this issue. Thanks again for finding it, -Rick On 5/31/11 8:15 AM, Bergquist, Brett wrote: We had been using Derby 10.5.3.1 and just upgrade to 10.8.2.1 and a DDL statement that used to work in Derby 10.5.3.1 no longer works and complains about a syntax

RE: Question on a new reserved word maybe?

2011-05-31 Thread Bergquist, Brett
-Original Message- From: Rick Hillegas [mailto:rick.hille...@oracle.com] Sent: Tuesday, May 31, 2011 12:07 PM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? I have logged DERBY-5254 to track this issue. Thanks again for finding it, -Rick On 5/31/11 8:15 AM

RE: Question on a new reserved word maybe?

2011-05-31 Thread Bergquist, Brett
...@oracle.com] Sent: Tuesday, May 31, 2011 12:07 PM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? I have logged DERBY-5254 to track this issue. Thanks again for finding it, -Rick On 5/31/11 8:15 AM, Bergquist, Brett wrote: We had been using Derby 10.5.3.1 and just

Re: Question on a new reserved word maybe?

2011-05-31 Thread Dag H. Wanvik
the new jars in jars/insane. Thanks, Dag -Original Message- From: Rick Hillegas [mailto:rick.hille...@oracle.com] Sent: Tuesday, May 31, 2011 12:07 PM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? I have logged DERBY-5254 to track this issue

Re: Question on a new reserved word maybe?

2011-05-31 Thread Rick Hillegas
version of Jasper Server). -Original Message- From: Rick Hillegas [mailto:rick.hille...@oracle.com] Sent: Tuesday, May 31, 2011 12:07 PM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? I have logged DERBY-5254 to track this issue. Thanks again for finding

RE: Question on a new reserved word maybe?

2011-05-31 Thread Bergquist, Brett
Thanks. -Original Message- From: Rick Hillegas [mailto:rick.hille...@oracle.com] Sent: Tuesday, May 31, 2011 1:31 PM To: derby-dev@db.apache.org Subject: Re: Question on a new reserved word maybe? Hi Brett, I will port the fix to the 10.8 branch. Then you just need to build