Skip to content

Commit

Permalink
Migrate to DuckDB 1.1.0 (#10)
Browse files Browse the repository at this point in the history
Thanks team Motherduck for the help migrating to 1.1.0! @carlopi @Alex-Monahan
  • Loading branch information
lmangani authored Sep 9, 2024
1 parent 06625a1 commit db79a6b
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 97 deletions.
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

0 comments on commit db79a6b

Please sign in to comment.