-
Notifications
You must be signed in to change notification settings - Fork 104
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
Issue/1863 mysql sink quote fields #1865
Merged
fgalan
merged 14 commits into
telefonicaid:master
from
Stdri:issue/1863_mysql_sink_quote_fields
Sep 17, 2020
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d8a2044
Merge pull request #4 from telefonicaid/master
dmartinezgomez c37b812
Quote Sql Fields.
dmartinezgomez 9010472
Update CHANGES_NEXT_RELEASE
pmo-sdr 32340f3
Extract Constant
dmartinezgomez 47c8cb7
Update test NGSIUtilsTest.java
joelcamus d4a3cbe
Update NGSIMySQLSink.java
joelcamus 7f57bdd
Merge pull request #1 from telefonicaid/master
joelcamus a26b7e7
Update NGSIUtilsTest.java
joelcamus bb7c4c6
Update NGSIUtils.java
joelcamus 2585eaf
Merge branch 'master' of https://github.com/telefonicaid/fiware-cygnu…
joelcamus 86fa4cd
Merge pull request #5 from joelcamus/patch-1
FranGomezCiC bb42613
Merge remote-tracking branch 'upstream/master' into issue/1863_mysql_…
joelcamus 88a35c7
Merge branch 'issue/1863_mysql_sink_quote_fields' into issue/1863_mys…
joelcamus bc592b0
Merge pull request #6 from joelcamus/issue/1863_mysql_sink_quote_fields
FranGomezCiC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.metadata | ||
target/ | ||
# IntelliJ local files | ||
*.idea | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[cygnus-common][SQLBackendImpl] Add configuration option to persist errors in SQL sinks (#1928) | ||
[cygnus-common][SQLBackendImpl] Add configuration option to persist errors in SQL sinks (#1928) | ||
[cygnus-ngsi-ld] Creation of the new PostGIS sink for persisting NGSI-LD notifications (#1905) | ||
|
||
[cygnus-ngsi][MysqlSink] Quoted Sql field names to avoid naming problems. (#1863) |
This file contains 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
This file contains 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
This file contains 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An entry in CHANGES_NEXT_RELEASE describing the fix and citing #1863 should be included, using the usual style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 9010472