Posts by Renan • 3 points
4 posts
-
0
votes1
answer69
viewsA: Search between two values
My mistake was in the logic I was using, XI <= meu_numero >= XF This would be the logic that should be used. And for that I needed to exchange the orders of $gte and $lte…
-
0
votes1
answer69
viewsQ: Search between two values
Well I need to do a search on a collection where I have XI, XF, YI e YF I will send for example x:10, y:9 so I need to identify which location items satisfy that location. Given the items saved in…
-
0
votes0
answers190
viewsQ: ECONNRESET with postgres and sequelize in nodejs
Good we are using nodejs v10.13.0 together with him the sequelize 4.42.0 to communicate with our bank postgres 9.2, our server is in AZURE it has 8GB of HAM, 2 CPU and is Centos 7. In the bank we…
-
0
votes2
answers177
viewsQ: Replace string with items from an object
I’m trying to do the replace of a string, similar to the one in the example, in it I have wildcards ${} and within it I have those who would be the key to an object for substitution. Given this…
javascriptasked Renan 3