What version of the MyBatis.NET are you using?
1.9.2
1.6.2
in this method "Create",you just set the "IDbCommand.CommandText" ,but
some times,"IDbCommand.Connection.ConnectionString" will missing,
should add
"
if (request.IDbCommand.Connection.ConnectionString == "")
{
request.IDbCommand.Connection.ConnectionString =
session.SqlMapper.DataSource.ConnectionString;
}
"
is this a bug ??
Original issue reported on code.google.com by omeweb....@gmail.com on 11 Aug 2010 at 2:28
Original issue reported on code.google.com by
omeweb....@gmail.com
on 11 Aug 2010 at 2:28