Skip to content
Snippets Groups Projects
  1. Jul 07, 2023
  2. Mar 03, 2023
  3. Apr 09, 2020
  4. Feb 20, 2019
  5. Mar 09, 2018
  6. Nov 13, 2017
  7. Oct 09, 2017
  8. Apr 12, 2017
  9. Mar 31, 2017
  10. Mar 29, 2017
  11. Mar 28, 2017
  12. Mar 24, 2017
  13. Mar 23, 2017
  14. Mar 22, 2017
  15. Nov 21, 2016
  16. Nov 09, 2016
  17. Nov 08, 2016
  18. Nov 07, 2016
  19. Nov 01, 2016
  20. 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
  21. Oct 28, 2016
  22. Oct 27, 2016
Loading