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 -

python - ValueError: could not convert string to float -

php - Laravel Get all child node count with condition -