1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

SQLServer: Remove unnecessary magic number

This commit is contained in:
Ben Wiederhake 2021-11-01 15:41:34 +01:00 committed by Ali Mohammad Pur
parent a4b1c0fd0c
commit 0d6c8afa4e

View file

@ -1,4 +1,4 @@
endpoint SQLServer [magic=5432]
endpoint SQLServer
{
connect(String name) => (int connection_id)
sql_statement(int connection_id, String statement) => (int statement_id)