In the Database Explorer (View | Tool Windows | Database Explorer), click the New icon (+) in the toolbar. Navigate to Data Source and select Redis. There are several ways to further configure your new Redis data source: Mark the data source as read-only. In this mode, every command...
If a file is read-only, it is marked with the closed lock icon in thestatus bar, in its editor tab, or in theFiles tool window. If a file is writable, it is marked with the open lock icon in the Status bar. Open file in the editor or select it in the Project tool window. ...
A small helpful action is available to those who don’t want to wade through colors and fonts settings to find a single thing they need. For now it is only present in theFind Actionmenu(Ctrl/Cmd+Shift+A), but as usual, you can assign any shortcut to it. This action will navigate yo...
If you try tochange the DDLof the target table during the data import process, DataGrip will double-check this with you with an alert box to confirm that you want to perform this action. If an Oracle database wants you to change an expired password, you can do so from the DataGrip U...
private readonly Selector _selector; public ICollectionView CreateView() { return new MyView(this, _selector); } } public class MyView : ListCollectionView { public MyView(IList list, Selector selector) : base(list) { if (null != selector) ...
In 2019.1 DataGrip supports only SQL dialect, the introspection support comes later. Connection dialog General Re-arranged the fields here to make the connection process more user-friendly. The Connection type field is what used to be URL type. It determines the whole UI of this dialog, ...
The view won't refresh. Its a real pity because I am really liking the actual "writing SQL" part of this tool. Its like it is forgetting I am dbo when it refreshes and not finding any objects for me in the database. edit: as a follow up, it does seem r...
When it is enabled, you can use other options on this page to configure how and what should be displayed in the reader mode Rendered documentation comments: Select this option to see the comments as a regular text while reading a read-only file. You can always change the rendered view whil...
This read-only field shows the URL address of the target branch. Integrate into working copy From this list, select the path to the local working copy into which the changes will be integrated. Ignore whitespaces Select this option if whitespaces are not important. ...
The object references in the generated script are not qualified, in other words,%view_name%is used rather than the%schema_name%.%view_name%. The reason for this is the ability to copy the script for applying it in another context. If you want a script with qualified references, use the...