Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Request PMC permission to fix 133878


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/IBM@IBMUS
Sent by: wtp-dev-bounces@xxxxxxxxxxx

03/29/2006 10:31 AM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
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/IBM@IBMUS
Sent by: wtp-dev-bounces@xxxxxxxxxxx

03/29/2006 01:15 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Hemant S Kolwalkar/Redmond/IBM@IBMUS, John Pitman/Bedford/IBM@IBMUS, Lawrence E Dunnell/Redmond/IBM@IBMUS
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
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top