• Nick Craver's avatar
    Better error messages for .*Async methods when not using DbConnection (#986) · e199a871
    Nick Craver authored
    * Better error messages for .*Async methods when not using  DbConnection
    
    Perhaps in v2 we move these to DbConnection itself ratherr than IDbConnection for the extensions to eliminate the case, but that's breaking...for now we can at least throw a better error. See #757 for details.
    
    * Tweak errors to allow open IDbConnections and those generating DbCommands
    
    Same checks but a bit more lenient with more specific messaging.
    
    * Tweaking error messages and supporting IDbConnection implementations … (#987)
    e199a871
Name
Last commit
Last update
..
CommandDefinition.cs Loading commit data...
CommandFlags.cs Loading commit data...
CustomPropertyTypeMap.cs Loading commit data...
Dapper.csproj Loading commit data...
DataTableHandler.cs Loading commit data...
DbString.cs Loading commit data...
DefaultTypeMap.cs Loading commit data...
DynamicParameters.CachedOutputSetters.cs Loading commit data...
DynamicParameters.ParamInfo.cs Loading commit data...
DynamicParameters.cs Loading commit data...
ExplicitConstructorAttribute.cs Loading commit data...
FeatureSupport.cs Loading commit data...
SimpleMemberMap.cs Loading commit data...
SqlDataRecordHandler.cs Loading commit data...
SqlDataRecordListTVPParameter.cs Loading commit data...
SqlMapper.Async.cs Loading commit data...
SqlMapper.CacheInfo.cs Loading commit data...
SqlMapper.DapperRow.cs Loading commit data...
SqlMapper.DapperRowMetaObject.cs Loading commit data...
SqlMapper.DapperTable.cs Loading commit data...
SqlMapper.DeserializerState.cs Loading commit data...
SqlMapper.DontMap.cs Loading commit data...
SqlMapper.GridReader.Async.cs Loading commit data...
SqlMapper.GridReader.cs Loading commit data...
SqlMapper.ICustomQueryParameter.cs Loading commit data...
SqlMapper.IDataReader.cs Loading commit data...
SqlMapper.IDynamicParameters.cs Loading commit data...
SqlMapper.IMemberMap.cs Loading commit data...
SqlMapper.IParameterCallbacks.cs Loading commit data...
SqlMapper.IParameterLookup.cs Loading commit data...
SqlMapper.ITypeHandler.cs Loading commit data...
SqlMapper.ITypeMap.cs Loading commit data...
SqlMapper.Identity.cs Loading commit data...
SqlMapper.Link.cs Loading commit data...
SqlMapper.LiteralToken.cs Loading commit data...
SqlMapper.Settings.cs Loading commit data...
SqlMapper.TypeDeserializerCache.cs Loading commit data...
SqlMapper.TypeHandler.cs Loading commit data...
SqlMapper.TypeHandlerCache.cs Loading commit data...
SqlMapper.cs Loading commit data...
TableValuedParameter.cs Loading commit data...
TypeExtensions.cs Loading commit data...
UdtTypeHandler.cs Loading commit data...
WrappedDataReader.cs Loading commit data...
WrappedReader.cs Loading commit data...
XmlHandlers.cs Loading commit data...