Re: [jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-21 Thread Daniel John Debrunner
Andrew McIntyre wrote: On 8/20/06, Satheesh Bandaram (JIRA) derby-dev@db.apache.org wrote: 3) Looks like the code uses generics, which limit the use to JDK 1.5 platforms. While this may be ok, need to document need for JDK 1.5 platform and raise appropriate message if used in earlier

Re: Re: [jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-21 Thread Andrew McIntyre
On 8/21/06, Daniel John Debrunner [EMAIL PROTECTED] wrote: Andrew McIntyre wrote: On 8/20/06, Satheesh Bandaram (JIRA) derby-dev@db.apache.org wrote: 3) Looks like the code uses generics, which limit the use to JDK 1.5 platforms. While this may be ok, need to document need for JDK 1.5

Re: [jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-21 Thread Daniel John Debrunner
Andrew McIntyre wrote: On 8/21/06, Daniel John Debrunner [EMAIL PROTECTED] wrote: Andrew McIntyre wrote: On 8/20/06, Satheesh Bandaram (JIRA) derby-dev@db.apache.org wrote: 3) Looks like the code uses generics, which limit the use to JDK 1.5 platforms. While this may be ok, need to

Re: Re: [jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-21 Thread Andrew McIntyre
On 8/21/06, Daniel John Debrunner [EMAIL PROTECTED] wrote: That is actually engine code, so should not be used by the tools (or the tests) Yet there are references to JVMInfo in both ij and sysinfo. Should these be removed, then? it would work for some cases (assuming the code was moved),

Re: [jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-21 Thread Daniel John Debrunner
Andrew McIntyre wrote: On 8/21/06, Daniel John Debrunner [EMAIL PROTECTED] wrote: That is actually engine code, so should not be used by the tools (or the tests) Yet there are references to JVMInfo in both ij and sysinfo. Should these be removed, then? Or the code moved into the

[jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-20 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1651?page=comments#action_12429249 ] Satheesh Bandaram commented on DERBY-1651: -- Some general comments: 1) I think a design document to explain what each class does and how they interact

Re: [jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-20 Thread Andrew McIntyre
On 8/20/06, Satheesh Bandaram (JIRA) derby-dev@db.apache.org wrote: 3) Looks like the code uses generics, which limit the use to JDK 1.5 platforms. While this may be ok, need to document need for JDK 1.5 platform and raise appropriate message if used in earlier platforms. Most of derby can

[jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-19 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1651?page=comments#action_12429214 ] Daniel John Debrunner commented on DERBY-1651: -- The patch has classes in the package 'Derby, I assume these would need to move into something in the

[jira] Commented: (DERBY-1651) Develop a mechanism to migrate mySQL databases to Derby. Migration tool should include both schema and data migration options.

2006-08-15 Thread Ramin Moazeni (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1651?page=comments#action_12428140 ] Ramin Moazeni commented on DERBY-1651: -- [8/15/06] This revision added support for procedures, and catalogs to the Database Migration toolkit as well as the