Issue 56 in mappa: topicmap._handlers is not persisted on durus backend

0 views
Skip to first unread message

ma...@googlecode.com

unread,
Feb 2, 2010, 7:56:40 AM2/2/10
to ma...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 56 by sjur.kvammen: topicmap._handlers is not persisted on durus
backend
http://code.google.com/p/mappa/issues/detail?id=56

svn rev 361, os ubuntu 9.04

>>> import mappa
>>> conn = mappa.connect(backend='durus', file='mappa.durus')
Transaction at [2010-02-02 13:48:52.371003] end=145
>>> tm1 = conn.create('test')
>>> getattr(tm1,'_handlers',None) == None
False
>>> conn.commit()
Transaction at [2010-02-02 13:49:39.589807] end=2475
>>> conn.close()
>>> conn = mappa.connect(backend='durus', file='mappa.durus')
>>> tm2 = conn.get('test')
>>> getattr(tm2,'_handlers',None) == None
True


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

ma...@googlecode.com

unread,
May 23, 2010, 4:00:06 PM5/23/10
to ma...@googlegroups.com

Comment #1 on issue 56 by smurpster: topicmap._handlers is not persisted on
durus backend
http://code.google.com/p/mappa/issues/detail?id=56

also a problem on OSX

--
You received this message because you are subscribed to the Google Groups "Mappa - Topic Maps" group.
To post to this group, send email to ma...@googlegroups.com.
To unsubscribe from this group, send email to mappa+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mappa?hl=en.

Reply all
Reply to author
Forward
0 new messages