Ticket #341 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

PostGIS defect : SelectAggregate does not support DISTINCT

Reported by: bscott Owned by:
Priority: critical Milestone: 3.4.0
Component: PostGIS Provider Version: 3.2.0
Severity: 1 Keywords:
Cc: External ID:

Description

Even if the SelectAggregatesCommand::SetDistinct? function is called with true The distinct clause is not appended to the internal sql query.

Change History

follow-up: ↓ 2   Changed 4 years ago by mloskot

  • owner changed from mloskot to mloskot
  • status changed from new to assigned

Bruno,

Yes, I confirm that SetDistinct? call has no effect. Simply, a value being set is not used anywhere in the command implementation. Means, not yet supported. I will try to work on it soon but I can't promise it happens before the weekend.

in reply to: ↑ 1   Changed 4 years ago by bscott

Mateusz i've just submit on nabble.fdo.internal a little patch to fix it. It was quite a simple one

  Changed 4 years ago by mloskot

Bruno,

I'll apply it tonight. Thanks for your great help!

  Changed 3 years ago by bscott

  • status changed from assigned to closed
  • resolution set to fixed

  Changed 3 years ago by mloskot

  • status changed from closed to reopened
  • resolution fixed deleted

  Changed 3 years ago by mloskot

  • owner mloskot deleted
  • status changed from reopened to new

  Changed 3 years ago by mloskot

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.