IrenejMarc / dpq

Simple but powerful PostgreSQL library inspired by higher-level languages.
MIT License
21 stars 9 forks source link

Deprecation on test #30

Closed o3o closed 4 years ago

o3o commented 6 years ago
$ dub test

source/dpq/connection.d(325,3): Error: catch statement without an exception specification is deprecated
source/dpq/serialisation.d(148,40): Deprecation: slice of static array temporary returned by nativeToBigEndian(x) assigned to longer lived variable bs

see Implicit catch statements will now result in an error

Thank you

o3o commented 4 years ago

Fix in rel 0.10.0