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

Simple Enum support (#502) #585

Open
wants to merge 43 commits into
base: orm
Choose a base branch
from

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    5fa54d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818ffbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464f904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d739bac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2baf93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9874e0 View commit details
    Browse the repository at this point in the history
  7. Handle Enums in selects.

    luckydonald committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4b5b617 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b62e1bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b01ada7 View commit details
    Browse the repository at this point in the history
  10. Fixed for accidentally adding a duplicate self which is already set…

    … as it is bound to `self.converter`.
    
    Enum effort.
    luckydonald committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    49d6b0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2edca6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    daf96d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2fdb09c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    269e7c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d907360 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    907630f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92ec684 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    706af78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428cb5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0f6322 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6e5c70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dd21a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cb481e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21298e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f0db6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bed0e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    122a6ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f39cc61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54534e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76fd080 View commit details
    Browse the repository at this point in the history
  14. Improved the automatic sizing to honor database which can't do unsign…

    …ed 64-bit/8-byte numbers, for those at least try signed variant which effectively would be 63-bit.
    luckydonald committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    08dcd5d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5c7afcb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    1d7fcfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3b045 View commit details
    Browse the repository at this point in the history
  3. Fix for calling the _prepare_int_kwargs with no uint64_support, as …

    …`attr` was taking that position.
    luckydonald committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    7f11b3b View commit details
    Browse the repository at this point in the history
  4. Added test and fix for keeping the more extreme user min,

     when inserting integer Enums.
    luckydonald committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    8142777 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39161ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d86005b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c57eacb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    740c646 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ee6f38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8adbaee View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Fixed one unittest.

    luckydonald committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    b2e6d53 View commit details
    Browse the repository at this point in the history