Sergey Prokhorov
Sergey Prokhorov
Having the same issue trying to add it to the Erlang project. Seems indeed it's because of the name in hex and in the app.src doesn't match. Can be fixed...
I'm not merging yet, because I plan to wait for my colleagues to do some benchmarks before.
Ok, we tried to import some multi-terabyte dump using both "current" and "optimized" version, but haven't noticed any difference, primarily because the import happened to be disk-bound :smile: . At...
Hi, Sorry for delay, was on vacation. I'm pretty much open to move datatype codecs to a separate library. Regarding calls to `epgsql_sock:get_parameter_internal` - I'm not sure how to avoid...
@tsloughter sounds good. Also, please, consider moving of datatype tests to this library as well. Otherwise we will end up in a situation when someone wishing to add a new...
Oh, looks pretty impressive! - What is the advantage of using `typesend` over type name? I guess it works better for arrays? How about custom types and enums? - Is...
Cool! I don't think it's time to start to work on integration to epgsql yet (maybe in some experimental branch though), but I will be following the progress! Thanks!
@tsloughter while working on https://github.com/tsloughter/pg_types/pull/5 I found that many codecs do still rely on usage of persistent term via `lookup_type_info/2` function: https://github.com/tsloughter/pg_types/blob/2e47247532c68dcaf06418e7176d6af71ae637ae/src/pg_types.erl#L84-L90 eg https://github.com/tsloughter/pg_types/blob/2e47247532c68dcaf06418e7176d6af71ae637ae/src/pg_array.erl#L16 https://github.com/tsloughter/pg_types/blob/2e47247532c68dcaf06418e7176d6af71ae637ae/src/pg_range.erl#L25 https://github.com/tsloughter/pg_types/blob/2e47247532c68dcaf06418e7176d6af71ae637ae/src/pg_record.erl#L39 So, it's still will...
What is the correct link now?
Ok, seems it's https://jlouis.github.io/graphql-erlang-tutorial/ It's surprisingly hard to google!