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

feat: [MySQLi] add config to use MYSQLI_OPT_INT_AND_FLOAT_NATIVE #7265

Merged
merged 14 commits into from
Feb 22, 2023

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    43e6767 View commit details
    Browse the repository at this point in the history
  2. Enhance:[MySQLi] Use the option to define whether MYSQLI_OPT_INT_AND_…

    …FLOAT_NATIVE needs to be used.
    kai890707 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    47833d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    f0a71b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1eab9 View commit details
    Browse the repository at this point in the history
  3. Enhance:Add numberNative to configuration.rst to specify whether MYSQ…

    …LI_OPT_INT_AND_FLOAT_NATIVE is enabled or not.
    kai890707 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    7b756d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff2ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d017a0b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix:NumberNativeTest.php adds DBDriver's judgment test and fixes MySQ…

    …Li's isset judgment for numberNative.
    kai890707 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1cd3415 View commit details
    Browse the repository at this point in the history
  2. fix:Column description of numberNative in CodeIgniter4/user_guide_src…

    …/source/database/configuration.rst.
    kai890707 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7b152df View commit details
    Browse the repository at this point in the history
  3. fix:Run composer cs-fix and modify the Enhancements/DataBase descript…

    …ion in user_guide_src/source/changelogs/v4.4.0.rst.
    kai890707 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c18581d View commit details
    Browse the repository at this point in the history
  4. fix:Modify the Enhancements/DataBase description in user_guide_src/so…

    …urce/changelogs/v4.4.0.rst.
    kai890707 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b2c74e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78ff0a9 View commit details
    Browse the repository at this point in the history
  6. fix:Modify changelogs/v4.4.0.rst description and remove the numberNat…

    …ive attribute from the $test array in app/Config/Database.php
    kai890707 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0a8c971 View commit details
    Browse the repository at this point in the history