Dawid

- Total activity 62
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 16
-
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, ... -
Edited Set dialect for an opened SQL file
AnsweredI opened a SQL file and at the bottom it says "4 spaces" My current project has this set up as 2 spaces but I can't change it for the files, clicking "Configure Indents for PostgreSQL" I get this w... -
Created IDE Settings Sync Error
CompletedI think 5787 is higher than 5080 so not sure why the plugin complains about it? -
Created Why a non-read-omly connection tables can't be edited?
AnsweredSometimes they can, sometimes they can't Same table but when data is shows not in Services but in the Console tab -
Created Settings after update
AnsweredEvery time I update DataGrip I have to do something to bring it back to the way I want it. For example to show schemas in Snowflake as lowercased. Everything was fine but after an update, I have it... -
Created SQL Code Style Settings
AnsweredI haven't changed my settings in a long time, hence not sure whether I may have changed unintentionally, or new behaviours have been added that need to be configured. 1. No indentation after a comm... -
Created CTRL+C with columns
AnsweredVery often I copy data directly from Data Viewer but I can't get DataGrip to be configured to always include columns, whether transposed or not