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

MariaDBclient + Mysql8 support #30

Open
wants to merge 6 commits into
base: 0.2.x_force_latin1_to_utf8
Choose a base branch
from

Commits on Mar 29, 2023

  1. Only do version check in Windows environment

    Unix systems using libtool do not need to do a version check against the
    client version string as the libraries themselves are versioned.
    jconroy77 authored and lewispb committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cdd6eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09b412 View commit details
    Browse the repository at this point in the history
  3. Also search for mariadb_config on compile

    libmariadb-client-lgpl-dev in newly released Debian stable (jessie)
    ships `/usr/bin/mariadb_config`.
    ctrochalakis authored and lewispb committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f5c50ef View commit details
    Browse the repository at this point in the history
  4. Support microseconds

    lewispb committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e23d40e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Add a check to avoid segfault

    Triggered by out of bound array access when retreiving the mysql encoding.
    intrip committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4dd1348 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update support scripts

    - Port new mappings from latest master
    - Add utf8mb3 -> utf_8 missing mapping
    - rebuild ext/mysql2/mysql_enc_to_ruby.h and ext/mysql2/mysql_enc_name_to_ruby.h from Mysql 8.0.32
    intrip committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b8ab80d View commit details
    Browse the repository at this point in the history