This commit is contained in:
parent
dbfd75ade8
commit
6cac467a89
1 changed files with 6 additions and 14 deletions
20
src/pg.ml
20
src/pg.ml
|
|
@ -1,21 +1,13 @@
|
||||||
(* TODO
|
(* TODO
|
||||||
|
check signed/unsigned integers
|
||||||
check there is no issues with signed/unsigned integers
|
check endianness
|
||||||
|
can we avoid amount tuple boilerplate?
|
||||||
how to fix postgres/caqti tuple type?
|
clean up caqti error type
|
||||||
try something with OID?
|
|
||||||
need to add boilerplate in each query for amounts
|
|
||||||
|
|
||||||
GNU Taler db-events?
|
|
||||||
it seems caqti/pgx does not support it
|
|
||||||
|
|
||||||
transaction
|
transaction
|
||||||
|
|
||||||
should check validity of signatures got from db, for /management at least
|
GNU Taler use of db-events?
|
||||||
|
it seems caqti/pgx does not support it *)
|
||||||
clean up caqti error type *)
|
|
||||||
(* TODO time
|
|
||||||
fix comparison with timestamp footgun *)
|
|
||||||
|
|
||||||
module type CONN = Caqti_miou.CONNECTION
|
module type CONN = Caqti_miou.CONNECTION
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue