View Issue Details

IDProjectCategoryView StatusLast Update
0003818Talerexchangepublic2024-01-12 14:05
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.0Fixed in Version0.0 
Summary0003818: prepared statement 'get_refresh_out' is not used
DescriptionI'd expect it is needed (or will be needed) for /refresh/link at least.
TagsNo tags attached.

Relationships

child of 0003644 closedChristian Grothoff test DB backend using Postgres 

Activities

Christian Grothoff

2015-06-11 16:26

manager   ~0009264

The current implementation seems to use some nested SQL statements that are documented as "not yet complete" instead of the "get_refresh_out". So maybe "get_refresh_out" can be obsolete, assuming those other statements are properly finished.

Christian Grothoff

2015-06-15 14:15

manager   ~0009286

Finished pass over /link logic in 699f283..2ca543c

Christian Grothoff

2015-06-15 14:16

manager   ~0009287

Removed dead "get_refresh_out" in 2ca543c..36e189c

Christian Grothoff

2021-09-02 18:14

manager   ~0018324

Fix committed to master branch.

Related Changesets

exchange: master 2ca543cd

2015-06-15 16:18

Christian Grothoff


Details Diff
fix 0003818 and handle coins being melted into multiple sessions Affected Issues
0003818
mod - src/include/taler_mintdb_plugin.h Diff File
mod - src/mint/taler-mint-httpd_db.c Diff File
mod - src/mint/taler-mint-httpd_responses.c Diff File
mod - src/mint/taler-mint-httpd_responses.h Diff File
mod - src/mintdb/plugin_mintdb_postgres.c Diff File

Issue History

Date Modified Username Field Change
2015-06-03 16:18 Christian Grothoff New Issue
2015-06-11 15:03 Christian Grothoff Assigned To => Christian Grothoff
2015-06-11 15:03 Christian Grothoff Status new => assigned
2015-06-11 15:09 Christian Grothoff Relationship added child of 0003644
2015-06-11 16:26 Christian Grothoff Note Added: 0009264
2015-06-11 16:29 Christian Grothoff Assigned To Christian Grothoff => Sree Harsha Totakura
2015-06-11 16:33 Christian Grothoff Summary prepared statement 'get_refresh_collectable' is not used => prepared statement 'get_refresh_out' is not used
2015-06-15 14:15 Christian Grothoff Note Added: 0009286
2015-06-15 14:16 Christian Grothoff Note Added: 0009287
2015-06-15 14:16 Christian Grothoff Status assigned => resolved
2015-06-15 14:16 Christian Grothoff Fixed in Version => 0.0
2015-06-15 14:16 Christian Grothoff Resolution open => fixed
2015-06-15 14:16 Christian Grothoff Assigned To Sree Harsha Totakura => Christian Grothoff
2015-06-15 14:16 Christian Grothoff Target Version => 0.0
2015-06-15 14:17 Christian Grothoff Status resolved => closed
2016-02-18 15:44 Christian Grothoff Category mint Postgres DB backend => exchange Postgres DB backend
2021-09-02 18:14 Christian Grothoff Changeset attached => Taler-exchange master 2ca543cd
2021-09-02 18:14 Christian Grothoff Note Added: 0018324
2024-01-12 14:05 Christian Grothoff Category exchange Postgres DB backend => exchange