index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backenddb
/
test_merchantdb.c
Age
Commit message (
Expand
)
Author
2017-05-29
rename proposal_data to contract_terms (see #4879)
Florian Dold
2017-04-24
add cherry-pick like query used in /history. This API
Marcello Stanisci
2017-04-18
fix db testcase due to queries in the future
Marcello Stanisci
2017-04-18
adding db method to query proposal data "in the future"
Marcello Stanisci
2017-04-18
adding option to lookup history entries in the future.
Marcello Stanisci
2017-03-23
Fix signature of db callback.
Marcello Stanisci
2017-03-20
Fix db testcase against newest plugin.
Marcello Stanisci
2017-03-17
helper db methods for /history. Prepared statements have
Marcello Stanisci
2017-03-13
Fix track transfer's response + adjusting tests to it.
Marcello Stanisci
2017-03-07
DB provides lookup of proposal data based on proposal data's
Marcello Stanisci
2017-02-23
Modify /history API and DB table for order_id-proposal_data
Marcello Stanisci
2017-02-10
Fix track API tests.
Marcello Stanisci
2017-02-10
Fixing testcases according to the renaming occurred
Marcello Stanisci
2017-02-07
More fixes on renaming, mostly in db.
Marcello Stanisci
2017-02-06
Fix backenddb tests after renaming
Marcello Stanisci
2017-02-03
Renaming proposal data db operations
Marcello Stanisci
2016-12-12
Unifying map-in and map-out handles
Marcello Stanisci
2016-12-08
Fix prepared statement find_contract
Marcello Stanisci
2016-12-08
Baking find_contract by hashcode. Invoked in testcase.
Marcello Stanisci
2016-11-25
skip test cases when plugin can't be loaded due to missing DB
Florian Dold
2016-10-13
Fix select payments from DB. Namely, a merchant_pub query parameter was needed
Marcello Stanisci
2016-10-13
making (transaction_id, merchant_pub) the primary key
Marcello Stanisci
2016-10-13
adapting callback for 'find_transaction' DB functions family
Marcello Stanisci
2016-10-12
merchant's key in transactions table
Marcello Stanisci
2016-10-03
return younger instead of older results respect to the given time
Marcello Stanisci
2016-10-03
testcase for query 'by date'
Marcello Stanisci
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-11
fixing #4160
Christian Grothoff
2016-06-11
fix more memory leaks
Christian Grothoff
2016-06-07
complete test_merchantdb testcase
Christian Grothoff
2016-06-07
call find_-APIs in test_merchantdb
Christian Grothoff
2016-06-07
fix testcase to cover 'store' API
Christian Grothoff
2016-06-04
revisiting merchant backenddb, towards fixing #4502/#4160
Christian Grothoff
2016-05-02
fixing #4462: avoid temporary schemata altogether
Christian Grothoff
2016-04-28
testing store_payment() and check_payment()
Marcello Stanisci
2016-04-28
up to providing mock data for "make check"
Marcello Stanisci
2016-04-28
typo + adding macro for "make check"
Marcello Stanisci
2016-04-28
configuration file for testcase + "run()" function for it
Marcello Stanisci
2016-04-27
initial skeletons for merchantdb testcases
Marcello Stanisci