issues
search
paust-team
/
paust-db
GNU General Public License v3.0
6
stars
5
forks
source link
Add error handling of putting zero-value timestamp data and change data input type
#133
Closed
dragon0170
closed
5 years ago
dragon0170
commented
5 years ago
Reference
132
내용
Add client error handling for zero-value timestamp
Client interface의 Put function 내에서 InputDataObj의 timestamp가 0인 경우 에러를 발생하도록 수정.
client cli에서 argument를 통해 단일 데이터 put할 때에도 flag로 timestamp 명시 가능하도록 변경.
timestamp flag를 따로 명시하지않은 경우 현재 시간으로 timestamp가 설정됨.
Change data input type of put command of CLI
client CLI에서 argument로 단일 데이터 put을 할 때 file, stdin에서 데이터를 받을 때와 동일하게 data는 base64 encoding 된 것을 받도록 변경.
Reference
132
내용