Dawid
- 活动总数 187
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 57
-
创建于 Folder attached to a project - ability to attach data source and dialect
All those things are available for files but I would like to categorise my queries and attach the information about the folder with source and dialect. Since we can't keep consoles with the data so... -
创建于 Consoles - part of project folder
I wanted to version control my project but I need consoles to be part of it. Right now they live in AppData/Roaming even if I rename them. This means I have to save them explicitly to a folder I at... -
创建于 ALT + Arrow-up
已回答I would like to get Datagrip as close to VSCode thypes of shortcuts.. especially being able to edit multiline or quickly change position of a line with ALT + arrows -
创建于 Support for syntax highlighting - Snowflake - "AS" in PIVOT column rename
已回答Snowflake allows us to change the column name inside the PIVOT -
创建于 Support for syntax highlighting of TRANSFORM in Snowflake
已回答This is a function that allows to modify arrays with lambda expression: https://docs.snowflake.com/en/sql-reference/functions/transform -
创建于 Snowflake - Syntax error for a correct query
已回答This code actually errors out in DataGrip but it's syntactically correctWITH test_cte AS ( SELECT 1 AS test UNION DISTINCT SELECT 2 ) SELECT * FROM test_cte ; -
-
创建于 Allow to delete a console while it's opened
已回答Keeping the consoles/files tidy is quite a maintenance task on its own. I would like to be able to permanently delete the console I've just used but I can't find this option when I right click on t... -
创建于 Redshift Serverless - Creating masking policies
I am trying to execute this code:CREATE MASKING POLICY mask_ssnWITH (ssn VARCHAR(11))USING (LEFT(ssn, 7) || '00'); And I'm not sure if Datagrip does something to it but it's rejected every time and... -
创建于 Snowflake - Key-Pair Authentication - Missing password
I can successfully connect to Snowflake using the key-pair authentication:But almost every time when I use “Set Empty” for Password field and click apply, then I still get:If I “set empty” in that ...