Skip to content

bug: ibis can't handle response from mssql when statement is CAST('2024-01-01 00:00:00' AS DATETIMEOFFSET) #14992

bug: ibis can't handle response from mssql when statement is CAST('2024-01-01 00:00:00' AS DATETIMEOFFSET)

bug: ibis can't handle response from mssql when statement is CAST('2024-01-01 00:00:00' AS DATETIMEOFFSET) #14992

Workflow file for this run

name: Assign Issue
permissions:
issues: write
on:
issue_comment:
types:
- created
jobs:
assign_issue:
runs-on: ubuntu-latest
if: github.event.comment.body == '/take'
steps:
- uses: pozil/[email protected]
with:
assignees: ${{ github.event.comment.user.login }}