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

New set function, parse a column #4097

Merged
merged 26 commits into from
Jan 31, 2023
Merged

New set function, parse a column #4097

merged 26 commits into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    a13255e View commit details
    Browse the repository at this point in the history
  2. Tweak for widgets test.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fe29bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a58ac View commit details
    Browse the repository at this point in the history
  4. Add some more dropdowns for database stuff.

    Make postgres default DB be postgres.
    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e1668eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2310fcc View commit details
    Browse the repository at this point in the history
  6. Sorting out Column.parse

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    23334d6 View commit details
    Browse the repository at this point in the history
  7. Tests for Case Insensitive functions.

    Adjust SQLite to use GLOB for starts_with and ends_with to make it case sensitive by default.
    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    503a181 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d56a2d0 View commit details
    Browse the repository at this point in the history
  9. Update set API to new design.

    DB implementation is still old but API matches.
    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    746e359 View commit details
    Browse the repository at this point in the history
  10. Table Date rendering fix.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d53a4c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    804dcbd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aca6676 View commit details
    Browse the repository at this point in the history
  13. Fix rename on column.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d4351c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    246d781 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78c569b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    04e4a49 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ccee12 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0b62b68 View commit details
    Browse the repository at this point in the history
  19. Add parse tests.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1049d94 View commit details
    Browse the repository at this point in the history
  20. Add set tests.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3eb9a7f View commit details
    Browse the repository at this point in the history
  21. Add set tests.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    67ac8bf View commit details
    Browse the repository at this point in the history
  22. Changelog.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    87da16f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    43a7e5e View commit details
    Browse the repository at this point in the history
  24. Fix weird db test...

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4fc9036 View commit details
    Browse the repository at this point in the history
  25. PR Comments.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2d6c524 View commit details
    Browse the repository at this point in the history
  26. PR Comments.

    jdunkerley committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2baad65 View commit details
    Browse the repository at this point in the history