Ben Porterfield

Results 8 comments of Ben Porterfield

Additional info: jruby 1.6.6 (ruby-1.9.2-p312) (2012-01-30 5673572) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java]

Created ticket on jira (jruby-ossl README says to report there): https://jira.codehaus.org/browse/JRUBY-6515

Writing to SSL Socket with jruby-ossl in 1.9 doesn't look like it supports multi-byte character encodings at all. The function that writes to the buffer expects characters to be single-byte....

I've found the fix I was using (using a monkey-patched String.byteslice) was much too slow, so for now I'm getting by via a force_encoding call in do_write: https://gist.github.com/1988286

Is this as simple as removing [this line?](https://github.com/malloydata/malloy/blob/e06fb3a8be7a66eb1dcf637bc8d214a741cef35b/packages/malloy-db-postgres/src/postgres_connection.ts#L285) Doesn't seem like there's a good chance the name will exist since the name is generated from `randomUUID()`

@christopherswenson or @whscullin if either of y'all wanna 👍 I'm happy to make a PR that removes the line