Set the precision to be maximum of 28 (Jet limit).
When using property.HasConversion<decimal>() the default for EF Core is with precision 38 and scale 17 which is passed Jet's limitpull/137/head
parent
dc049d804d
commit
a1904bf113
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Test": {
|
"Test": {
|
||||||
"Jet": {
|
"Jet": {
|
||||||
"DefaultConnection": "DBQ=Jet.accdb"
|
"DefaultConnection": "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Jet.accdb;Persist Security Info=False;"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue