We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf3f4c commit 3889fe9Copy full SHA for 3889fe9
src/MySqlConnector/MySqlClient/MySqlDbType.cs
@@ -7,13 +7,13 @@ public enum MySqlDbType
7
Decimal,
8
Byte,
9
Int16,
10
- Int24 = 9,
11
- Int32 = 3,
12
- Int64 = 8,
13
- Float = 4,
+ Int32,
+ Float,
14
Double,
15
Timestamp = 7,
16
- Date = 10,
+ Int64,
+ Int24,
+ Date,
17
Time,
18
DateTime,
19
[Obsolete("The Datetime enum value is obsolete. Please use DateTime.")]
@@ -35,9 +35,9 @@ public enum MySqlDbType
35
Geometry,
36
UByte = 501,
37
UInt16,
38
- UInt24 = 509,
39
- UInt32 = 503,
+ UInt32,
40
UInt64 = 508,
+ UInt24,
41
Binary = 600,
42
VarBinary,
43
TinyText = 749,
0 commit comments