databend icon indicating copy to clipboard operation
databend copied to clipboard

bug: literal in arguments should not be casted into lowercase

Open sundy-li opened this issue 11 months ago • 1 comments

literal in arguments should not be casted into lowercase

🐳 :) select siphash('y'), siphash('Y');
┌───────────────────────────────────────────┐
│     siphash('y')    │     siphash('y')    │
│        UInt64       │        UInt64       │
├─────────────────────┼─────────────────────┤
│ 5356863688430645057 │ 9746634682266333199 │
└───────────────────────────────────────────┘
1 row read in 0.007 sec. Processed 1 row, 1B (135.49 row/s, 135B/s)

Originally posted by @sundy-li in https://github.com/datafuselabs/databend/issues/14775#issuecomment-2008525527

sundy-li avatar Mar 20 '24 01:03 sundy-li

It feels right.

wubx avatar Mar 20 '24 04:03 wubx

@dosubot how to fix this issue ?

sundy-li avatar Sep 02 '24 06:09 sundy-li