Evan
f882bc92fb
fix(sqla): cast native UUID columns to string for LIKE/ILIKE filters
...
Table chart server-pagination search builds an ILIKE filter against the
searched column. Native UUID columns (PostgreSQL, ClickHouse) map to
GenericDataType.STRING, so the existing not-a-string guard skipped the
cast and the raw ILIKE hit the UUID column type, which the database
rejects (e.g. ClickHouse: "Illegal type UUID of argument of function
ilike"). Detect UUID native types and force the string cast so
searching UUID columns works.
Fixes #41795
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 03:52:46 -07:00
..
2026-06-23 11:29:19 -07:00
2026-04-24 15:52:42 -04:00
2026-06-30 23:42:41 -07:00
2026-06-26 18:01:14 -07:00
2026-07-09 19:57:05 -07:00
2026-07-13 09:40:33 -07:00
2026-07-11 15:24:21 -07:00
2026-07-08 11:00:03 -07:00
2026-07-09 19:57:05 -07:00
2026-07-10 04:29:34 -07:00
2026-07-08 11:00:03 -07:00
2026-07-10 04:29:34 -07:00
2026-07-09 19:57:05 -07:00
2026-07-09 18:19:00 -07:00
2026-07-09 19:57:05 -07:00
2026-07-08 11:00:03 -07:00
2026-07-13 09:40:33 -07:00
2026-06-26 12:41:02 -04:00
2026-06-09 11:08:08 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-13 22:45:40 -07:00
2026-05-11 10:24:42 -07:00
2026-07-13 15:47:09 -07:00
2026-06-10 09:17:30 -07:00
2026-07-13 17:35:55 -07:00
2026-07-10 01:16:59 -07:00
2026-07-09 19:57:05 -07:00
2026-07-14 03:52:46 -07:00
2026-07-13 15:47:09 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-10 04:29:34 -07:00
2026-07-10 12:18:51 -07:00
2026-07-12 16:20:07 -07:00
2026-04-20 18:29:51 -04:00
2026-06-03 12:55:25 +01:00
2026-03-03 01:43:17 -08:00
2026-07-10 04:29:34 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-05 21:15:40 -07:00
2026-07-08 12:09:50 -07:00
2026-02-20 09:51:35 +01:00
2026-07-13 10:08:03 -07:00
2026-07-13 09:40:33 -07:00
2026-07-11 10:50:48 -07:00
2026-07-13 14:01:14 -07:00
2026-06-29 11:38:59 -07:00
2026-07-01 11:20:13 -07:00
2026-07-13 15:47:09 -07:00
2026-07-09 19:57:05 -07:00
2025-10-01 14:29:57 +03:00
2026-06-05 11:41:40 -07:00
2026-06-26 12:41:02 -04:00
2026-06-13 19:01:54 +01:00
2026-07-08 12:09:50 -07:00
2026-07-01 10:22:11 -07:00
2026-07-01 16:57:45 +01:00
2025-09-15 12:42:49 -07:00
2026-07-08 11:00:03 -07:00
2026-06-27 15:01:40 -07:00