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: feluxe/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.
  • 16 commits
  • 7 files changed
  • 5 contributors

Commits on Jun 3, 2019

  1. Merge pull request ptweir#1 from feluxe/master

    Add f-string support
    ptweir authored Jun 3, 2019
    Configuration menu
    Copy the full SHA
    387b0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8b7cb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'all_spaces_before_begin_end_patterns'

    Peter Weir committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    43cf8ba View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. add changelog for 1.1.0

    Peter Weir committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    55f241b View commit details
    Browse the repository at this point in the history
  2. 1.1.0

    Peter Weir committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    74704f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    8c39538 View commit details
    Browse the repository at this point in the history
  2. added a binary vsix

    alesanchezr authored Aug 20, 2019
    Configuration menu
    Copy the full SHA
    0cf8bd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Merge pull request ptweir#2 from alesanchezr/master

    added html syntax highlighting for html inside strings
    ptweir authored Aug 24, 2019
    Configuration menu
    Copy the full SHA
    be9327e View commit details
    Browse the repository at this point in the history

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