Skip to content

Releases: denizzzka/dpq2

NO_VARIANT version added + some fixes

26 Aug 13:15
50c1c1f

Choose a tag to compare

  • NO_VARIANT version added: without std.variant dpq2 compiles significantly faster
  • Fixes toValue call for Nullable!InetAddress and for Nullable!CidrAddress
  • Multidimentional arrays support fixed for Variant

NO_VARIANT version added, some fixes

22 Aug 13:55
c758ee4

Choose a tag to compare

  • NO_VARIANT version added: without std.variant dpq2 compiles significantly faster
  • Fixes toValue call for Nullable!InetAddress and for Nullable!CidrAddress
  • Multidimentional arrays support fixed for Variant

NO_VARIANT version added, Nullable inet address handling fix

13 Aug 11:55
16bf3ce

Choose a tag to compare

  • Fixes toValue call for Nullable!InetAddress and for Nullable!CidrAddress
  • NO_VARIANT version added: without std.variant dpq2 compiles significantly faster

Added Answer's cell accessors .oneRow() and .oneCell()

07 Apr 13:17
3f87712

Choose a tag to compare

Many years of practice have shown that almost any project sooner or later becomes overgrown with these access primitives. It is time to implement them directly into dpq2

#212

inet and cidr types support added

30 Mar 19:18
3596433

Choose a tag to compare

Added support for inet and cidr PG types, both IPv4 and IPv6 families

Also added support of conversion from vibe.core.net.NetworkAddress

Arrays lbound fix

13 Mar 22:39
75be9e1

Choose a tag to compare

v1.2.0: Merge pull request #205 from ahmetsait/record-array

29 Jan 10:18
548183e

Choose a tag to compare

vibe-d:data dependency removed in favor of vibe-serialization

24 Jul 17:29
195ee7a

Choose a tag to compare

vibe-d:data dependency removed in favor of vibe-serialization

std.variant support, Windows improvements

02 Apr 17:52
8fd751c

Choose a tag to compare

Merge pull request #197 from WebFreak001/patch-1

support vibe.d 0.10.0

std.variant support, Windows improvements

15 Nov 18:26
c7c745c

Choose a tag to compare

  • Added values conversion to std.variant.Variant
  • Windows socket duplication implemented (needed for using vibe.d.db.postgresql on WIndows)