Skip to content

Commit

Permalink
Disallow unquoted literals in LIKE clause in DESCRIBE statement (o…
Browse files Browse the repository at this point in the history
…pensearch-project#1181)

* Allow quoted literals only in `DESCRIBE` and `SHOW` clauses. Tests.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Fix doctest after rebase.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Fix doctest after rebase. - Typo fix.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Update syntax section.

Signed-off-by: Yury-Fridlyand <[email protected]>

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Creation and updating 2.x branch (opensearch-project#6)

* Create the 2.x branch
* Add  workflow_dispatch: to github CLI

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
Yury-Fridlyand authored and YANG-DB committed Jan 6, 2023
1 parent 2d34d9e commit fe4c5d3
Show file tree
Hide file tree
Showing 719 changed files with 129 additions and 136,918 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/sql-cli-test-and-build-workflow.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/sql-jdbc-test-and-build-workflow.yml

This file was deleted.

179 changes: 0 additions & 179 deletions .github/workflows/sql-odbc-main.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/sql-workbench-test-and-build-workflow.yml

This file was deleted.

1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ task updateVersion {
ext.newVersion = System.getProperty('newVersion')
println "Setting version to ${newVersion}."
// String tokenization to support -SNAPSHOT
ant.replaceregexp(file:'.github/workflows/sql-workbench-test-and-build-workflow.yml', match:'OPENSEARCH_PLUGIN_VERSION: \\d+.\\d+.\\d+.\\d+', replace:'OPENSEARCH_PLUGIN_VERSION: ' + newVersion.tokenize('-')[0] + '.0', flags:'g', byline:true)
ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true)
ant.replaceregexp(match:'"version": "\\d+.\\d+.\\d+.\\d+', replace:'"version": ' + '"' + newVersion.tokenize('-')[0] + '.0', flags:'g', byline:true) {
fileset(dir: projectDir) {
Expand Down
3 changes: 2 additions & 1 deletion docs/category.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"user/dql/window.rst",
"user/beyond/partiql.rst",
"user/dql/aggregations.rst",
"user/dql/complex.rst"
"user/dql/complex.rst",
"user/dql/metadata.rst"
]
}
Loading

0 comments on commit fe4c5d3

Please sign in to comment.