Rob Widmer
Rob Widmer
If the type is registered and provided, we can create a PGobject and specify the type. If the type information is not provided but they are treated as a String...
We are currently failing a binary data rails test (test/cases/binary_test.rb#test_load_save) when using prepared statements because it is not being correctly converted from a string to binary data. This only occurs...
There are a number of tests failing related to geometric types for the postgres adapter. Some fail with prepared statements both on and off, others are one or the other.
Currently multi-dimensional arrays are handled incorrectly and end up with weird quoting issues. There are many tests breaking that demonstrate the issues. Linked to: https://github.com/jruby/activerecord-jdbc-adapter/issues/824
When trying to use `skip` or `pending` inside of examples, the examples do not function as expected. `skip` results in the call being ignored and the test appearing that it...