Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bgranvea/mysql2h2-converter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: andrewparmet/mysql2h2-converter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Mar 29, 2015

  1. Add tests for export trigger with delimiter

    John Eckhart committed Mar 29, 2015
    Copy the full SHA
    7224e98 View commit details
  2. My mysqldumps file had a few 'DELIMITER ;;' statements that confused …

    …the h2converter. This occurs around triggers, which were otherwise commented out and not supported by the parser
    John Eckhart committed Mar 29, 2015
    Copy the full SHA
    29c2170 View commit details

Commits on Jun 9, 2016

  1. re

    knightliao committed Jun 9, 2016
    Copy the full SHA
    e37e6b2 View commit details
  2. Copy the full SHA
    595735c View commit details
  3. double ignore length

    knightliao committed Jun 9, 2016
    Copy the full SHA
    13c5682 View commit details
  4. re

    knightliao committed Jun 9, 2016
    Copy the full SHA
    85adb27 View commit details
  5. re

    knightliao committed Jun 9, 2016
    Copy the full SHA
    df267c2 View commit details
  6. re

    knightliao committed Jun 9, 2016
    Copy the full SHA
    8c6b665 View commit details

Commits on Jun 13, 2016

  1. re

    knightliao committed Jun 13, 2016
    Copy the full SHA
    33d141f View commit details

Commits on Jun 20, 2016

  1. re

    knightliao committed Jun 20, 2016
    Copy the full SHA
    ef9f276 View commit details

Commits on Apr 4, 2017

  1. update guava dependency to 21.0

    Andrew Parmet committed Apr 4, 2017
    Copy the full SHA
    bce75fc View commit details

Commits on May 22, 2017

  1. update h2 dependency, update JRE, add missing plugin management tag, …

    …update latest project git URLs
    Andrew Parmet committed May 22, 2017
    Copy the full SHA
    4d55644 View commit details
  2. remove unused imports and tear out Guava dependency

    Andrew Parmet committed May 22, 2017
    Copy the full SHA
    01b6c16 View commit details
  3. replace jar file

    Andrew Parmet committed May 22, 2017
    Copy the full SHA
    3045d86 View commit details

Commits on May 25, 2017

  1. fix warnings in switch statements

    Andrew Parmet committed May 25, 2017
    Copy the full SHA
    f474a26 View commit details
  2. fix formatting and suppress unused warnings for safety throws, add bu…

    …ild steps to readme
    Andrew Parmet committed May 25, 2017
    Copy the full SHA
    afd76c8 View commit details
  3. fix root POM and readme

    Andrew Parmet committed May 25, 2017
    Copy the full SHA
    0c7d9c6 View commit details
  4. straighten out for release

    Andrew Parmet committed May 25, 2017
    Copy the full SHA
    3b0b7e0 View commit details

Commits on May 26, 2017

  1. add logging whenever converter throws away information, adjust some v…

    …isibility
    Andrew Parmet committed May 26, 2017
    Copy the full SHA
    4fae3e5 View commit details
  2. Statement -> SqlStatement

    Andrew Parmet committed May 26, 2017
    Copy the full SHA
    cc7ed2b View commit details
  3. replace all tabs with spaces

    Andrew Parmet committed May 26, 2017
    Copy the full SHA
    8b16213 View commit details

Commits on May 27, 2017

  1. compile with JavaCC 7.x with JAVA_TEMPLATE_TYPE=modern

    Andrew Parmet committed May 27, 2017
    Copy the full SHA
    281cb2e View commit details
  2. specify source and target in POM, fix plugins to auto-compile from gr…

    …ammar on build
    Andrew Parmet committed May 27, 2017
    Copy the full SHA
    258381f View commit details
  3. fuse and update readmes

    Andrew Parmet committed May 27, 2017
    Copy the full SHA
    b4ed215 View commit details

Commits on May 29, 2017

  1. straighten out group id

    Andrew Parmet committed May 29, 2017
    Copy the full SHA
    f4effc3 View commit details
  2. basic javadoc

    Andrew Parmet committed May 29, 2017
    Copy the full SHA
    b0b9e0e View commit details
  3. fix poms for release compatibility

    Andrew Parmet committed May 29, 2017
    Copy the full SHA
    6e3046b View commit details
  4. Merge pull request #4 from andrewparmet/fix_poms_for_release

    fix poms for release compatibility
    andrewparmet authored May 29, 2017
    Copy the full SHA
    50f847e View commit details

Commits on Oct 1, 2017

  1. Merge branch 'ignore-delimiter-statement' of https://github.com/jeckh…

    …art/mysql2h2-converter into jeckhart-ignore-delimiter-statement
    Andrew Parmet committed Oct 1, 2017
    Copy the full SHA
    d23f1dc View commit details
  2. Merge branch 'jeckhart-ignore-delimiter-statement'

    Andrew Parmet committed Oct 1, 2017
    Copy the full SHA
    58c7a57 View commit details

Commits on Nov 16, 2018

  1. fixup git files

    andrewparmet committed Nov 16, 2018
    Copy the full SHA
    75950d3 View commit details
Loading