Skip to content

fix: allow ALTER COLUMN TYPE implicit USING casts #253

fix: allow ALTER COLUMN TYPE implicit USING casts

fix: allow ALTER COLUMN TYPE implicit USING casts #253

Workflow file for this run

name: Extension Code Quality
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
code-quality:
name: Code Quality
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
extension_name: lance
duckdb_version: v1.4.4
ci_tools_version: v1.4-andium