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(open-mysql-db): pandas support #3868

Merged
merged 9 commits into from
Jul 1, 2024

Commits on Mar 22, 2024

  1. feat(open-mysql-db): refactor

    1. remove unnecessary instance var port
    2. fix cause null bug
    3. remove unnecessary throws
    4. fix ctx.close() sequence bug
    5. config sessionTimeout and requestTimeout
    6. add docs of SqlEngine
    yangwucheng committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    246484e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. feat(open-mysql-db): refactor

    yangwucheng committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6f19a44 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. feat(open-mysql-db): revert passsword

    yangwucheng committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    17b691f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/refactor' into feat/pandas-support

    yangwucheng committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    926b79d View commit details
    Browse the repository at this point in the history
  3. feat(open-mysql-db): mock commit and schema table count

    yangwucheng committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d9781aa View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge branch 'main' into feat/pandas-support

    # Conflicts:
    #	extensions/open-mysql-db/src/main/java/com/_4paradigm/openmldb/mysql/server/OpenmldbMysqlServer.java
    yangwucheng committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    829edbd View commit details
    Browse the repository at this point in the history
  2. feat(open-mysql-db): replace data type text with string

    yangwucheng committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    50972bf View commit details
    Browse the repository at this point in the history
  3. feat(open-mysql-db): remove null

    yangwucheng committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e55449a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge branch 'main' into feat/pandas-support

    yangwucheng committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0b69d9f View commit details
    Browse the repository at this point in the history