Commit 5716b674 authored by 潘栩锋's avatar 潘栩锋 🚴

SQLite 支持的类型 从STRING 改为 TEXT, 这样可以解决 0001 存进去,最后变为1

parent 1205881f
......@@ -85,7 +85,7 @@ namespace SQLite
return obj;
}
),
new SQLiteFieldTypeInfo("STRING",typeof(string),
new SQLiteFieldTypeInfo("TEXT",typeof(string),
(obj)=>((string)obj).ToStringOfSQLiteFieldType(),
SQLiteFieldTypeInfo.DefaultToP
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment