aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_common.h
AgeCommit message (Collapse)Author
2024-02-07auditordb tabularasaChristian Grothoff
2024-01-10add TALER_PQ_array_of_amount_currencyChristian Grothoff
2023-11-28[pq] add support for array of struct GNUNET_HashCodeÖzgür Kesim
2023-10-10[pq] cleanup of amount tuple type handlingÖzgür Kesim
- add counter for tuple elements to struct - use GNUNET_memcpy instead of casting also, fix format string in test for age_restriction
2023-08-21postgres does not like 0-padding of VARCHAR, implement proper serializationChristian Grothoff
2023-08-21extend libtalerpq with functions for the amount with currency triplet data ↵Christian Grothoff
type (for merchant backend)
2023-07-30[pq] use GNUNET_PQ_get_oid_by_name consistentlyÖzgür Kesim
2023-07-29[pq] added array support for taler_amount composite typeÖzgür Kesim
API added: - TALER_PQ_query_param_array_amount - TALER_PQ_result_spec_array_amount
2023-07-28[pq] added helper to load oids of composite typesÖzgür Kesim
- TALER_PQ_load_oids_for_composite_types added - Called during postgres-initialization
2023-07-28-added pq_common.hÖzgür Kesim