summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Expand)Author
2017-03-23Fix #4970.Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-20'start' and 'nrows' not hardcoded anymore in testcase.Marcello Stanisci
2017-03-20Fix db testcase against newest plugin.Marcello Stanisci
2017-03-20fix limit bindingChristian Grothoff
2017-03-19Fix indentation.Marcello Stanisci
2017-03-17FETCH FIRST arg ROW ONLY -> LIMIT arg, in prepared statement,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-07Merge branch 'master' of taler.net:merchantMarcello Stanisci
2017-03-07DB provides lookup of proposal data based on proposal data'sMarcello Stanisci
2017-03-06avoid memory leak on DB connect errorChristian Grothoff
2017-03-01/history returns latest records first.Marcello Stanisci
2017-02-28/history elements are returned with ORDER BY.Marcello Stanisci
2017-02-27Fix #4925.Marcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-11Back out early if we can't connect to postgres dbFlorian Dold
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-08Fix backenddbMarcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci
2017-02-06Renaming the DB and /history.Marcello Stanisci
2017-02-03Renaming proposal data db operationsMarcello Stanisci
2016-12-13Removing leftoverMarcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-12Not handling unique_violation as error within postgres_store_map()Marcello Stanisci
2016-12-0995% of /map/in testcaseMarcello Stanisci
2016-12-08Fix prepared statement find_contractMarcello Stanisci
2016-12-08Baking find_contract by hashcode. Invoked in testcase.Marcello Stanisci
2016-12-08Baking hashes to contracts mappingMarcello Stanisci
2016-12-05Fix track-transfer conflict error JSON packagingMarcello Stanisci
2016-11-25skip test cases when plugin can't be loaded due to missing DBFlorian Dold
2016-11-11fix relocation issue on buildChristian Grothoff
2016-10-15resolving merge conflict with Marcello, mostly exactly the same changesChristian Grothoff
2016-10-15fixing #4577, as well as a few other cases where we need to index by merchant...Christian Grothoff
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-04stub for /history testingMarcello Stanisci
2016-10-04populating array as response to /historyMarcello 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-10-03commentMarcello Stanisci
2016-10-03adding transactions_by_date to db pluginMarcello Stanisci
2016-10-03adding routine to get transactions from DB based on dateMarcello Stanisci
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fixing #4160Christian Grothoff