Garrett Thornburg

Results 9 issues of Garrett Thornburg

I'm really liking faye-rails, so great job! I do seem to have run into a weird situation. I want to run a simple query and publish every second to all...

All of the default typecasters are stateless, so allocating a new instance for each field becomes extremely costly, especially for larger models. To reduce this, we can memoize the `TYPECASTER_MAP`....

This avoids interleaving error messages messages when search is writing to stdout. Closes #1941 There are probably a few other places we'd want to make a similar patch.

In older versions I aliased the type like this... ``` type fdw_handler = pgx::PgBox; ``` Now I get the error: ``` 1: Failed to map return type `pgx::pgbox::PgBox` to SQL...

enhancement
fixed-by-next:0.5

I noticed that json.dumps uses whitespace between json fields by default. Ruby, go, etc will not include whitespace between json attributes. Example: ``` {"test": "ok", "a": "b"} ``` vs ```...

I was writing some code that conditionally applies a `LIMIT` and `OFFSET`; and while testing ended up very confused because calling `query.ToSring()` or `query.ToSql()` did not apply my `LIMIT` and...

This command is similar to `RECONNECT [db]`, however, instead of only closing the `pgbouncerserver` connection, this closes the `clientpgbouncer` connection once the current statement or transaction completes. It does not...

feature

Hey there, I was wondering if you would be willing to share an example config.json and simulation csv? Seems like the takeoff and turn situations no longer work. Thanks!

Update the router.rb to use a scope and get methods. It'll beautify significantly.

enhancement