Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-10 | add TALER_PQ_array_of_amount_currency | Christian 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-21 | postgres does not like 0-padding of VARCHAR, implement proper serialization | Christian Grothoff | |
2023-08-21 | extend 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 | |