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

Added support for SELECT BETWEEN operator #298

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

Commits on Mar 8, 2023

  1. opened 4.0-dev

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    18626f8 View commit details
    Browse the repository at this point in the history
  2. requires PHP 8.0

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    751e9d1 View commit details
    Browse the repository at this point in the history
  3. composer: updated dependencies

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    decde4f View commit details
    Browse the repository at this point in the history
  4. coding style

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a11b550 View commit details
    Browse the repository at this point in the history
  5. unified php.ini

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    52557bc View commit details
    Browse the repository at this point in the history
  6. internal constants are PascalCase

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d551116 View commit details
    Browse the repository at this point in the history
  7. removed support for PHP 7

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    46efc03 View commit details
    Browse the repository at this point in the history
  8. added property typehints

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b00a2dc View commit details
    Browse the repository at this point in the history
  9. added PHP 8 typehints

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    51f004d View commit details
    Browse the repository at this point in the history
  10. uses new Nette interfaces

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5eb8f29 View commit details
    Browse the repository at this point in the history
  11. removed deprecated stuff

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    00a49e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56786be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a07e24 View commit details
    Browse the repository at this point in the history
  14. RowNormalizer: refactoring

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    12af7c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fcba1ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b23a072 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0fa6878 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3b3fe8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a94ac6e View commit details
    Browse the repository at this point in the history
  20. removed community health files

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c871fcf View commit details
    Browse the repository at this point in the history
  21. used native PHP 8 features

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7f27c53 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ad4b978 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7ffa138 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e81994e View commit details
    Browse the repository at this point in the history
  25. used heredoc

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    624bae6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c5a758d View commit details
    Browse the repository at this point in the history
  27. added ResultDriver

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    95681b9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cf01b12 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    46aa9ee View commit details
    Browse the repository at this point in the history
  30. Driver::getColumns() removed case convert for 'nativetype' and keys i…

    …n 'vendor' (BC break)
    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    652309a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    88bbccf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2b9ea0e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8660561 View commit details
    Browse the repository at this point in the history
  34. used Tester 2.5

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4048b01 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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