D
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
D 进行了评论, -
-
-
D 创建了一个帖子, 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 创建了一个帖子, 已回答Keyboard 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 创建了一个帖子, 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...