Skip to content

Commit

Permalink
disabledForStdVariant comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Nov 15, 2023
1 parent b3e189b commit f719c01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/dpq2/conv/native_tests.d
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ public void _integration_test( string connParam ) @system
is(T == PGTestMoney) || // ditto
is(T == BitArray) || //TODO: Format of the column (VariableBitString) doesn't supported by Value to Variant converter
is(T == Nullable!BitArray) || // ditto
is(T == Point) ||
is(T == Nullable!Point) ||
is(T == Box) ||
is(T == TestPath) ||
is(T == Polygon) ||
is(T == TestCircle)
is(T == Point) || // Impossible to support: LineSegment struct must be provided by user
is(T == Nullable!Point) || // ditto
is(T == Box) || // ditto
is(T == TestPath) || // ditto
is(T == Polygon) || // ditto
is(T == TestCircle) // ditto
);

static if(!disabledForStdVariant)
Expand Down

0 comments on commit f719c01

Please sign in to comment.