[orm-devel] orm 0.8
Ross J. Reedstrom
orm-devel@mailman.tux4web.de
Tue, 10 Dec 2002 18:58:17 -0600
Hmm, my code quit working on the 6th, with this error:
KeyError: _datasource_base__data
You committed the change below to dbclass.py on that day. Any problem
with reversing it? I backed it out myself, and my code works again.
Especially since you didn't remember what you changed. ;-)
Ross
orm_cvs$ cvs diff -D 'Dec 6, 2002' dbclass.py
Index: dbclass.py
===================================================================
RCS file: /var/data/public_cvs/orm/dbclass.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -r2.10 -r2.11
30a31,33
> # Revision 2.11 2002/12/06 11:49:28 diedrich
> # I know I changed something, I just don't remember what it was.
> #
97c100
< __version__ = "$Revision: 1.1 $"[11:-2]
---
> __version__ = "$Revision: 1.1 $"[11:-2]
344c347
< def _datasource_base__data(self):
---
> def _datasource__data(self):
350c353
< def _datasource_base__setoid(self, oid):
---
> def _datasource__setoid(self, oid):
On Tue, Dec 10, 2002 at 06:54:20PM +0100, Diedrich Vorberg wrote:
> Gentelmen -
>
> I have commited some minor docstring updates to the cvs repository.
> Could you please make sure your local work dirs are in sync and tell
> me if there are any major problems with this version of orm? If not so
> I'll put 0.8 up on freshmeat tomorrow night.
>
> Diedrich
>
> --
> _..._ Diedrich Vorberg
> .' '.
> / _ _ \ http://www.tux4web.de
> | (o)_(o) | info@tux4web.de
> \( ) / .---.
> //'._.'\ \ / \ Internet Dienstleistungen
> // . \ \ \.@-@./ und 'Consulting'.
> || . \ \ /`\_/`\
> |\ : / | // _ \\ Linux Rules!
> \ `) ' (` /_ | \ )|_
> _)``".____,.'"` (_ /`\_`> <_/ \
> ) )'--'( ( \__/'---'\__/
> '---` `---`
>
> _______________________________________________
> orm-devel mailing list
> orm-devel@mailman.tux4web.de
> http://mailman.tux4web.de/mailman/listinfo/orm-devel
--
Ross Reedstrom, Ph.D. reedstrm@rice.edu
Research Scientist phone: 713-348-6166
The Connexions Project http://cnx./rice.edu fax: 713-348-6182
Rice University MS-39
Houston, TX 77005