kdwhite

- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 10
-
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 "No runners found" needs to die. A.k.a, How do I define a global default data source?
已回答How 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... -
创建于 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... -
创建于 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 ... -
创建于 Data Export Defaults to Project Folder & Name
已回答It 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... -
创建于 Console and Scratch Scoped to Project
已回答Is 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... -
创建于 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... -
创建于 Datagrip Execute TO caret?
已回答Is 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...