liolin

Results 4 comments of liolin

I have a similar error with simpler setup. When using the macro (`query_as!`) the null-ability is not correct. When using the function (`query_as`) the null-ability is correct. The second one...

@abonander , when I execute `EXPLAIN (VERBOSE, FORMAT JSON) SELECT id, author, title, raiting, file_name FROM book;` I get the following output: ```json [ { "Plan": { "Node Type": "Hash...

Ahh. Thank you for pointing out my mistake. And I'm sorry for bothering you with this false positive.

Both travis builds are failing because of a compiling error of the travis-crate: > error[E0277]: a value of type `[_]` cannot be built from an iterator over elements of type...