From 6ba9a74c95cfbb2126a4b1540e49413d7e44c116 Mon Sep 17 00:00:00 2001 From: jackfoxy Date: Tue, 8 Aug 2023 12:16:55 -0700 Subject: [PATCH] send column aliases to lowere case --- docs/ref-ch12-literals.md | 2 +- urql/lib/parse.hoon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref-ch12-literals.md b/docs/ref-ch12-literals.md index 8f8486a..946e619 100644 --- a/docs/ref-ch12-literals.md +++ b/docs/ref-ch12-literals.md @@ -31,7 +31,7 @@ Column types (auras) not supported for INSERT can only be inserted into tables t | @q | phonemic base | **not supported** | **not supported** | | @rh | half float (16b) | **not supported** | **not supported** | | @rs | single float (32b) | .3.14, .-3.14 | .3.14, .-3.14 | -| @rd | double float (64b) | ~3.14, ~-3.14 | ~3.14, ~-3.14 | +| @rd | double float (64b) | .~3.14, .~-3.14 | .~3.14, .~-3.14 | | @rq | quad float (128b) | **not supported** | **not supported** | | @sb | signed binary | --0b10.0000 | --0b10.0000 | | | | -0b10.0000 | -0b10.0000 | diff --git a/urql/lib/parse.hoon b/urql/lib/parse.hoon index 3c94394..f022a09 100755 --- a/urql/lib/parse.hoon +++ b/urql/lib/parse.hoon @@ -1674,7 +1674,7 @@ == ?: ?=([[@tas @] %as @] -.a) %= $ - columns [(selected-value:ast %selected-value -<.a `->+.a) columns] + columns [(selected-value:ast %selected-value -<.a `(crip (cass (trip ->+.a)))) columns] a +.a == ?> ?=(qualified-column:ast -.a) $(columns [-.a columns], a +.a)