this is the table schema i loaded into cockroachdb ``` CREATE TABLE version ( table_name text, table_version INT ); ``` the result type detected by kamailio for the `table_version` column matches DB1_DOUBLE. i discovered this by outputting VAL_TYPE(ver) to the log. if DB1_BIGINT will match, im ok with that change too. The use case is to add support to cockroachdb (which supports postgresql-client lib)