Changes between Initial Version and Version 1 of Ticket #2687, comment 1
- Timestamp:
- Feb 14, 2023, 7:21:47 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2687, comment 1
initial v1 21 21 returns error 22 22 23 ``` 23 {{{ 24 24 Undefined variable: tt 25 ``` 25 }}} 26 26 27 27 because it tried to run this query to rasql: 28 28 29 29 30 ``` 30 {{{ 31 31 select tt[0] 32 ``` 32 }}} 33 33