I am starting to port the simple-survey module and I encountered a
blob, some clobs and a rownum so I have some questions:
- Are we using text for clob? The openacs guidelines has a
comment that says it might be moved to the content repository.
- Are there examples on how to use the content repository for
blobs?
- Is there a replacement for Oracle's rownum?
- In the .adp file, is the datasource.rownum's rownum the same as
Oracle's rownum? If so, if the code references rownum, is there a
workaround for postgresql?
Thanks.