Ramblings from the Creator of WilsonDotNet.com
Great job! It's very encouraging to see your commitment to continued development.
Not directly related to this release... http://forums.mysql.com/read.php?38,17809,20753#msg-20753 If you are using Wilson O/R Mapper this connection string will fix the MySql DateTime issue: <add key="ConnectionString" value="Server=localhost;Port=3306;Database=DBNAME;Uid=[UID];Pwd=[PWD];Allow Zero DateTime=False" /> The key here is: Allow Zero DateTime=False [MySqlConversionException: Unable to convert MySQL date/time value to System.DateTime] -- Sincerely, David Dimmer Director of Development Fyin, Inc. Local: (414) 431-8674 Toll free: (800) 680-2326 Fax: (414) 431-8704 W: http://www.fyin.com Complete Website Design and Interactive Programming
as always ... another great release! :)
Users of the Wilson O/R Mapper sometimes ask for some documentation about OPath in their user forum, since the mapper supports a query language similar (or identical?) to OPath. Here you are---ObjectSpaces articles that might be useful when working with Wilson O/R Mapper (a design goal of which seems to be to mimic the ObjectSpaces API design), an incomplete list in no particular order.