Thomas

Avatar
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Created

    IDE "error" due to ORACLE SQL-statement with bind variables

    Answered
    Hi, in my go-Code I have the following function: func (a *App) StmtSelectMengen() string { var stmt = ` SELECT Ort, Menge FROM Gebinde WHERE Tag = :1 and LVS = :2 ` return stmt} SQL d...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    enable remote debugging in docker

    Hi, I try to implement remote debugging like explained here: http://bzzt.io/posts/running-the-rails-debugger-in-a-docker-container-using-rubymine I have a jruby 9.1 rails application running in doc...
    • 2 followers
    • 3 comments
    • 1 vote