Dawid
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 52
-
Created BigQuery - Fields in STRUCT to be shown in new lines
Tables that are derived from cloud logging in BigQuery, contain only 16 columns but a lot of them are STRUCTs. At the moment, the details of the structs are considered as comments and they are disp... -
Created Can we change background colour of the top main toolbars?
Is it possible to change background of those two elements: -
Created New UI still doesn't load styles
AnsweredI tried new UI again after having tried couple of months ago. I still don't see new UI honouring my code style settings -
Created Executing the same script on two schemas with multiple tables
AnsweredBefore I dive into cursors and loops in Snowflake, I was wondering if maybe what I want to do could be done with configurations in DataGrip.I have a script that:1. Has a variable “table_name”2. The... -
Created New UI - Background
AnsweredI like the new UI generally but I would like to get a bit more contrast between different windows: I would like the database explorer to be generally a bit darker as well as the outline of the ser... -
Created Order of columns in Tree / Data View / Intellisense
AnsweredI noticed that Snowflake, for example, started showing columns in alphabetical order and I always think this would be an amazing way to help with management of tables with many columns. Ideally, I ... -
Created Snowflake - false positive error on array functions
CompletedI think there may be a statement missing that allows the usage of square brackets for array construction: The statement is valid and executes correctly in Snowflake -
Created Typing )::NUMERIC(1 freezes cursor
AnsweredNot sure if I found the most unusual bug ever or maybe there's somet kind of key binding to it? Let's say I have a calculation in my query: SUM(something / something) Now I place the cursor after t... -
Created Go to DDL of function/procedure/routine doesn't include schema
AnsweredI am using PostgeSQL for one of my projects and have multiple schemas. For example "finance". In that schema, I have some functions like "finance.convert_money()". When I right-click it and select... -
Created Can't refactor/modify table in introspection is ongoing
AnsweredIntrospecting the database/schema takes a long time, which is okay if it happens in the background. Lately, however, I noticed that I want to change something in a table, open Modify Table window, ...