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
Can see that the value within the buffer is as you'd expect, it's just now a matter of figuring out why it's being returned as a buffer, as well as figuring out best way to get it to the appropriate string type before displaying it to the user.
sqlectron 1.38.0
Windows 10 Pro 64 bit
Interacting with an older MySQL server
If I run this query in sqlectron, I get odd results.
select concat_ws("-",year(curdate())-2,"12","31");
sqlectron shows
50,48,50,52,45,49,50,45,51,49
Running the same query from a terminal on the mysql server...
The text was updated successfully, but these errors were encountered: