don v nielsen
Avid fan of RubyMine and DataGrip.
- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 28
-
Created Parsing error with SQLite FILTER() without OVER Window
AnsweredThe following image shows a language parsing error related to the filter() function. The error appears when there is no accompanying OVER window function definition. The SQL executes fine, An OVER... -
Created How does my use of DataGrip affects a DBA's ability to do his/her job?
AnsweredMy boss has said that the company DBA has asked me to stop using DataGrip to connect to the databases (Sql Server.) No reason was given, and asking why in an email has been met with no response. So... -
Created 2019.2.2 autocomplete...any complaints. Failing miserably.
CompletedUpdated datagrip to 2019.2.2 from 2019.2.1. Autocomplete is failing. This is build db-192.6262.49. I have close the app and restarted. That did not help. I have refreshed my schemas. That has not... -
Edited SQL Server DDL Discrepancy between DataGrip and SSMS
I have a table in SqlServer. Using DataGrip, it generates the following DDL. Note the StopDate, StopDateFrom, and StopDateTo columns; they implement a user defined type Date_NONULLS. create table t... -
Created File and Scratch Views
The DataGrip documentation talks about two views: File View and Scratch View. It shows that scratch files appear under the Scratch tab of the view. I cannot figure out how to get my view to look l...