- gracefully handle
connection: closed
response from server #211
- catch all errors in
connect/1
to avoid triggering Supervisor #209
- support named tuples #197
- fix query encoding for datetimes where the microseconds value starts with zeroes
~U[****-**-** **:**:**.0*****]
#175
- add
:data
in%Ch.Result{}
#159 - duplicate
Ch.Result.data
inCh.Result.rows
for backwards compatibility #160 - make
Ch.stream
emitCh.Result.t
instead ofMint.Types.response
#161 - make
Ch.stream
collectable #162
- fix socket leak on failed handshake #153
- fix query encoding for datetimes with zeroed microseconds
~U[****-**-** **:**:**.000000]
#138
- fix array casts with
Ch
subtype #118
- move loading and dumping from
Ch
type to the adapter #112
- simplify types, again...
- refactor types in
Ch.RowBinary
#88
- replace
{:raw, data}
withencode: false
option, add:decode
option #42
- support
:raw
option inCh
type #84
- relax deps versions
- fix varint encoding
- support RowBinaryWithNamesAndTypes
- add Map(K,V) support in Ch Ecto type
- fix query param encoding like Array(Date)
- add more types support in Ch Ecto type: tuples, ipv4, ipv6, geo
- actually support negative
Enum
values
- support negative
Enum
values, fixEnum16
encoding
- support
Enum8
andEnum16
encoding
- cleanup published docs