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


+1

Thx for the explanation. Sounds safe and isolated.

Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx



Der Ping Chou <dpchou@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

03/29/2006 02:24 PM

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
wtp-dev-bounces@xxxxxxxxxxx, Hemant S Kolwalkar <hskolwal@xxxxxxxxxx>, "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>, Lawrence E Dunnell <ledunnel@xxxxxxxxxx>
Subject
Re: [wtp-dev] Request PMC permission to fix 133878






Arthur and PMC,


The fixes is to enhance the dbdefinition API to handle in the case of searching upper case data type 'TIMESTAMP' (majority of the database support such) from db vendor doc, in case it failed we will then do a lower case search 'timestamp' (since Sybase V15 supports the lower case one).


It is isolated in one class and sybase vendor doc to add 'timestamp' data type. The fixes has been tested and verified by developer in Database Explorer.


plugin - org.eclipse.wst.rdb.core
class - DatabaseDefinitionImpl  

method - getPredefinedDataTypeDefinition


I also updated the defect with above info.


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



Arthur Ryman <ryman@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

03/29/2006 10:43 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
wtp-dev-bounces@xxxxxxxxxxx, Hemant S Kolwalkar/Redmond/IBM@IBMUS, John Pitman/Bedford/IBM@IBMUS, wtp-dev@xxxxxxxxxxx, Lawrence E Dunnell/Redmond/IBM@IBMUS
Subject
Re: [wtp-dev] Request PMC permission to fix 133878








Der-Ping,


Please explain the problem. Is there a workaround?


The bug report doesn't give any details about the fix. Please describe the fix. How many classes/plug-ins does it affect? Thx.


Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx

Der Ping Chou <dpchou@xxxxxxxxxx>
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 <hskolwal@xxxxxxxxxx>, John Pitman <jpitman@xxxxxxxxxx>, Lawrence E Dunnell <ledunnel@xxxxxxxxxx>
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

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


Back to the top