MonetDB: ascii-flag - Implemented case conversion and case compa...

2024-02-26 Thread Sjoerd Mullender via checkin-list
Changeset: a668cb93b489 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a668cb93b489 Removed Files: monetdb5/modules/atoms/utf8.h Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test clients/Tests/exports.stable.out

MonetDB: ascii-flag - UTF8_strwidth returns the display width of...

2024-02-26 Thread Sjoerd Mullender via checkin-list
Changeset: 6f8bfc0739e0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6f8bfc0739e0 Modified Files: sql/backends/monet5/sql_bincopyconvert.c sql/backends/monet5/sql_result.c Branch: ascii-flag Log Message: UTF8_strwidth returns the display width of a string, so not relevan

MonetDB: ascii-flag - Implemented our own version of wcwidth if ...

2024-02-26 Thread Sjoerd Mullender via checkin-list
Changeset: 0c03b967a5c3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0c03b967a5c3 Modified Files: monetdb5/modules/atoms/str.c Branch: ascii-flag Log Message: Implemented our own version of wcwidth if the system doesn't provide one. This version is based on https://www.cl.cam.ac

MonetDB: sw_ew_c_sorting - Assert result cols are there

2024-02-26 Thread Lucas Pereira via checkin-list
Changeset: d06718b84c37 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d06718b84c37 Modified Files: monetdb5/modules/atoms/str.c Branch: sw_ew_c_sorting Log Message: Assert result cols are there diffs (12 lines): diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/atom