don v nielsen

Avatar

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

    Unresolved column on delete statement

    FYI - After updating DataGrip this morning, I noticed that a column is highlighted as unresolved on the DELETE statement. It is ok in the prior SELECT and following INSERT statements. It is just un...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Have project remember Save As Folder

    Given a project and multiple scratch files When I go to "Save As" to save the scratch file to a permanent folder Then DataGrip should remember, for the project, the last folder saved to   Datagrip ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Suggested table list does not regain focus

    Try this in a console window: Start typing a select statement Give it a FROM domain.dbo. and stop there. It will bring up a list of suggested tables. Highlight a table, any table (do not dbl click...
    • 1 follower
    • 0 comments
    • 0 votes
  • Edited

    Interesting observation about the DG performance of two queries

    Below are two queries. They do the same thing, and both result in 0 rows. The result is correct. So...from DataGrip...the first query consistently returns results in less than a second. Time and ti...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Console Scratch File Name Enumeration

    Would it be possible to continue console scratch file name enumeration from the last scratch file present? I cleaned up a bunch of unused scratch files, #'s 1-8, leaving #'s 9-11. When I created a ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Cucumber diff colorization not complete

    Cucumber is not fully colorizing the diff output.  From the beginning of the output to about 10 lines down on the current screen, the colorization appears to be the escape codes.  And then, all of ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Rubymine Debugger Painfully Slow

    Has anyone else experienced the latest Rubymine debugger being painfully slow.  Not just slow.  It's painful.  It is so bad I lose track of where I am at and what I am doing because I'm continually...
    • 7 followers
    • 26 comments
    • 3 votes
  • Created

    RubyMine 113.2 lost track of file after move

    RubyMine 113.2 on Windows Server 2003I had a file named it.rb in my parent project folder.  I didn't like it there, so I moved it to the setups folder (a child of the parent.)  When I tried executi...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    EAP 112.669 Problem with Rspec

    I get the following when trying to run specs:  "gem_original_require': no such file to load -- teamcity/spec/runner/formatter/teamcity/formatter (LoadError)"I do not get the problem when runn EAP 1...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    uninitialized constant DATA (NameError)

    I have a very simple script that is trying to read the data past the __END__ statement.  I get an error thrown "uninitialized constant DATA (NameError)".  I can cut the very same script into Netbea...
    • 2 followers
    • 1 comment
    • 0 votes