select improvements

This commit is contained in:
2026-07-07 19:59:32 +01:00
parent daff6a8f09
commit b302622d0a
3 changed files with 60 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
package simql
type OrderBy string
func (o OrderBy) String() string {
return string(o)
}