Skip to content

Commit db79a6b

Browse files
authored
Migrate to DuckDB 1.1.0 (#10)
Thanks team Motherduck for the help migrating to 1.1.0! @carlopi @Alex-Monahan
1 parent 06625a1 commit db79a6b

File tree

6 files changed

+97
-97
lines changed

6 files changed

+97
-97
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build extension binaries
1818
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
1919
with:
20-
duckdb_version: v1.0.0
20+
duckdb_version: main
2121
extension_name: chsql
2222

2323
duckdb-stable-deploy:
@@ -26,7 +26,7 @@ jobs:
2626
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
2727
secrets: inherit
2828
with:
29-
duckdb_version: v1.0.0
29+
duckdb_version: main
3030
extension_name: chsql
3131
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
3232
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

description.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extension:
22
name: chsql
33
description: Clickhouse SQL Macros for DuckDB
4-
version: 1.0.2
4+
version: 1.0.3
55
language: C++
66
build: cmake
77
license: MIT
@@ -10,10 +10,11 @@ extension:
1010

1111
repo:
1212
github: lmangani/duckdb-extension-clickhouse-sql
13-
ref: 3a81f48b9ea4262eaaa5c40076ad4e6202065472
13+
ref: main
1414

1515
docs:
1616
hello_world: |
1717
SELECT toString('world') as hello, toInt8OrZero('world') as zero;
1818
extended_description: |
19-
This extension provides a growing number of Clickhouse SQL Macros for DuckDB.
19+
This extension provides a growing number of ClickHouse SQL Macros for DuckDB.
20+
For a list of supported functions, please refer to [latest release notes](https://github.com/lmangani/duckdb-extension-clickhouse-sql/releases).

duckdb

Submodule duckdb updated 3917 files

0 commit comments

Comments
 (0)