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 29c1d60 commit 5970669Copy full SHA for 5970669
src/SciSharp.MySQL.Replication/Events/LogEvent.cs
@@ -76,6 +76,7 @@ static LogEvent()
76
DataTypes[(int)ColumnType.SET] = new SetType();
77
DataTypes[(int)ColumnType.BLOB] = new BlobType();
78
DataTypes[(int)ColumnType.YEAR] = new YearType();
79
+ DataTypes[(int)ColumnType.JSON] = new JsonType();
80
}
81
82
/// <summary>
0 commit comments