kdwhite
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 10
-
Created Connection Schema List should filter out unselected or denied access schemas
I connect to an Oracle 19c instance that has 100+ schemas. Of those 100+ I have access to exactly 1. Why then do I see all 100+ in schema drop down list at the upper right of a console or open SQL ... -
Created No Runners Found ANNOYANCE
I am hoping someone has a workaround for something that has become a nearly constant, several times an hour, annoyance.I have one and only one database connection configured. Within that connection... -
Created How to stop unnecessary indent on a new line?
How do I get Datagrip to stop adding an unnecessary indent on a new line?For example, I want this….line 1: -- This is a comment without an unnecessary leading indentline 2: -- This is comment on... -
Created "No runners found" needs to die. A.k.a, How do I define a global default data source?
AnsweredHow do I define a global default data source and schema for all projects? I have exactly 1 configured database connection. Within that single connection I have exactly 1 schema. I should not have t... -
Created Where is the dependency browser?
Is Datagrip unable to show dependencies between objects?When I look at the details on an object one of the things I expect to see both upstream and downstream object dependencies.Is this just not p... -
Created Show Describe instead of source on object hover
Is there a way to get a description of an object when I hover over it in the editor instead of the source code for the object? I know I can get the list of columns and data types from the database ... -
Created Data Export Defaults to Project Folder & Name
AnsweredIt looks like the default folder for data export is the last folder used and the name is the name of the result window. I think these defaults are unhelpful. A better set of defaults would be:- Def... -
Created Console and Scratch Scoped to Project
AnsweredIs it possible to restrict console and scratch files to the loaded project?I currently have 35 console files across maybe 10-15 projects. While this is probably useful for many people, I find it od... -
Created Oracle: Packaged Custom Types Failing Introspection
Introspection for Oracle is flagging custom types returned by a custom function as an unresolved reference.The custom type and the function are both defined in the same package. Both are also defin... -
Created Datagrip Execute TO caret?
AnsweredIs there a way to setup an “Execute to caret”?For example with the following code1. Select Count(*) from dual;2. Select Count(*) from not_dual 3. Where not_dual_id = 1;What I would like is the f...