[Adapdev-commits] Adapdev/src/Adapdev.Data/Xml ProviderInfo.xml,1.3,1.4
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-05-13 03:51:36
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Data/Xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10399/src/Adapdev.Data/Xml Modified Files: ProviderInfo.xml Log Message: Added SortableCollectionBase Changed ObjectComparer to ObjectSorter Updated ProviderInfo to include Oracle Provider Data Types Added some missed sql types that require lengths for sp generation Index: ProviderInfo.xml =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Data/Xml/ProviderInfo.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ProviderInfo.xml 27 Apr 2005 04:36:02 -0000 1.3 --- ProviderInfo.xml 13 May 2005 03:51:27 -0000 1.4 *************** *** 547,551 **** <ProviderInfo Name="oracle"> <Type> ! <Id>1</Id> <Name>CHAR</Name> <Object>String</Object> --- 547,551 ---- <ProviderInfo Name="oracle"> <Type> ! <Id>129</Id> <Name>CHAR</Name> <Object>String</Object> *************** *** 565,569 **** </Type> <Type> ! <Id>3</Id> <Name>VARCHAR2</Name> <Object>String</Object> --- 565,569 ---- </Type> <Type> ! <Id>12</Id> <Name>VARCHAR2</Name> <Object>String</Object> *************** *** 574,578 **** </Type> <Type> ! <Id>4</Id> <Name>NVARCHAR2</Name> <Object>String</Object> --- 574,578 ---- </Type> <Type> ! <Id>202</Id> <Name>NVARCHAR2</Name> <Object>String</Object> *************** *** 583,587 **** </Type> <Type> ! <Id>5</Id> <Name>VARCHAR</Name> <Object>String</Object> --- 583,587 ---- </Type> <Type> ! <Id>200</Id> <Name>VARCHAR</Name> <Object>String</Object> *************** *** 592,605 **** </Type> <Type> ! <Id>6</Id> ! <Name>NVARCHAR</Name> ! <Object>String</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>""</Default> ! <TestDefault>"test"</TestDefault> ! </Type> ! <Type> ! <Id>7</Id> <Name>LONG</Name> <Object>Int32</Object> --- 592,596 ---- </Type> <Type> ! <Id>201</Id> <Name>LONG</Name> <Object>Int32</Object> *************** *** 610,614 **** </Type> <Type> ! <Id>8</Id> <Name>NUMBER</Name> <Object>Decimal</Object> --- 601,605 ---- </Type> <Type> ! <Id>131</Id> <Name>NUMBER</Name> <Object>Decimal</Object> *************** *** 619,623 **** </Type> <Type> ! <Id>9</Id> <Name>DATE</Name> <Object>DateTime</Object> --- 610,614 ---- </Type> <Type> ! <Id>135</Id> <Name>DATE</Name> <Object>DateTime</Object> *************** *** 673,677 **** </Type> <Type> ! <Id>15</Id> <Name>RAW</Name> <Object>Byte[]</Object> --- 664,668 ---- </Type> <Type> ! <Id>128</Id> <Name>RAW</Name> <Object>Byte[]</Object> *************** *** 682,686 **** </Type> <Type> ! <Id>16</Id> <Name>LONGRAW</Name> <Object>Byte[]</Object> --- 673,677 ---- </Type> <Type> ! <Id>205</Id> <Name>LONGRAW</Name> <Object>Byte[]</Object> *************** *** 700,704 **** </Type> <Type> ! <Id>18</Id> <Name>BLOB</Name> <Object>OracleLob</Object> --- 691,695 ---- </Type> <Type> ! <Id>205</Id> <Name>BLOB</Name> <Object>OracleLob</Object> *************** *** 718,722 **** </Type> <Type> ! <Id>20</Id> <Name>CLOB</Name> <Object>OracleLob</Object> --- 709,713 ---- </Type> <Type> ! <Id>201</Id> <Name>CLOB</Name> <Object>OracleLob</Object> *************** *** 736,740 **** </Type> <Type> ! <Id>22</Id> <Name>FLOAT</Name> <Object>Single</Object> --- 727,731 ---- </Type> <Type> ! <Id>5</Id> <Name>FLOAT</Name> <Object>Single</Object> *************** *** 754,758 **** </Type> <Type> ! <Id>24</Id> <Name>INT32</Name> <Object>Int32</Object> --- 745,749 ---- </Type> <Type> ! <Id>3</Id> <Name>INT32</Name> <Object>Int32</Object> *************** *** 772,776 **** </Type> <Type> ! <Id>26</Id> <Name>NCLOB</Name> <Object>OracleLob</Object> --- 763,767 ---- </Type> <Type> ! <Id>203</Id> <Name>NCLOB</Name> <Object>OracleLob</Object> *************** *** 781,793 **** </Type> <Type> - <Id>27</Id> - <Name>ROWID</Name> - <Object>String</Object> - <Prefix>'</Prefix> - <Postfix>'</Postfix> - <Default>""</Default> - <TestDefault>"rowid"</TestDefault> - </Type> - <Type> <Id>28</Id> <Name>SBYTE</Name> --- 772,775 ---- *************** *** 816,819 **** --- 798,819 ---- <TestDefault>0</TestDefault> </Type> + <Type> + <Id>14</Id> + <Name>DECIMAL</Name> + <Object>Decimal</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>0.00</TestDefault> + </Type> + <Type> + <Id>131</Id> + <Name>SMALLINT</Name> + <Object>Int32</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>0</TestDefault> + </Type> </ProviderInfo> <ProviderInfo Name="dbtype_oledb"> |