David,

Since Data Tools supports DDL generation, for example; as stated in the defect if we generate following DDL and then execute/deploy toward a Sybase V15 server it would fail due to the upper case TIMESTAMP data type:


CREATE TABLE HOLDINGEJB (
                                        ....
                                PURCHASEDATE
TIMESTAMP
                                );

It would only work if the datatype is lower case timestamp:

CREATE TABLE HOLDINGEJB (
                                        ....
                                PURCHASEDATE
timestamp
                                );

Der-Ping Chou
Information Management Tooling
Development Manager - Data Tools
Seattle IBM Office
tel : 1-206-587-5946 (T/L: 277-5946)



David M Williams/Raleigh/[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]

03/29/2006 10:31 AM

Please respond to
"General discussion of project-wide or architectural issues." <[email protected]>

To
"General discussion of project-wide or architectural issues." <[email protected]>
cc
Subject
Re: [wtp-dev] Request PMC permission to fix 133878






+1  I've read the bug report and agree it seems important, low risk, and tested (and I assume on other databases too, besides sybase).


On one condition ... you educate me on what the heck a lowercase time stamp looks like!?    :)


But, after our release candidate, I'd recommend these sort of  bug be deferred.





Der Ping Chou/Redmond/[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]

03/29/2006 01:15 PM

Please respond to
"General discussion of project-wide or architectural issues." <[email protected]>

To
[email protected]
cc
Hemant S Kolwalkar/Redmond/[EMAIL PROTECTED], John Pitman/Bedford/[EMAIL PROTECTED], Lawrence E Dunnell/Redmond/[EMAIL PROTECTED]
Subject
[wtp-dev] Request PMC permission to fix 133878








This is a low risk and isolated fixes to work around Sybase database 'timestamp' data type.


Thanks,


Der-Ping Chou
Information Management Tooling
Development Manager - Data Tools
Seattle IBM Office
tel : 1-206-587-5946 (T/L: 277-5946)
_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to