Skip to content

Commit 5970669

Browse files
committed
support JSON type
1 parent 29c1d60 commit 5970669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SciSharp.MySQL.Replication/Events/LogEvent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ static LogEvent()
7676
DataTypes[(int)ColumnType.SET] = new SetType();
7777
DataTypes[(int)ColumnType.BLOB] = new BlobType();
7878
DataTypes[(int)ColumnType.YEAR] = new YearType();
79+
DataTypes[(int)ColumnType.JSON] = new JsonType();
7980
}
8081

8182
/// <summary>

0 commit comments

Comments
 (0)