Opened 17 years ago

Closed 17 years ago

#116 closed defect (fixed)

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 (3)

comment:1 by jbirch, 17 years ago

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.

comment:2 by mloskot, 17 years ago

Status: newassigned

comment:3 by mloskot, 17 years ago

Resolution: fixed
Status: assignedclosed

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.