2008-08-21 12:07:05 UTC
Gentle 1.2.9
I'm trying to port an existing project from .NET 1.1/VS 2003 to .NET 2.0/VS 2008. I'm able to create and save other persistence objects. Only this on fails. It has about 68 columns in the back-end table. The objects source is about 6k lines...
As I'm trying to narrow it down, I'm currently stuck as I don't can determine how and when (IDbCommand) cmd in SqlStatement is created. It seems that the values are not parsed into the SQL statement.