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

Handle in dsn optional dbname delimiter #29

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

Commits on Oct 5, 2021

  1. Add handling of command SHOW FULL COLUMNS FOR {table_name}

    Handling multiple databases for create queries, then sql is CREATE TABLE `database`.`table` and in same script is `information_schema`.`table`
    Fixing PDO::getAttribute() missing method
    Handling Multiple insert sql.
    Andrew Svirin committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    3544708 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Add handler for Alter table auto increment

    Andrew Svirin committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    138dc7c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Fix typo

    Andrew Svirin committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    befaa86 View commit details
    Browse the repository at this point in the history