D
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
D commented, -
-
-
D created a post, Code completion ignoring code style for function
Hi, just wanted to see if this is a bug or maybe I'm just missing a setting.For most elements code completion follows code style. However when typing built-in function case depends on the first let... -
D commented, -
-
D created a post, AnsweredKeyboard shortcut to jump to query result in services from console
Hi, is there a shortcut which move the focus from Console to Result Tab? Currently it's possible by going to Services → selecting an item → pressing tab to move to the results tab. It's not the wor... -
D created a post, Show in output rows retrieved/affect for each executed query
Hi, when running the following code: UPDATE Game SET Played = 1 WHERE Genre = 'FPS' UPDATE Game SET Played = 1 WHERE Title = 'Factorio'Services/Output tab will return “667 rows affected”, where 66...