Sebastian Widz
Results
3
comments of
Sebastian Widz
I have very similar issue. I am trying to trim column with Substring: ``` await _ctx.MyTables .Where(e => EF.Functions.Like(e.Name, "XXXXX %")) .BatchUpdateAsync(e => new MyTable { Name = e.Name.Substring(6) });...
Any updates on this? I have database created in UTF-8 (PRAGMA encoding returns UTF-8) I can see proper characters when viewing in the data browser After exporting to CSV I...
My eyes can't wait this update :)