[ZODB-Dev] Re: Relstorage

2008-05-02 Thread Anton Stonor
Hi there, Ben Mason wrote: We've come across the following problem: When trying to revert to an old version of a page, we get a unicode error: Module Products.CMFEditions.ZVCStorageTool, line 505, in _encodeMetadata UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 0:

Re: [ZODB-Dev] Re: Relstorage

2008-05-02 Thread Shane Hathaway
Anton Stonor wrote: I just had a look at this and am capable of reproducing it (on Plone 3.1.1) -- but also with filestorage! So it doesn't really look like a RelStorage issue to me. Thanks for working on this, Anton. I think I can call this issue closed WRT RelStorage. Shane

[ZODB-Dev] Re: Relstorage

2008-04-23 Thread Ben Mason
We're currently benchmarking RelStorage to see if it's a viable alternative to ZEO. We've come across the following problem: When trying to revert to an old version of a page, we get a unicode error: Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module

Re: [ZODB-Dev] Re: Relstorage

2008-04-23 Thread Alan Runyan
This appears to be a CMFEditions problem not a RelStorage problem. The ways to escalate a bug: Write a test case that demonstrates the bug. Do it yourself. a. Ensure tests fail reliably b. Email the author with failing tests cases and software versions to allow him to reproduce c.

Re: [ZODB-Dev] Re: Relstorage

2008-04-23 Thread Shane Hathaway
Alan Runyan wrote: I have a feeling its CMFEditions because he is trying to do fancy stuff with the transaction note(s) in the ZODB. At a gut level: I feel 100x more comfortable with Shane's code (ZODB/RelStoage) than CMFEditions. Which is notoriously insane. Thanks. :-) However, early

Re: [ZODB-Dev] Re: Relstorage

2008-04-23 Thread Ben Mason
Shane, I'm using this buildout for Plone 3: http://svn.plone.org/svn/collective/collective.relstorage/trunk/ Which is using RelStorage from: svn://svn.zope.org/repos/main/relstorage/trunk/relstorage Thanks Ben On 23/04/2008 16:12, Shane Hathaway [EMAIL PROTECTED] wrote: Alan Runyan

Re: [ZODB-Dev] Re: RelStorage Oracle Barf...

2008-04-01 Thread Chris Withers
Shane Hathaway wrote: http://ora-24813.ora-code.com/ That page suggests you may be running different versions of Oracle on the client and server. I'm sure there are other possibilities, of course. Indeed, hopefully Guy will take a look some time. I should stress that this error was

[ZODB-Dev] Re: RelStorage now in Subversion

2008-01-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shane Hathaway wrote: Hi all, RelStorage now exists in the Zope subversion repository here: http://svn.zope.org/relstorage/trunk/ I have also created a wiki page: http://wiki.zope.org/ZODB/RelStorage Testing help and

[ZODB-Dev] Re: RelStorage now in Subversion

2008-01-31 Thread Shane Hathaway
Tres Seaver wrote: I've got a question for you on the removal of the LISTEN / NOTIFY stuff in the Postgresql adapter: it looks to me as though your code was not doing the async check-for-notifies as shown in the 'notify.py' in the psycopg2 examples:

[ZODB-Dev] Re: RelStorage now in Subversion

2008-01-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shane Hathaway wrote: Tres Seaver wrote: I've got a question for you on the removal of the LISTEN / NOTIFY stuff in the Postgresql adapter: it looks to me as though your code was not doing the async check-for-notifies as shown in the 'notify.py'