Skip to content

[Compatibility] 语法检测某些关键字不能识别 #3841

Description

@wxzxf

数据库类型和版本

SQL Server

问题描述

创建存储过程的proc关键字无法识别
sqlserver创建存储过程的procedure关键字可以简写为proc
create procedure和create proc等同

错误信息

create proc test
as


例如上述语句,proc会显示波浪号,提示信息
sql parser error.Expected:an object type after CREATE,found:proc at Line:1,Column:8

支持信息

DBX 版本: v0.5.60
运行环境: 桌面端
操作系统: Windows 10.0.26200.8875
系统架构: x86_64

补充信息

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdb/sqlserverDatabase: SQL Server

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions