FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Assorted Fixes #5 by manticore-projects · Pull Request #1715 · JSQLParser/JSqlParser · GitHub

Assorted Fixes #5 - #1715

Merged
wumpz merged 11 commits into
JSQLParser:masterfrom
manticore-projects:upsert_sqlite
Jan 20, 2023
Merged

Assorted Fixes #5#1715
wumpz merged 11 commits into
JSQLParser:masterfrom
manticore-projects:upsert_sqlite

Conversation

manticore-projects commented Jan 11, 2023
edited
Loading

Copy link
Copy Markdown
Contributor
  1. SQL:2016 Standard compliant Unicode characters based on https://www.unicode.org/Public/UNIDATA/UnicodeData.txt and its Categories

  2. Merge REPLACE into UPSERT

  3. DROP TEMPORARY TABLE ...

  4. feat: Configurable backslash \ escaping

# Conflicts:
#	src/main/java/net/sf/jsqlparser/statement/drop/Drop.java
#	src/main/java/net/sf/jsqlparser/util/deparser/DropDeParser.java
- Enables `\` as escape character in String Literals (beside SQL:2016 compliant `'`)
- Default is OFF (since its not SQL:2016 compliant)
- Activate per Parser Feature
- Fixes JSQLParser#1638
- Fixes JSQLParser#1209
- Fixes JSQLParser#1173
- Fixes JSQLParser#1172
- Fixes JSQLParser#832
- Fixes JSQLParser#827
- Fixes JSQLParser#578

BREAKING-CHANGE: Backslash Escaping needs to be activated explicitly or else Backslash won't work as Escape Character.
wumpz merged commit a00d77a into JSQLParser:master Jan 20, 2023
manticore-projects deleted the upsert_sqlite branch March 7, 2023 00:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Back | FazBrowse Home | New Git URL