--- a/runtime/typemapping.py Thu Jul 20 22:47:12 2023 +0200
+++ b/runtime/typemapping.py Thu Jul 20 23:20:21 2023 +0200
@@ -94,10 +94,6 @@
if c_type is not None and (buffoffset + size) <= buffsize:
ptr = cast(cursor, POINTER(c_type))
value = unpack_func(ptr.contents)
- if iectype not in ["BOOL", "DATE", "DT", "STRING", "TIME", "TOD"]:
- elif iectype == "STRING":