Skip to content

Commit 8bb2cc1

Browse files
authored
Update CHANGELOG.md
Fix some links in changelog
1 parent e4a2252 commit 8bb2cc1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
@choptastic's fork). This requires
66
[new functionality](https://github.com/mysql-otp/mysql-otp/pull/194) in
77
mysql-otp.
8-
* The epgsql bridge now relies on mainline [epgsql]( (rather than @choptastic's
8+
* The epgsql bridge now relies on mainline
9+
[epgsql](https://github.com/epgsql/epgsql) (rather than @choptastic's
910
fork). This ended up requiring migrating @choptastic's epgsql customizations
1011
to become epgsql [custom
1112
codecs](https://github.com/epgsql/epgsql/blob/devel/doc/pluggable_types.md)
1213
and [epgsql_decimal](https://github.com/egobrain/epgsql_decimal).
1314
* Fixed `epgsql`'s decoding of `decimal`/`numeric` types to return a float or
14-
integer. (Fixes Issue #5)
15-
* Fixed a crash in the `epgsql` driver (Issue #10) (Thanks @th31nitiate!)
15+
integer. (Fixes [Issue #5](https://github.com/choptastic/sql_bridge/issues/5))
16+
* Fixed a crash in the `epgsql` driver
17+
([Issue #10)](https://github.com/choptastic/sql_bridge/issues/10) (Thanks
18+
@th31nitiate!)
1619
* The above work ensures that sql_bridge is now fully hex compliant and
1720
available in [hex.pm](https://hex.pm/packages/sql_bridge).
1821
* Fix a big transaction bug in the mysql-otp bridge where transactions were

0 commit comments

Comments
 (0)