Comment #5 on issue 132 by
[hidden email]: Use System
class>>#'_cacheName:' to make session recognizable in vsd
http://code.google.com/p/glassdb/issues/detail?id=132Since I'm the one who reported this I'll note that my initial suggestion
isn't quite right. VSD expects that the name must be unique, so the name
should be something like the following:
((x := 'GemTools-' , (GsSession serialOfSession: System session)
printString , '-' , System myUserProfile userId) copyFrom: 1 to: (x size
min: 31)).