Module

x/pg_mem/datatypes/datatypes.ts>reconciliateTypes

An in memory postgres DB instance for your unit tests
Latest
function reconciliateTypes
import { reconciliateTypes } from "https://dotland.deno.dev/x/pg_mem@3.0.3/datatypes/datatypes.ts";

Finds a common type by implicit conversion

Parameters

values: IValue[]
optional
nullIfNoMatch: false
optional
stricterType: boolean

Parameters

values: IValue[]
nullIfNoMatch: true
optional
stricterType: boolean

Parameters

values: IValue[]
optional
nullIfNoMatch: boolean
optional
stricterType: boolean