Need help with bytea data type from PostgreSQL.

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Apr 12 06:01:12 PDT 2016


With:
x = row[0].as!(ubyte[]);

I am getting error:

core.exception.AssertError at C:\D\dmd2\windows\bin\..\..\src\phobos\std\typecons.d(1920): Called `get' on null Nullable!ubyte[].




More information about the Digitalmars-d-learn mailing list