Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
  2. Nov 01, 2016
  3. Oct 31, 2016
    • João Victor Tozatti Risso's avatar
      Refactor location module to include response formatting · 1179684a
      João Victor Tozatti Risso authored
      
      * Move concurrent query execution into dbExecAll function
      * Add custom response formatting through route labels. For each query in the set, there is an associated label, which will then be used to identify the corresponding result in the response JSON object. For example:
      	- labels = [ "a", "b" ]
      	- querySet = [ squel.select().from('y'), squel.select().from('x') ]
      	- response = { "result" : { "a" : { // result for query a }, "b" : { //result for query b } }
      
      Signed-off-by: default avatarJoão Victor Tozatti Risso <jvtr12@inf.ufpr.br>
      1179684a
  4. Oct 28, 2016
  5. Oct 27, 2016
  6. Oct 24, 2016
  7. Oct 14, 2016
  8. Oct 10, 2016
  9. Oct 07, 2016
  10. Oct 05, 2016
  11. Oct 04, 2016
Loading