From 93359951fdbd16e213610f9126feca16d284890a Mon Sep 17 00:00:00 2001 From: swrup Date: Sun, 7 Dec 2025 05:15:39 +0100 Subject: [PATCH] --- src/pg.ml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pg.ml b/src/pg.ml index 305672db..31c67d71 100644 --- a/src/pg.ml +++ b/src/pg.ml @@ -1,10 +1,12 @@ +(* TODO + how to fix postgres/caqti tuple type? + need to add boilerplate in each query for amounts *) + open Crypto module Caqti_type = struct include Caqti_type - (* TODO add a dune stanza like for prelude: - "(flags (:standard -open Prelude))" *) (* we want to use int64 timestamps, not postgresql built-in timestamp type *) let ptime : Ptime.t option t = Timestamp.caqti