send column aliases to lowere case

This commit is contained in:
jackfoxy 2023-08-08 12:16:55 -07:00
parent 62c364a291
commit 6ba9a74c95
2 changed files with 2 additions and 2 deletions

View File

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

View File

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