sdbcli 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +1 -1
- data/bin/sdbcli +1 -1
- metadata +1 -1
data/README
CHANGED
@@ -156,4 +156,4 @@ If '-' is specified as a file name, the input/output of data will become a stand
|
|
156
156
|
ap-northeast-1> select * from employees limit 3 | hire_date.to_f.avg;
|
157
157
|
--- 1991.0
|
158
158
|
|
159
|
-
'sum' method and 'avg' method are added to
|
159
|
+
'sum' method and 'avg' method are added to Array class.
|
data/bin/sdbcli
CHANGED