Skip to content

problem on parsing tablename with tsql NOLOCK #448

@EcoleKeine

Description

@EcoleKeine

sqllineage==1.4.7

select * from dbname.dto.tablename(NOLOCK)
print(LineageRunner(sql=sql,dialect="tsql") )

output:

Statements(#): 1
Source Tables:

Target Tables:

with(NOLOCK) is ok

select * from dbname.dto.tablename with(NOLOCK)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingparsersomething that requires a strict/validating SQL parser

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions