server/mssql: Add omitNothingFields to MSSQLConnConfiguration

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3325
GitOrigin-RevId: 09f11073a9ef37f10281b778c6884fa420dece20
This commit is contained in:
Naveen Naidu 2022-01-11 15:21:05 +05:30 committed by hasura-bot
parent b791cd3866
commit d097aea394

View File

@ -122,7 +122,7 @@ instance Hashable MSSQLConnConfiguration
instance NFData MSSQLConnConfiguration
$(deriveJSON hasuraJSON ''MSSQLConnConfiguration)
$(deriveJSON hasuraJSON {omitNothingFields = True} ''MSSQLConnConfiguration)
newtype MSSQLPool = MSSQLPool (Pool.Pool ODBC.Connection)