This commit is contained in:
parent
f48ef81999
commit
47d18b70a6
1 changed files with 3 additions and 5 deletions
|
|
@ -7,7 +7,10 @@
|
||||||
GNU Taler db-events?
|
GNU Taler db-events?
|
||||||
it seems caqti/pgx does not support it *)
|
it seems caqti/pgx does not support it *)
|
||||||
|
|
||||||
|
module type CONN = Caqti_miou.CONNECTION
|
||||||
|
|
||||||
open Crypto
|
open Crypto
|
||||||
|
open Bin_type
|
||||||
|
|
||||||
module Caqti_type = struct
|
module Caqti_type = struct
|
||||||
include Caqti_type
|
include Caqti_type
|
||||||
|
|
@ -31,7 +34,6 @@ module Caqti_type = struct
|
||||||
|
|
||||||
include struct
|
include struct
|
||||||
(* alias for hash *)
|
(* alias for hash *)
|
||||||
open Bin_type
|
|
||||||
|
|
||||||
let fullpayto_hash = FullPaytoHash.caqti
|
let fullpayto_hash = FullPaytoHash.caqti
|
||||||
let nomalizaedpayto_hash = NormalizedPaytoHash.caqti
|
let nomalizaedpayto_hash = NormalizedPaytoHash.caqti
|
||||||
|
|
@ -49,10 +51,6 @@ module Caqti_type = struct
|
||||||
include Caqti_request.Infix
|
include Caqti_request.Infix
|
||||||
end
|
end
|
||||||
|
|
||||||
module type CONN = Caqti_miou.CONNECTION
|
|
||||||
|
|
||||||
open Bin_type
|
|
||||||
|
|
||||||
let preflight =
|
let preflight =
|
||||||
let l =
|
let l =
|
||||||
List.map
|
List.map
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue