mirror of
https://github.com/jackfoxy/urQL.git
synced 2024-12-13 14:21:12 +03:00
send column aliases to lowere case
This commit is contained in:
parent
62c364a291
commit
6ba9a74c95
@ -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 |
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user