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

fix: preserve unquoted unicode whitespace in array literals #1266

Merged
merged 25 commits into from
Aug 10, 2020

Commits on Jul 21, 2018

  1. fix: don't ignore unquoted non-ascii whitespace

    The postgresql backend only quotes ascii whitespace.
    pgjdbc#1257
    bokken committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    8281083 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: don't ignore unquoted non-ascii whitespace"

    This reverts commit 8281083.
    bokken committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    8b5072d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e407aaf View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Revert "fix: don't ignore unquoted non-ascii whitespa…

    …ce"""
    
    This reverts commit e407aaf.
    bokken committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    06c58fb View commit details
    Browse the repository at this point in the history
  5. fix: don't ignore unquoted non-ascii whitespace

    checkstyle
    bokken committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    c1325e2 View commit details
    Browse the repository at this point in the history
  6. fix: don't ignore unquoted non-ascii whitespace

    more unit tests
    bokken committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    e828d76 View commit details
    Browse the repository at this point in the history
  7. fix: don't ignore unquoted non-ascii whitespace

    more unit tests
    relocate utility method to Parser
    bokken committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    06837da View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. fix: don't ignore unquoted non-ascii whitespace

    add comment to existing isSpace method
    change from switch to chained ORs
    bokken committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    5fa5dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95fd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bbff4e View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    vlsi committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    c89a54b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. fix: don't ignore unquoted non-ascii whitespace

    add test showing inner white spaces not dropped on unquoted strings by
    backend.
    bokken committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    aae0d48 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. fix: don't ignore unquoted non-ascii whitespace

    add test explicitly showing differences between driver and backend
    handling unquoted string array values
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    afdbe46 View commit details
    Browse the repository at this point in the history
  2. fix: don't ignore unquoted non-ascii whitespace

    checkstyle
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    51d9be9 View commit details
    Browse the repository at this point in the history
  3. fix: don't ignore unquoted non-ascii whitespace

    more unit tests
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    86646fa View commit details
    Browse the repository at this point in the history
  4. fix: don't ignore unquoted non-ascii whitespace

    more unit tests
    relocate utility method to Parser
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9b952f9 View commit details
    Browse the repository at this point in the history
  5. fix: don't ignore unquoted non-ascii whitespace

    add comment to existing isSpace method
    change from switch to chained ORs
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    aa4aa03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bdf256 View commit details
    Browse the repository at this point in the history
  7. fix: revert spaces in array literal

    vlsi authored and bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    8a3402d View commit details
    Browse the repository at this point in the history
  8. add changelog entry

    vlsi authored and bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    12a83a4 View commit details
    Browse the repository at this point in the history
  9. fix: don't ignore unquoted non-ascii whitespace

    add test showing inner white spaces not dropped on unquoted strings by
    backend.
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    c70db61 View commit details
    Browse the repository at this point in the history
  10. fix: don't ignore unquoted non-ascii whitespace

    add test explicitly showing differences between driver and backend
    handling unquoted string array values
    bokken committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    7560646 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af3006f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

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

Commits on Aug 6, 2020

  1. Merge remote-tracking branch 'upstream/master' into arrays_whitespace

    # Conflicts:
    #	pgjdbc/src/main/java/org/postgresql/jdbc/PgArray.java
    BO8979 authored and BO8979 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    047f1a5 View commit details
    Browse the repository at this point in the history