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

Migrate to DuckDB 1.1.0 #10

Merged
merged 15 commits into from
Sep 9, 2024
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
duckdb_version: v1.0.0
duckdb_version: main
extension_name: chsql

duckdb-stable-deploy:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
secrets: inherit
with:
duckdb_version: v1.0.0
duckdb_version: main
extension_name: chsql
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
7 changes: 4 additions & 3 deletions description.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extension:
name: chsql
description: Clickhouse SQL Macros for DuckDB
version: 1.0.2
version: 1.0.3
language: C++
build: cmake
license: MIT
Expand All @@ -10,10 +10,11 @@ extension:

repo:
github: lmangani/duckdb-extension-clickhouse-sql
ref: 3a81f48b9ea4262eaaa5c40076ad4e6202065472
ref: main

docs:
hello_world: |
SELECT toString('world') as hello, toInt8OrZero('world') as zero;
extended_description: |
This extension provides a growing number of Clickhouse SQL Macros for DuckDB.
This extension provides a growing number of ClickHouse SQL Macros for DuckDB.
For a list of supported functions, please refer to [latest release notes](https://github.com/lmangani/duckdb-extension-clickhouse-sql/releases).
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 3917 files
Loading
Loading