summaryrefslogtreecommitdiff
path: root/src/backenddb/test_merchantdb.c
AgeCommit message (Expand)Author
2017-06-08get refunds from database, only testing for zero rows returned.Marcello Stanisci
2017-06-07refund fee stored along depositMarcello Stanisci
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-04-24add cherry-pick like query used in /history. This APIMarcello Stanisci
2017-04-18fix db testcase due to queries in the futureMarcello Stanisci
2017-04-18adding db method to query proposal data "in the future"Marcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-20Fix db testcase against newest plugin.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-13Fix track transfer's response + adjusting tests to it.Marcello Stanisci
2017-03-07DB provides lookup of proposal data based on proposal data'sMarcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci
2017-02-03Renaming proposal data db operationsMarcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-08Fix prepared statement find_contractMarcello Stanisci
2016-12-08Baking find_contract by hashcode. Invoked in testcase.Marcello Stanisci
2016-11-25skip test cases when plugin can't be loaded due to missing DBFlorian Dold
2016-10-13Fix select payments from DB. Namely, a merchant_pub query parameter was neededMarcello Stanisci
2016-10-13making (transaction_id, merchant_pub) the primary keyMarcello Stanisci
2016-10-13adapting callback for 'find_transaction' DB functions familyMarcello Stanisci
2016-10-12merchant's key in transactions tableMarcello Stanisci
2016-10-03return younger instead of older results respect to the given timeMarcello Stanisci
2016-10-03testcase for query 'by date'Marcello Stanisci
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fixing #4160Christian Grothoff
2016-06-11fix more memory leaksChristian Grothoff
2016-06-07complete test_merchantdb testcaseChristian Grothoff
2016-06-07call find_-APIs in test_merchantdbChristian Grothoff
2016-06-07fix testcase to cover 'store' APIChristian Grothoff
2016-06-04revisiting merchant backenddb, towards fixing #4502/#4160Christian Grothoff
2016-05-02fixing #4462: avoid temporary schemata altogetherChristian Grothoff
2016-04-28testing store_payment() and check_payment()Marcello Stanisci
2016-04-28up to providing mock data for "make check"Marcello Stanisci
2016-04-28typo + adding macro for "make check"Marcello Stanisci
2016-04-28configuration file for testcase + "run()" function for itMarcello Stanisci
2016-04-27initial skeletons for merchantdb testcasesMarcello Stanisci