Skip to content

Commit

Permalink
feat(tc): simplify deps type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Perret committed Jan 23, 2021
1 parent 177cd33 commit 817eeac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vp.FSharp.Sql/Types.fs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ type SqlConfigurationCache<'DbConnection, 'DbCommand

// Ie. The ADO.NET Provider generic constraints mapper due to the lack of proper support for some variant of the SRTP
// and the hideous members shadowing occuring in most ADO.NET Providers implementation
type SqlDependencies<'DbConnection, 'DbCommand, 'DbParameter, 'DbDataReader,
'DbTransaction, 'DbTransactionIsolationLevel, 'DbType
type SqlDependencies<'DbConnection, 'DbCommand, 'DbParameter, 'DbDataReader, 'DbTransaction, 'DbType
when 'DbConnection :> DbConnection
and 'DbCommand :> DbCommand
and 'DbParameter :> DbParameter
Expand Down

0 comments on commit 817eeac

Please sign in to comment.