mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
SQLServer: Remove unnecessary magic number
This commit is contained in:
parent
a4b1c0fd0c
commit
0d6c8afa4e
Notes:
sideshowbarker
2024-07-18 01:29:57 +09:00
Author: https://github.com/BenWiederhake
Commit: 0d6c8afa4e
Pull-request: https://github.com/SerenityOS/serenity/pull/10748
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/trflynn89
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)
|
||||
sql_statement(int connection_id, String statement) => (int statement_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue