On 02 May 21:57, PAUL HANCHETT wrote:
> Have you given thought to how the new database functionality will be
> tested?
The primary goal for me is it to make coWiki work flawlessly with InnoDB.
Postgres should work after a small syntax rewrite of the DAOs too (especally
comparison of integers and strings in the queries in that case).
But the only testing I have in mind is the testing by watching and trying it
out :) No unit tests are planned, if you have this in mind - although you
can write some :)
I hope the coWiki DB abstraction classes will swallow the different
databases syntaxes I aiming to. I used (so far) very simple SQL in the DAOs
to query the target databases. Hence I do not expect problems - except the
commit/rollback issue that I started before you took over.
> Is there or will there be documentation on how to use it?
Documentation? Hehe. Documentaion on what exactly? :)
> Or will the installer do it all?
Yes, the installer is going to make a kind of "incremental update". This is
something you will need if you reqiure new database fields or such in any of
the next versions. The installer would hopefully be able to bring your
coWiki installation with a few clicks to the required and current state.
> *Very* curious to know! :)
:-) man less
regards dtg
|