Posts by Gustavo Benevenuto • 64 points
5 posts
-
2
votes1
answer363
viewsQ: Typeorm query with Inner Join is coming empty
I made two tables, Usuario 1 : N Produto I made an Inner Join with Typeorm, but an empty array was coming, so I took the query it was generating to analyze it better. When I played the query in…
-
0
votes2
answers47
viewsA: When I use the <Link> it from this route error, what can it be?
Your path to the two is pointing to the route table, try changing this, and see how you’re using the Link on the pages <BrowserRouter> <Switch> <Route path="/" exact…
-
0
votes1
answer71
viewsA: Mysql Update on Average Students
Do it this way, it’ll work…
-
-1
votes2
answers3978
viewsQ: I can’t change directories in Git Bash
I try to navigate between directories but I can’t, I’ve tried everything…
-
0
votes1
answer186
viewsQ: How do I save an image to the database through an application?
I have an application in c# and I want to make it possible to save a photo in the SQL database. 1- How do I mount the database structure to receive an image? 2- How to send the application photo to…