Torgayev Tamirlan
Torgayev Tamirlan
Addressing issue https://github.com/mscdex/node-mariasql/issues/94 Checks if item is an integer, and if so returns it without adding quotations. Fixes OFFSET, LIMIT and other keywords that take integers in prepared statements.
Now as we are using DynamoDB table for state management , we should at least explain table schema design decisions.
Some methods are shared between CLI and API. CLI dynamodb.py is a nice controller - why not move it to core and import from inside both CLI and API.
- `eden put-override --env-name dev-test --type envvar --key SOME_VAR_NAME --value foo` - put override info to DynamoDB state (specific var override map/json) - api and cli should read and process...
Since we now have remote state DynamoDB table, config (environments) file can now be made optional. ## Var. 1 New `use_environment_file` absent in eden profile configuration should default to `false`....