Skip to content
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: Waiski/python-string-sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ptweir/python-string-sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    b2174a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Adding support for mySQL

    mySQL queries will fail with the '--sql' tag on top, because mySQL comments requires at least one space between the double dash and text after '-- sql', so added this as well.
    AndrewBasem1 authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9ec03c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge pull request ptweir#7 from AndrewBasem1/patch-1

    Adding support for mySQL
    ptweir authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    dc9a194 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ptweir#6 from vantaboard/feat/coconut-support

    feat(added-support-for-use-with-coconut): coconut is awesome
    ptweir authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0efd330 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    allow spaces after --
    ptweir authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cf8c23f View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    bump version number
    ptweir authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b970238 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    added release note for 1.2.0
    ptweir authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cd716c3 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    ptweir authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f3b5377 View commit details
    Browse the repository at this point in the history
Loading