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

Add database columns with CURRENT_TIMESTAMP support #30

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

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    245cc6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301500b View commit details
    Browse the repository at this point in the history
  3. 1. forcely write bytes as UTF-8

    2. support com.mysql.cj.jdbc.Driver. If not set catalog explicitly, it will get all tables from all databases, and if we get columns without catalog, it will may get duplicated columns from tables (from different catalogs) whose name are same.(test in mysql connector 8.0.18).
    slankka committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    0a02dc1 View commit details
    Browse the repository at this point in the history
  4. fix readme

    slankka committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    64fdc16 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. add files for CI

    slankka committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5843654 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. clean

    slankka committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    9314a77 View commit details
    Browse the repository at this point in the history