Shaul Behr
Shaul Behr
### Description I'd like to do an update that translates roughly to the following SQL (in Postgres flavor): ``` update Foo f set Rank = (select count(*) from Foo f2...
Hi, Does your library support uploading XLSX files with multiple sheets? If so, how? The `DataTable.New.ReadExcel()` method says it only reads the first sheet...
I have a postgres function with a signature like so: ``` create or replace function do_stuff(variadic ids uuid[]) returns int ``` In my EF data context I've defined a DbFunction...