Venkatesha Matam

Results 11 comments of Venkatesha Matam

I would like to work on this!

I was working on running it on Heroku before I start documenting the README, but it looks like my UI is broken after launching it on Heroku - there are...

It works now, my mistake trying to fetch the ingestion port from env

@nbhavana I was in between updating the getIngestPort method and continued with another issue. I'm working on the docker issues, I can pick this up soon after i'm done.

@AndrewHess It looks like select 1 works now without an error, but it always returns 1 row with 1 column and not all the matched rows

In the code, We are fetching the constant value and parsing it as a hardcoded column name so I was thinking we're fetching all matched rows but with 1 column.

I can work on this! Just confirming - SELECT 1 statement specifies returning the constant value 1. So this query will only return a single column - that column will...