Skip to content

fixed build of total calculation query for `.withTotal()` in case where is some `where` for attribute with `preferInline`

Pavel Mashliakovskiy requested to merge fix/inlineAttrTotal into master
  • fixed build of total calculation query for .withTotal() in case where is some where for attribute with preferInline and record count > page size
  • prevent unnecessary count() query if .withTotal() requested but no pagination at all (no .statr() and no .limit() in UBQL)

Merge request reports