codefori / codefori/vscode-db2i
Specific hover issue
Open
bug
- Dominant language
- TypeScript
- Stars
- 76
- Forks
- 54
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
```sql
create or replace table krakmeup.ifscomp as (
select *
from table (
QSYS2.COMPARE_IFS(
START_PATH_NAME1 => '/krakmeup/',
START_PATH_NAME2 => '/krakmeup/',
RDB2 => 'QIBM_DB2M_00000',
OBJECT_TYPE_LIST => '*ALL',
SUBTREE_DIRECTORIES => 'YES',
COMPARE_ATTRIBUTES => 'YES')
)
) with data on replace delete rows;
end;
```
related to the parser.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.