I am trying to create a property storage system for a webdav implementation.

class Property(IsDescription):
    name = StringCol(256)
    value = StringCol(4096)

I am using Property to create a table to store my data in.

I also want to support "versioning" of the values.

Is there a way to create a value field that can be "muli-valued" or "multi-dimensional" to so
I can just continue to append data to that column?
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to