@@ -137,20 +137,20 @@ main = do
137137 , (" Feature.Auth.AuthSpec" , Feature.Auth.AuthSpec. spec)
138138 , (" Feature.ConcurrentSpec" , Feature.ConcurrentSpec. spec)
139139 , (" Feature.CorsSpec" , Feature.CorsSpec. spec)
140- , (" Feature.CustomMediaSpec" , Feature.Query.CustomMediaSpec. spec)
141140 , (" Feature.NoSuperuserSpec" , Feature.NoSuperuserSpec. spec)
142141 , (" Feature.OpenApi.OpenApiSpec" , Feature.OpenApi.OpenApiSpec. spec)
143142 , (" Feature.OptionsSpec" , Feature.OptionsSpec. spec)
144143 , (" Feature.Query.AggregateFunctionsSpec.disallowed" , Feature.Query.AggregateFunctionsSpec. disallowed)
145144 , (" Feature.Query.AndOrParamsSpec" , Feature.Query.AndOrParamsSpec. spec)
146145 , (" Feature.Query.ComputedRelsSpec" , Feature.Query.ComputedRelsSpec. spec)
146+ , (" Feature.Query.CustomMediaSpec" , Feature.Query.CustomMediaSpec. spec)
147147 , (" Feature.Query.DeleteSpec" , Feature.Query.DeleteSpec. spec)
148148 , (" Feature.Query.EmbedDisambiguationSpec" , Feature.Query.EmbedDisambiguationSpec. spec)
149149 , (" Feature.Query.EmbedInnerJoinSpec" , Feature.Query.EmbedInnerJoinSpec. spec)
150+ , (" Feature.Query.ErrorSpec.pgErrorCodeMapping" , Feature.Query.ErrorSpec. pgErrorCodeMapping)
150151 , (" Feature.Query.InsertSpec" , Feature.Query.InsertSpec. spec)
151152 , (" Feature.Query.JsonOperatorSpec" , Feature.Query.JsonOperatorSpec. spec)
152153 , (" Feature.Query.NullsStripSpec" , Feature.Query.NullsStripSpec. spec)
153- , (" Feature.Query.PgErrorCodeMappingSpec" , Feature.Query.ErrorSpec. pgErrorCodeMapping)
154154 , (" Feature.Query.PgSafeUpdateSpec.disabledSpec" , Feature.Query.PgSafeUpdateSpec. disabledSpec)
155155 , (" Feature.Query.PlanSpec.disabledSpec" , Feature.Query.PlanSpec. disabledSpec)
156156 , (" Feature.Query.Preferences.HandlingSpec" , Feature.Query.Preferences.HandlingSpec. spec)
0 commit comments