[Dbixx-devel] Patch uploaded.
Status: Alpha
Brought to you by:
cyborch
From: Jerry S. <ye...@sp...> - 2002-06-19 06:40:34
|
Hello, Uploaded a patch to the sourceforge project page which *should* add mySQL support. Stuff changed: Added MySQLInterface.java file - Added MySQL database support. Modified DatabaseInterface.java - Modified the save() methods to allow Search parameters to be supplied for an update statement. You probably want to review this file before adding it to the source tree. I have a feeling I didn't understand this interface correctly. Modified PersistentFactory.java - Added a storePersistent() method to the interface. Modified Search.java - Fixed a bug where stuff was getting double-quoted. At least I hope I was fixing something. :) You'll probably want to take a look at this as well. Patch by doing the following: cd dbixx/java/dbixx patch -p1 < mysqladd.diff Enjoy. Jerry Seutter |