Skip to content

- 优化 ExpressionTree 类型转化逻辑,测试 DuckDB; #916

- 优化 ExpressionTree 类型转化逻辑,测试 DuckDB;

- 优化 ExpressionTree 类型转化逻辑,测试 DuckDB; #916

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee 💕
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: "[email protected]:dotnetcore/freesql.git"
destination-repo: "[email protected]:FreeSql/FreeSql-ORM.git"