[jira] Resolved: (DDLUTILS-55) HsqlDb PlatformInfo should not use delimited identifiers

2005-12-20 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-55?page=all ] Thomas Dudziak resolved DDLUTILS-55: Resolution: Invalid There are two modes in which (most) databases can operate. In the first one where undelimited identifiers are used, all

[jira] Created: (DDLUTILS-57) Replace DateConverter's and TimeConverter's use of deprecated constructors

2005-12-20 Thread Ken Weiner (JIRA)
Replace DateConverter's and TimeConverter's use of deprecated constructors -- Key: DDLUTILS-57 URL: http://issues.apache.org/jira/browse/DDLUTILS-57 Project: DdlUtils Type: Improvement

[jira] Updated: (DDLUTILS-57) Replace DateConverter's and TimeConverter's use of deprecated constructors

2005-12-20 Thread Ken Weiner (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-57?page=all ] Ken Weiner updated DDLUTILS-57: --- Attachment: Converters-patch.txt New unit tests, DateConverterTest and TimeConverterTest as well as patches to DateConverter and TimeConverter. Replace

[jira] Created: (DDLUTILS-59) Maven 2 Plugin for DdlToDatabase and DatabaseToDdl

2005-12-20 Thread Ken Weiner (JIRA)
Maven 2 Plugin for DdlToDatabase and DatabaseToDdl -- Key: DDLUTILS-59 URL: http://issues.apache.org/jira/browse/DDLUTILS-59 Project: DdlUtils Type: New Feature Reporter: Ken Weiner Assigned to: Thomas Dudziak

[jira] Assigned: (DDLUTILS-59) Maven 2 Plugin for DdlToDatabase and DatabaseToDdl

2005-12-20 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-59?page=all ] Thomas Dudziak reassigned DDLUTILS-59: -- Assign To: Martin van den Bemt (was: Thomas Dudziak) Seems Martin has this already on his Todo list :-) Maven 2 Plugin for DdlToDatabase and

Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
Hi (in specific Tom), I have some questions / observations. 1) Should a maven2 plugin live in the ddlutils source tree ? I think it can btw, preferrably in a seperate source tree, to make sure we don't add too much dependencies to the main codebase.. :). 2) We still need to setup a wiki

Re: Todo/issues. to handle before release..

2005-12-20 Thread Craig L Russell
Hi,On Dec 20, 2005, at 11:37 AM, Thomas Dudziak wrote:On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: I have some questions / observations.2) We still need to setup a wiki space. Probably a request to / from the db pmc will do. An issue against the Infra JIRA might also work ?My

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
Thomas Dudziak wrote: On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: I have some questions / observations. 1) Should a maven2 plugin live in the ddlutils source tree ? I think it can btw, preferrably in a seperate source tree, to make sure we don't add too much dependencies to

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/20/05, Craig L Russell [EMAIL PROTECTED] wrote: My experience is that a message to infrastructure AT apache.org gets pretty quick results and no JIRA issue is needed (or wanted). Thanks, Craig !

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: Thomas Dudziak wrote: On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: I have some questions / observations. 1) Should a maven2 plugin live in the ddlutils source tree ? I think it can btw, preferrably in a seperate

Re: Todo/issues. to handle before release..

2005-12-20 Thread Davanum Srinivas
Craig, Which mailing list do you want the wiki commit emails to flow to? thanks, dims On 12/20/05, Craig L Russell [EMAIL PROTECTED] wrote: Hi, On Dec 20, 2005, at 11:37 AM, Thomas Dudziak wrote: On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: I have some questions /

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
ddlutils-dev@db.apache.org Thanx dims.. Mvgr, Martin Davanum Srinivas wrote: Craig, Which mailing list do you want the wiki commit emails to flow to? thanks, dims On 12/20/05, Craig L Russell [EMAIL PROTECTED] wrote: Hi, On Dec 20, 2005, at 11:37 AM, Thomas Dudziak wrote: On 12/20/05,

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
Thomas Dudziak wrote: On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: Thomas Dudziak wrote: On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: I have some questions / observations. 1) Should a maven2 plugin live in the ddlutils source tree ? I think it can btw,

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/20/05, Martin van den Bemt [EMAIL PROTECTED] wrote: Really ? We cannot bootstrap a Maven2 plugin without Maven2 ? That's strange ... If that's true, then we should definitely have a sub project for that. It is probably possible, but it is more work to do that so maven users can

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
One last issue comes to mind : It's going to be hard to cut a release with just you having a binding vote and even when my vote would be legally binding (by being on the PMC), we are still 1 binding vote short... Don't actually know if my vote is binding, just because I am a Jakart PMC

Re: Todo/issues. to handle before release..

2005-12-20 Thread Jean T. Anderson
Martin van den Bemt wrote: ... The main question is: is it ok if enough PMC members vote yes even if they are not (active) committers of the project (but assuming that they actually checked the project). A lot of the DB comitters members have commit rights on DdlUtils, and some of them PMC

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/21/05, Martin van den Bemt [EMAIL PROTECTED] wrote: Perhaps we can interest some other PMC members to take a slightly more active role in DdlUtils, e.g. actively using it and perhaps running the tests and checking the docs ? I only know Thomas Mahler and you :) Since everyone

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/21/05, Jean T. Anderson [EMAIL PROTECTED] wrote: Hi Jean, I'm a committer on derby (and on the db pmc). I'm definitely interested it using it and showing how it can be used with derby. If somebody can point me to a simple example or to a test I could turn into an example, that might be

svn commit: r358148 - in /db/ddlutils/trunk/src/java/org/apache/ddlutils/platform: DefaultValueHelper.java DerbyBuilder.java PlatformImplBase.java SqlBuilder.java

2005-12-20 Thread tomdz
Author: tomdz Date: Tue Dec 20 15:46:57 2005 New Revision: 358148 URL: http://svn.apache.org/viewcvs?rev=358148view=rev Log: Added ability for the sql builders to convert the default values to the corresponding native values Added first usage of this to the Derby builder for column types

svn commit: r358149 - in /db/ddlutils/trunk/src/test/org/apache/ddlutils/io: RoundtripTestBase.java TestRoundtripDerby.java

2005-12-20 Thread tomdz
Author: tomdz Date: Tue Dec 20 15:47:37 2005 New Revision: 358149 URL: http://svn.apache.org/viewcvs?rev=358149view=rev Log: More/fixed tests Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/io/RoundtripTestBase.java

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
Sweet.. I'll subscribe to the ojb lists to get more involved. Should use ojb in my projects anyway ;) While I am at it i'll subscribe to torque too. Btw did you already have a look at the xmlbeans example that uses ddlutils ? Mvgr, Martin Thomas Dudziak wrote: On 12/21/05, Martin van den

Re: Todo/issues. to handle before release..

2005-12-20 Thread Craig L Russell
Pop..Pop..PopNothing to do with the subject, of course, but with the synergy in DB project.Java Persistence and JDO have a huge synergy with DdlUtils. If you use DdlUtils as the repository of database schema, you can read the schema from a database and generate JDO or JP metadata and persistent

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/21/05, Martin van den Bemt [EMAIL PROTECTED] wrote: Sweet.. I'll subscribe to the ojb lists to get more involved. Should use ojb in my projects anyway ;) While I am at it i'll subscribe to torque too. Btw did you already have a look at the xmlbeans example that uses ddlutils ? No yet,

Re: Todo/issues. to handle before release..

2005-12-20 Thread Thomas Dudziak
On 12/21/05, Craig L Russell [EMAIL PROTECTED] wrote: Pop..Pop..Pop Hi Craig Nothing to do with the subject, of course, but with the synergy in DB project. Synergy is good :-) Java Persistence and JDO have a huge synergy with DdlUtils. If you use DdlUtils as the repository of database

Re: Todo/issues. to handle before release..

2005-12-20 Thread Craig L Russell
Hi Thom,On Dec 20, 2005, at 4:04 PM, Thomas Dudziak wrote:On 12/21/05, Craig L Russell [EMAIL PROTECTED] wrote: Java Persistence and JDO have a huge synergy with DdlUtils. If you useDdlUtils as the repository of database schema, you can read the schema froma database and generate JDO or JP

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
Hi Jean, Jean T. Anderson wrote: Martin van den Bemt wrote: ... The main question is: is it ok if enough PMC members vote yes even if they are not (active) committers of the project (but assuming that they actually checked the project). A lot of the DB comitters members have commit rights on

Re: Todo/issues. to handle before release..

2005-12-20 Thread Martin van den Bemt
Craig L Russell wrote: Pop..Pop..Pop Nothing to do with the subject, of course, but with the synergy in DB project. Java Persistence and JDO have a huge synergy with DdlUtils. If you use DdlUtils as the repository of database schema, you can read the schema from a database and generate

Re: Todo/issues. to handle before release..

2005-12-20 Thread Jean T. Anderson
Thomas Dudziak wrote: On 12/21/05, Jean T. Anderson [EMAIL PROTECTED] wrote: Hi Jean, I'm a committer on derby (and on the db pmc). I'm definitely interested it using it and showing how it can be used with derby. If somebody can point me to a simple example or to a test I could turn into an