Changeset: 7d5e5c780aa1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7d5e5c780aa1
Modified Files:
clients/mapiclient/mclient.c
Branch: Mar2025
Log Message:
Make sure uuid code is actually reachable.
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
@@ -1382,7 +1382,8 @@ SQLrenderer(MapiHdl hdl)
strcmp(s, "clob") != 0 &&
strcmp(s, "char") != 0 &&
strcmp(s, "str") != 0 &&
- strcmp(s, "json") != 0)) {
+ strcmp(s, "json") != 0 &&
+ strcmp(s, "uuid") != 0)) {
/* no table width known, use maximum,
* rely on squeezing later on to fix
* it to whatever is available; note
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]