mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +00:00
SQLServer: Remove unnecessary magic number
This commit is contained in:
parent
a4b1c0fd0c
commit
0d6c8afa4e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
endpoint SQLServer [magic=5432]
|
endpoint SQLServer
|
||||||
{
|
{
|
||||||
connect(String name) => (int connection_id)
|
connect(String name) => (int connection_id)
|
||||||
sql_statement(int connection_id, String statement) => (int statement_id)
|
sql_statement(int connection_id, String statement) => (int statement_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue