DERBY-167 has done but ...

2005-05-05 Thread TomohitoNakayama
Hello. I think coding for solution-1 of DERBY-167 has done. I attach patch file to this mail for others to confirm it. Relating test , autoincrement and columnDefaults , was passed. However, In derbyall test , I found many errors which seems not caused by my modifica

Re: DERBY-167 has done but ...

2005-05-05 Thread Kathey Marsden
TomohitoNakayama wrote: > > However, In derbyall test , I found many errors which seems not caused > by my modification. > Errors seems to be devided three kind ... > 1:Error of parameterMapping. I don't know what is parameter Mapping mean, > but file names told so. > 2

Re: DERBY-167 has done but ...

2005-05-05 Thread TomohitoNakayama
PROTECTED] [EMAIL PROTECTED] Naka http://www5.ocn.ne.jp/~tomohito/TopPage.html */ - Original Message - From: "Kathey Marsden" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Thursday, May 05, 2005 8:10 P

Re: DERBY-167 has done but ...

2005-05-05 Thread Myrna van Lunteren
Not knowing your classpath, for the i18n failure you describe, I'm guessing that you generated, then ran with jars but you don't have all the locale jars - in particular the spanish one (derbyLocale_es.jar) - in your classpath. re parameterMapping - haven't seent hat fail recently... Myrna On 5/

Re: DERBY-167 has done but ...

2005-05-05 Thread Sunitha Kambhampati
[Kathey Marsden wrote.. ] >> >> For derbynetclientmats You are getting class not found on the new >> ClientDriver which was checked in last week. I am not sure why you are >> not picking it up. I suggest you svn update, ant clobber and rebuild. >> Hopefully that will fix it. >> >> The client drive

Re: DERBY-167 has done but ...

2005-05-05 Thread TomohitoNakayama
EMAIL PROTECTED] Naka http://www5.ocn.ne.jp/~tomohito/TopPage.html */ - Original Message - From: "Myrna van Lunteren" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Thursday, May 05, 2005 11:05 PM Subject: Re: DERBY-167 has done but ... Not knowi

Re: DERBY-167 has done but ...

2005-05-05 Thread Jeremy Boynes
TomohitoNakayama wrote: Hello. I have execused svn updated , but code for derbynetclientmats seems not updated. I will check building. There may be mistake especially where around "sane" option... derbynetclientmats was passing for me last night. Did you remember to add the new derbyclient.jar to

Re: DERBY-167 has done but ...

2005-05-05 Thread Satheesh Bandaram
Great job getting this done. This is indeed a very useful Enhancement to Derby. Looking briefly at the attached patch, some comments: I think syntax for GENERATED BY DEFAULT needs to include the BY, according to SQL standard. One of the main uses of this n

Re: DERBY-167 has done but ...

2005-05-05 Thread Myrna van Lunteren
Actually, using the settings from the set*.* scripts are *not* sufficient for the testing. The testing is functional testing & for instance assumes you'd run both embedded and networkserver tests and various locales with the same setup, which would be highly unusual for any other situation. If you

Re: DERBY-167 has done but ...

2005-05-05 Thread David Van Couvering
ResultColumnList and ColumnDescriptor were modified by Mamta's patch, I remember reviewing them... David Satheesh Bandaram wrote: > Great job getting this done. This is indeed a very useful Enhancement to > Derby. > > Looking briefly at the attached patch, some comments: > >1. I think synt

Re: DERBY-167 has done but ...

2005-05-05 Thread Daniel John Debrunner
TomohitoNakayama wrote: > Hello. > > I think coding for solution-1 of DERBY-167 has done. > I attach patch file to this mail for others to confirm it. There seems to be a lot of code re-formatting in this patch. This makes it much harder for the reviewers to see the actual changes. For example a

Re: DERBY-167 has done but ...

2005-05-05 Thread Mamta Satoor
Hi David, The patch you reviewed has not been committed yet. So, the change conflict on the 2 files ResultColumnList and ColumnDescriptor might be from some one else. Mamta On 5/5/05, David Van Couvering <[EMAIL PROTECTED]> wrote: > ResultColumnList and ColumnDescriptor were modified by Mamta's

Re: DERBY-167 has done but ...

2005-05-06 Thread TomohitoNakayama
omohito/TopPage.html */ - Original Message - From: Satheesh Bandaram To: Derby Development Sent: Friday, May 06, 2005 2:04 AM Subject: Re: DERBY-167 has done but ... Great job getting this done. This is indeed a very useful Enhancement to Derby. Lo

BulkInsert ? (Re: DERBY-167 has done but ...)

2005-05-09 Thread TomohitoNakayama
*/ - Original Message - From: "TomohitoNakayama" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Saturday, May 07, 2005 1:44 AM Subject: Re: DERBY-167 has done but ... > Hello. > >>created with the new identity op

Re: BulkInsert ? (Re: DERBY-167 has done but ...)

2005-05-10 Thread TomohitoNakayama
005 5:02 AM Subject: Re: BulkInsert ? (Re: DERBY-167 has done but ...) > Satheesh Bandaram wrote: > >> BulkInsert is an internal mechanism, that gets used when you import >> data into a table, using Derby's import mechanism. >> (SYSCS_UTIL.SYSC

Re: BulkInsert ? (Re: DERBY-167 has done but ...)

2005-05-09 Thread Satheesh Bandaram
- Original Message - From: "TomohitoNakayama" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Saturday, May 07, 2005 1:44 AM Subject: Re: DERBY-167 has done but ... Hello. created with the new iden

Re: BulkInsert ? (Re: DERBY-167 has done but ...)

2005-05-09 Thread Kathey Marsden
Satheesh Bandaram wrote: > BulkInsert is an internal mechanism, that gets used when you import > data into a table, using Derby's import mechanism. > (SYSCS_UTIL.SYSCS_IMPORT_TABLE > ) This is not directly > exposed to applications usi

"-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-10 Thread TomohitoNakayama
[EMAIL PROTECTED] Naka http://www5.ocn.ne.jp/~tomohito/TopPage.html */ - Original Message - From: "TomohitoNakayama" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Tuesday, May 10, 2005 8:37 PM Subject: Re: BulkInsert ?

Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-10 Thread TomohitoNakayama
[EMAIL PROTECTED] > > Naka > http://www5.ocn.ne.jp/~tomohito/TopPage.html > > */ > - Original Message - > From: "TomohitoNakayama" <[EMAIL PROTECTED]> > To: "Derby Development" > Sent: Tuesday,

Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-10 Thread Myrna van Lunteren
yNet" > > generated by RunSuite .... > > > > Best regards. > > > > /* > > > > Tomohito Nakayama > > [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > > > Naka > > http://www5.ocn.ne.jp/~tomo

Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-11 Thread TomohitoNakayama
ne.jp/~tomohito/TopPage.html */ - Original Message - From: "Myrna van Lunteren" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Wednesday, May 11, 2005 2:04 AM Subject: Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ..

Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-11 Thread Myrna van Lunteren
lt of the option is this value... > > > > Best regards. > > > > /* > > > > Tomohito Nakayama > > [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > > > Naka > > http://www5.ocn.ne.jp/~tomohito/To

Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-11 Thread TomohitoNakayama
://www5.ocn.ne.jp/~tomohito/TopPage.html */ - Original Message - From: "Myrna van Lunteren" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Wednesday, May 11, 2005 10:47 PM Subject: Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 ha

Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...))

2005-05-11 Thread Satheesh Bandaram
t;Myrna van Lunteren" <[EMAIL PROTECTED]> To: "Derby Development" Sent: Wednesday, May 11, 2005 2:04 AM Subject: Re: "-Dframework=DerbyNetClient"? (Re: BulkInsert ? (Re: DERBY-167 has done but ...)) Hi, Well, derbyall runs derbynetmats &