- 修复 Sqlite 映射 TimeSpan 问题;

This commit is contained in:
2881099
2022-10-27 21:39:50 +08:00
parent 98c1aa2f34
commit 2d2e3640c9
3 changed files with 6 additions and 6 deletions

View File

@ -335,7 +335,7 @@ namespace FreeSql.Tests.Sqlite
ShortNullable = short.MinValue,
String = "我是中国人string'\\?!@#$%^&*()_+{}}{~?><<>",
Char = 'X',
TimeSpan = TimeSpan.FromSeconds(999),
TimeSpan = TimeSpan.FromMilliseconds(999500),
TimeSpanNullable = TimeSpan.FromSeconds(60),
UInt = uint.MaxValue,
UIntNullable = uint.MinValue,