Eric Sterling
Eric Sterling
this is indeed the issue I ran into. Thanks for the workaround
yeah, core 5.0. What is weird is it works ok locally. Any timeframe on an update?
Hi! Thanks for getting back to me. I’m using Log4Net, Here is the snippet of my config for Log4Net – other than changing the Level to Debug, what else do...
Hi Thong, Interesting – the query seems perfectly reasonable: INFO 2016-08-18 16:32:44,087 Shaolinq.Query - SELECT "T0"."MenuItemProductId", "T0"."DisplaySize", COUNT(*) AS "__AGGR2" FROM "ItemSales" AS "T0" WHERE (((((((((("T0"."CompanyId") = ('5398d97afb890c0c88089fd2'))) AND ((("T0"."LocationId")...
Hi Thong, No, I guess I should clarify: Total rows in table about 16 million Subset this query returns about 5000 After group, total number of rows about 250 I...
Other than some extra parenthesis and the use of alias names for the tables, the query is identical From: Thong Nguyen [mailto:[email protected]] Sent: Thursday, August 18, 2016 5:30 PM To:...
I am using the latest of both (as of yesterday). Simple selects without groupings perform just fine – even with large #s of records Eric From: Thong Nguyen [mailto:[email protected]] Sent:...
Hi Thong, Since this was a report projection and I strictly didn’t need any ORM functionality, I ended up just using Npgsql directly. Cheers, Eric From: Thong Nguyen [mailto:[email protected]] Sent:...
Is there any word on this? How are we supposed to do batch updates?
any chance I can get this patch? I tried inserting the 4dcb and doing a lot of randomizing and could not reproduce. :/