|
|
| version 1.2, 2024/09/30 19:16:41 | version 1.3, 2024/12/12 20:30:36 |
|---|---|
| Line 37 | Line 37 |
| @basic-tests-sparse[] | @basic-tests-sparse[] |
| basic tests sparse | basic tests sparse |
| 3.1 ^a[select weigth as key, pet from pets; $.type[table] $.distinct(true) ] | 3.1 ^a[select weigth as id, pet from pets; $.type[table] $.distinct(true) ] |
| 3.1.1 ^try-catch{ ^a[select weigth as key, pet from pets; $.type[table] ] } | 3.1.1 ^try-catch{ ^a[select weigth as id, pet from pets; $.type[table] ] } |
| 3.2 ^a[select weigth as key, pet from pets; $.type[string] $.distinct(true) ] | 3.2 ^a[select weigth as id, pet from pets; $.type[string] $.distinct(true) ] |
| 3.2.1 ^try-catch{ ^a[select weigth as key, pet from pets; $.type[string] ] } | 3.2.1 ^try-catch{ ^a[select weigth as id, pet from pets; $.type[string] ] } |
| ^void:sql{delete from pets where pet='hamster'} | ^void:sql{delete from pets where pet='hamster'} |