Hi all.
I found out Guid is not working for iBatis.net. After looking at the source code, it seems like dbType is set to Binary even though I set it as Guid in parameter map and object's property is Guid type. I also looked at "unit test" for mapper and found out String type is used for Guid field. Any one knows the status of "Guid support"? for the time being I am using String instead. Brian Choi

