summaryrefslogtreecommitdiff
path: root/src/pq/test_pq.c
AgeCommit message (Collapse)Author
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-07-30-remove _tuple suffixChristian Grothoff
2023-07-30removing old amount logic from libtalerpqChristian Grothoff
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
2022-10-22-fix ftbfsChristian Grothoff
2020-03-27fix inconsistency in field namingChristian Grothoff
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-17tested in GNUnet alreadyChristian Grothoff
2020-01-17fix test_pqChristian Grothoff
2019-12-24tolerate database not existing, skip testChristian Grothoff
2019-10-11adaptions to libgnunetpq api change (#5733)Christian Grothoff
2019-08-25re-format codeFlorian Dold
2019-08-17remove currency field from databasesChristian Grothoff
2017-10-06reduce scope of local varsChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fixing more leaksChristian Grothoff
2016-02-06move to new libgnunetpq library, simplifying libtalerpqChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-10new test for uint and json APIsChristian Grothoff
2015-05-18check return valuesChristian Grothoff
2015-05-17add test for varsize pq operationChristian Grothoff
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-15getting test to passChristian Grothoff
2015-05-15misc bugfixesChristian Grothoff
2015-05-15completing test-case implementation:Christian Grothoff
2015-05-15fixing misc. minor bugs, towards getting testcases to workChristian Grothoff
2015-05-15use talercheck DBChristian Grothoff
2015-05-14fix ftbfs of testChristian Grothoff
2015-05-07pq test skeleton, not finishedChristian Grothoff