Jeremy Hinegardner

Results 37 issues of Jeremy Hinegardner

In order to help folks that need to update the http://www.sqlite.org/limits.html SQLITE_LIMIT_EXPR_DEPTh add this function in. @jfrank3220 requested

Just an idea at this point. What if the importing of a csv also created the table in which to store the csv data?

feature

Solving issue #16 showed that the way that Amalgalite represents the full schema of the connected database(s) is not proper. It needs to be more fully fleshed out. There are...

feature

I was putting `rack-jwt` in a project that has depedency `rack ~> 2.2` and bundler complains that there is a dependency issue. ``` % bundle Fetching gem metadata from https://rubygems.org/..................

I have a system that streams a very large newline oriented JSON into a multiple line chunks and then puts those multiline chunks into a `SizedQueue` which is then processed...

### Bug description When * postgresql extensions are always installed in a specific namespace (for instance `heroku_ext` -- see [ Changes to PostgreSQL extension schema management](https://devcenter.heroku.com/changelog-items/2446)) * and that namespace...

bug/2-confirmed
kind/bug
topic: migrate
team/schema
topic: postgresql-extension

As mentioned in #112 when looping over the options listed in `$BROWSER` if there is a failure to open it doesn't appear to move to the next one.

bug

This is a potential fix for #744 - and includes a test case that fails on my laptop. See [`test/test_744.rb`](https://github.com/copiousfreetime/oj/blob/bugfix/issue-744/test/test_744.rb) and the notes in it. I don't expect this PR...