Re: [sqlite] calculated columns in views

2018-02-12 Thread Clemens Ladisch
Simon Slavin wrote: > On 12 Feb 2018, at 6:00pm, Istvan Heckl wrote: >> Because of this bug at the moment SQLite can not be used with Entity >> Framework if calculated columns are involved. > > SQLite does not have calculated columns. I guess he means something like this (which works fine in plai

Re: [sqlite] calculated columns in views

2018-02-12 Thread Simon Slavin
On 12 Feb 2018, at 6:00pm, Istvan Heckl wrote: > Because of this bug at the moment SQLite can not be used with Entity > Framework if calculated columns are involved. SQLite does not have calculated columns. There is no such feature in SQLite. Therefore there can't be a bug in it. Comments ne

[sqlite] calculated columns in views

2018-02-12 Thread Istvan Heckl
Hi! I use Visual studio with SQlCeToolbox. First I thought I found an error in the SQlCeToolbox but the author said " As suspected, this is a bug deep down in System.Data.SQLite" The error is detailed in: https://github.com/ErikEJ/SqlCeToolbox/issues/612 Because of this bug at the moment SQLite