sql server - SQL Lite throwing "System.NotSupportedException for Time Data Type in SQL -


i using sql lite 1.0.97 package (new sqlite) ef6 run unit test , ran problem time datatype in sql. reporting error -

system.notsupportedexception: there no store type corresponding edm type 'edm.time' of primitive type 'time'.

i not want change data type in ef domain entity. there other workaround ?


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -