Forum OpenACS Development: Re: special characters in a category name (Oracle)

Collapse
Posted by Alvaro Rodriguez on
Hi Brian,

I didn't know about this datatype in oracle, I just tested it and it works fine for me.

Thanks,
Alvaro

Collapse
Posted by Gustaf Neumann on
Dear Alvaro,

it would be nice if you could provide a patch + upgrade script that we could apply to oacs-head.

-gustaf neumann

Collapse
Posted by Alvaro Rodriguez on
Dear Gustaf,

That's exactly what I was thinking. I did an independent upgrade script, where do I upload it/add it, I've never done this before.

I also fixed a function in the CR for Oracle, the cr_revision table in Oracle has the field 'filename' and the content_revision.copy function does not copy this column. I was needing that column to use the proc fs::file_copy for my file-storage instance. Would this be a fix to put in head too?

Alvaro