Will Leinweber

Results 108 comments of Will Leinweber

This would be fantastic

Even if bundler is in the language, the gem will still be there for the old versions, so I _think_ everything will still be fine. Right?

This would be cool for sure. I wonder how to get pipelining and keep the crystal/db interface. It seems like keeping track of which result sets go where would be...

This started out as a binding to libpq but moved away to remove some nasty problems with the linking on some platforms, and to take easier advantage of crystal’s async...

Yes, this would be a good feature, and I'd be happy to help someone write it.

The options params at least I don’t think is a general postgres protocol thing. libpq does a few to manage how it operates but it's all over the place what...

The problem is that simply supporting it allows for a dowgrade attack. Even if it's over SSL, unless you're doing verify-full, you can't be sure that there isn't a MITM,...

If it's a setting somewhere that is very explicit and everytime it's invoked it's clear that it's crazy dangerous, like `Whatever.enable_cleartext_passwords_that_merely_turning_this_setting_on_can_compromise_your_password_even_if_you_dont_actually_use_a_cleartext_password = true`

If it's information in some readme or documentation, no one will read it. It has to be incredibly explicit what you're opting in to by doing this.

Yes, it is now possible to optionally turn on plain text auth. It's off by default. @andy-twosticks the way to do it is in the issue @straight-shoota linked. You need...