Moshe Dicker

Results 208 comments of Moshe Dicker

There has been no activity in this issue for over a year and no reproducible bug exists.

There has been no activity in this issue for over a year and no reproducible bug exists.

There has been no activity in this issue for over a year and no reproducible bug exists.

No activity in over a year & seems to be resolved, closing

There has been no activity in this issue for over a year and no reproducible bug exists.

@simolus3 I tried debugging this myself, but I'm at a loss. There are Book Clubs and Members. I'm filtering book clubs with 3 members. This SQL query returns 1 club,...

This is how the django ORM does counts. Can this be created using drift? ```sql SELECT COUNT(*) FROM ( SELECT "api_product"."sku" AS "col1" FROM "api_product" LEFT OUTER JOIN "api_listing" ON...

@simolus3 Figured it out! As usual your awesome documentation made this easy!