Robert

Results 17 issues of Robert

This puts the changes from #14 into the master branch and tags it with 2.0.0 so it can work with go modules.

I think this makes the pubsub pattern more fleshed out and easier to use.

The Tui is a native bird of New Zealand, easily distinguished by a white bubble thing on it's neck. ![](https://www.nzgeo.com/wp-content/uploads/1970/01/104_Tui_bodyimage9-1600x1062.jpg) https://en.wikipedia.org/wiki/Tui_(bird)

proposal

Would be good to be able to pull the specific query that caused the error from the SQLException class. For example: ``` ruby begin ids = ids.join(",") db.execute("SELECT * FROM...

feature

This is the filename often mentioned in golang test examples.

Unless I am missing something in the readme, it seems that there is no way to see in the response the key name that was requested. In some situations (such...

It will only display itself when you use the upsert route while specifying an ID: This will not do it: ``` PUT /hvacs { installed: true, enabled: false} --- {...