Eduard Witteveen wrote:
The hack i've done worked with inheritance. But since the old database
layer doesnt work anymore (as far as i know), it can no longer be used.
I posted an email about this on the list but i didnt get any response on it.
The old databse layer still works. It just isn't turned on by default.
Please inform me how i get it working. I tried it, but i got a strange exception from the storage (posted earlier on this list)
I'm still working on a hsqldb implementation(in the storage) with views
If you are going to make changes for databases, please not that I will NOT approve code that introduces classes for specific databses (or evenw rose, versions of databases).
If you want to make a views-oriented storage, I suggest to make it generic enough that it can be configured for use with various databases, using the attributes from the database resource file.
That is excactly the reason why i want to created an implementation for hsqldb first. HsqlDb supports views and it can be tested by everyone. If this workes, this generic part can also be used for oracle.
