[Adapdev-commits] Adapdev/src/Adapdev.Data/Xml ProviderInfo.xml,1.5,1.6
Status: Beta
Brought to you by:
intesar66
From: reic0113 <rei...@us...> - 2005-07-25 02:22:24
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Data/Xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24456/src/Adapdev.Data/Xml Modified Files: ProviderInfo.xml Log Message: - benr: initial mysql integration checkin Index: ProviderInfo.xml =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Data/Xml/ProviderInfo.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ProviderInfo.xml 20 Jun 2005 01:47:49 -0000 1.5 --- ProviderInfo.xml 25 Jul 2005 02:22:16 -0000 1.6 *************** *** 1253,1255 **** --- 1253,1526 ---- </Type> </ProviderInfo> + <ProviderInfo Name="mysql"> + <Type> + <Id>1</Id> + <Name>tinyint</Name> + <Object>Int16</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>1</TestDefault> + </Type> + <!--<Type> + <Id>1</Id> + <Name>bit</Name> + <Object>Int32</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>0</TestDefault> + </Type> + <Type> + <Id>1</Id> + <Name>bool</Name> + <Object>Int32</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>0</TestDefault> + </Type>--> + <Type> + <Id>2</Id> + <Name>smallint</Name> + <Object>Int32</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>1</TestDefault> + </Type> + <Type> + <Id>9</Id> + <Name>mediumint</Name> + <Object>Int32</Object> + <Prefix></Prefix> + <Postfix></Postfix> + <Default>0</Default> + <TestDefault>0</TestDefault> + </Type> + <Type> + <Id>3</Id> + <Name>int</Name> + <Object>Int32</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type> + <!--<Type> + <Id>3</Id> + <Name>integer</Name> + <Object>Int32</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type>--> + <Type> + <Id>8</Id> + <Name>bigint</Name> + <Object>Int64</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type> + <!--<Type> + <Id>5</Id> + <Name>real</Name> + <Object>Double</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type>--> + <Type> + <Id>5</Id> + <Name>double</Name> + <Object>Double</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type> + <Type> + <Id>4</Id> + <Name>float</Name> + <Object>Double</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type> + <Type> + <Id>0</Id> + <Name>decimal</Name> + <Object>Decimal</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type> + <!--<Type> + <Id>0</Id> + <Name>numeric</Name> + <Object>Decimal</Object> + <Prefix> + </Prefix> + <Postfix> + </Postfix> + <Default>0</Default> + <TestDefault>2</TestDefault> + </Type>--> + <!--<Type> + <Id>253</Id> + <Name>char</Name> + <Object>string</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>""</Default> + <TestDefault>"test"</TestDefault> + </Type>--> + <Type> + <Id>253</Id> + <Name>varchar</Name> + <Object>string</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>""</Default> + <TestDefault>"test"</TestDefault> + </Type> + <Type> + <Id>10</Id> + <Name>date</Name> + <Object>DateTime</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>DateTime.Now</Default> + <TestDefault>DateTime.Now</TestDefault> + </Type> + <Type> + <Id>11</Id> + <Name>time</Name> + <Object>DateTime</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>TimeSpan.Zero</Default> + <TestDefault>TimeSpan.Zero</TestDefault> + </Type> + <Type> + <Id>13</Id> + <Name>year</Name> + <Object>Int32</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>0</Default> + <TestDefault>2000</TestDefault> + </Type> + <Type> + <Id>7</Id> + <Name>timestamp</Name> + <Object>Int32</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>DateTime.Now</Default> + <TestDefault>DateTime.Now</TestDefault> + </Type> + <Type> + <Id>12</Id> + <Name>datetime</Name> + <Object>DateTime</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>DateTime.Now</Default> + <TestDefault>DateTime.Now</TestDefault> + </Type> + <Type> + <Id>252</Id> + <Name>tinyblob</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default>null</Default> + <TestDefault>System.Text.Encoding.ASCII.GetBytes("Test String2")</TestDefault> + </Type> + <!--<Type> + <Id>252</Id> + <Name>blob</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type> + <Type> + <Id>252</Id> + <Name>mediumblog</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type> + <Type> + <Id>252</Id> + <Name>longblob</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type> + + <Type> + <Id>252</Id> + <Name>tinytext</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type> + <Type> + <Id>252</Id> + <Name>text</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type> + <Type> + <Id>252</Id> + <Name>mediumtext</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type> + <Type> + <Id>252</Id> + <Name>longtext</Name> + <Object>Byte[]</Object> + <Prefix>'</Prefix> + <Postfix>'</Postfix> + <Default></Default> + <TestDefault></TestDefault> + </Type>--> + </ProviderInfo> </ProvidersInfo> \ No newline at end of file |