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 -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -