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
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
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
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