Ticket #116 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Cursor names seem to be not unique

Reported by: mloskot Owned by: mloskot
Priority: major Milestone: 3.3.0
Component: PostGIS Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: jbirch External ID:

Description

Sometimes, more than one cursor gets the same name and conflict occurs. It's necessary to add more unique identifiers for cursor names (md5, GUID, etc.).

Change History

Changed 4 years ago by jbirch

  • cc jbirch added

This seems to be much better in current build. Several cursors can be assigned within the same second with no conflicts so far. Will test more with tiled map later.

Changed 4 years ago by mloskot

  • status changed from new to assigned

Changed 4 years ago by mloskot

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

I applied patches to this issue, so now cursor names are composed from MD5 hashes (r3310) generated for an ASCII message representing high resolution time (with decimal fractions of second) since the Epoch (r3316).

I'm closing this bug as fixed.

Note: See TracTickets for help on using tickets.