Releases: denizzzka/dpq2
Releases · denizzzka/dpq2
Some enhancements
Added:
- some connection describing methods from the libpq API
- execPrepared method
- possibility to set oid types to the prepare methods
- ability to setup DerelictPQ.missingSymbolCallback. So it is possible to use this library even with previous versions of libpq.so with some missing symbols.
vibe.data.bson: native UUID used
v0.6.26 extra comments added
Deprecation warnings fix
v0.6.25 integration test fix
Wider dub versions allowed
Merge pull request #57 from John-Colvin/vibe_ver wider dub versions allowed
JSONB decoding added
v0.6.23 jsonb to Bson conversion enabled and tested
Derelict PQ major version updated
v0.6.22 Travis CI fix - 3
DMD v2.074.0 support
v0.6.21 argsFromArray reverted.
Fix for previous buggy release
v0.6.20 bugfix for #52 + test added
fixes for DMD 2.072.0
v0.6.19 Cyclic dependency fix, fixes #51
public isNativeInteger and isNativeFloat
v0.6.18 isNativeInteger and isNativeFloat is public now