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

mysql - FireDac error 314 - but DLLs are in program directory -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -

python - How to read gradle build progress from it's output? -