Changeset: 082a3f5fcbf3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/082a3f5fcbf3
Modified Files:
clients/mapiclient/mclient.c
Branch: Mar2025
Log Message:
Full range with nulls are possible and represented in a weird way.
diffs (13 lines):
diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -2672,7 +2672,8 @@ doFile(Mapi mid, stream *fp, bool useins
else
mnstr_printf(toConsole, " TO RANGE MAXVALUE");
}
- if
(with_nulls && strcmp(with_nulls, "true") == 0)
+ if
(with_nulls == NULL ||
+
strcmp(with_nulls, "true") == 0)
mnstr_printf(toConsole, " WITH NULL VALUES");
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]