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

py3-sqlglot/17.16.0 package update #4839

Merged
merged 1 commit into from
Aug 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py3-sqlglot.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from https://pypi.org/project/sqlglot/
package:
name: py3-sqlglot
version: 17.15.1
version: 17.16.0
epoch: 0
description: An easily customizable SQL parser and transpiler
copyright:
Expand All @@ -26,7 +26,7 @@ pipeline:
with:
repository: https://github.com/tobymao/sqlglot
tag: v${{package.version}}
expected-commit: 12bc91662cb7daf8ab9afd687cc7bdb981212ddd
expected-commit: ae5771d7ca77d4e12708a8cf0899124d33e3862a

- name: Python Build
runs: python setup.py build
Expand Down