Skip to content

Releases: denizzzka/dpq2

Compilation fix on DMD v2.100.0

17 May 21:54
48bdb21
Compare
Choose a tag to compare
Merge pull request #175 from hatf0/fix-build-v2.100.0

Fix build on DMD v2.100.0

Support of dynamic version of libpq

09 May 10:46
9085a44
Compare
Choose a tag to compare

Finally, Windows users can just use libpq.dll without painful static linkage

Support of dynamic version of libpq improved

06 May 07:34
474ef7d
Compare
Choose a tag to compare
Merge pull request #166 from denizzzka/singltone_dyn_load

Ultimate solution for dynamic libpq loading

Row.toString(): add placeholder for unsupported types

22 Feb 05:23
Compare
Choose a tag to compare
v1.1.0-dynamic.6

Merge branch 'master' into singltone_dyn_load

OIDs support improvement

30 Dec 17:59
Compare
Choose a tag to compare

Name and TimeWith zone support added

Precision check added to SysTime

28 Dec 16:54
Compare
Choose a tag to compare
v1.1.0-dynamic.4

TOO_PRECISE check for values converted from SysTime

Update from ~master

28 Dec 12:29
Compare
Choose a tag to compare
v1.1.0-dynamic.3

@safe added

Support of remaining time types

28 Dec 12:24
dfbfceb
Compare
Choose a tag to compare
  • "Time with time zone" and "Interval" support added
  • Code deduplication

Avoid cyclic dependencies during testing

23 Dec 22:31
Compare
Choose a tag to compare
v1.1.0-dynamic.2

dynloader: module shared ctor removed to avoid cyclic dependencies du…

Connection class now public for dynamic config

23 Dec 17:53
Compare
Choose a tag to compare
v1.1.0-dynamic.1

connStringCheck unittest moved to integration tests