[WG: Sakai QA] [Building Sakai] Is anybody storing resource bodies in database?

Seth Theriault slt at columbia.edu
Thu Apr 23 12:49:41 PDT 2009


Joshua Swink wrote:

> I don't know whether we are using XML serialization. We've been
> running this instance of Sakai since before 2.5.

If you have any content created in 2.5 and beyond, you are affected.

I have used this SQL -- on Oracle so YMMV -- to check for problems:

select count(*) from content_resource where XML is not NULL;

Any result greater than 0 means you have some content using the
older XML method.

Seth


More information about the sakai-qa mailing list