From: Dennis F. <de...@co...> - 2002-07-06 13:24:50
|
I'm happy to announce the Marshall's code in the cvs. There where a few small issues that popped up (missing quotes, different versions) but it's in. The database design has also undergone massive changes as we now use - keys (ahum :P ) - indexes - references This improves speed and security a great deal and was something that had to be done. There is however a problem as the old database uses 0 for nothing and the new uses NULL. We need to write a script to hande this and to help users migrate databases. In anycase the current cvs version is bound to be broken, but please test it and give me your ideas/code/tips/hints on how to fix the things that will come up. If anyone feels up to it please write a conversion script that will go from the old design to the new design for the database so that we can import real live databases and use them instead. Thanks, Dennis |