Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Improved Data Type validation/conversion. #677

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 21, 2018

  1. feat: improved data type conversion

    This refactors the data type logic in tedious, making it more strict and
    more accurate.
    
    If the parameter specified by the user can not be converted to the data
    type of the parameter without a loss of precision, the request will not
    be executed and an error will be passed to the request's callback
    instead.
    
    The same parameter value conversion logic is now also used for both
    regular requests as well as for bulk loads, fixing a long standing issue
    where storing the same data via these two methods would result either
    result in a failure or different data being stored in the database.
    arthurschreiber committed May 21, 2018
    Configuration menu
    Copy the full SHA
    1c4d0a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    f4a84e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. chore: saving progress

    IanChokS committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ff3cebb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. refactor: merge master

    IanChokS committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c5e234b View commit details
    Browse the repository at this point in the history
  2. chore: remove comment

    IanChokS committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0ff5ba0 View commit details
    Browse the repository at this point in the history