You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with Gorm using Gin. On the code level, there have been no changes. However, the issue that I am facing is that when I run a query using Gorm, it gives me no records, while when I run the same query in SQL Workbench, it shows me the result.
Additionally, I am getting a new error where when querying through Gorm, it is coming as an invalid connection after taking 30 seconds, and the query times out. However, in SQL Workbench, the same query executes within 5 seconds.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am facing an issue with Gorm using Gin. On the code level, there have been no changes. However, the issue that I am facing is that when I run a query using Gorm, it gives me no records, while when I run the same query in SQL Workbench, it shows me the result.
Additionally, I am getting a new error where when querying through Gorm, it is coming as an invalid connection after taking 30 seconds, and the query times out. However, in SQL Workbench, the same query executes within 5 seconds.
Can anyone help me diagnose and solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions