Skip to content

pgsql engine: 在查询模式下启用只读事务,工单执行启用读写事务,避免在查询模式下被函数修改数据 (#2855) #1455

pgsql engine: 在查询模式下启用只读事务,工单执行启用读写事务,避免在查询模式下被函数修改数据 (#2855)

pgsql engine: 在查询模式下启用只读事务,工单执行启用读写事务,避免在查询模式下被函数修改数据 (#2855) #1455

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable