MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / act_comment

Function act_comment

src/gpre/sql.cpp:1467–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465//
1466
1467static act* act_comment()
1468{
1469 PAR_error("SQL COMMENT ON request not allowed");
1470 return NULL; // silence compiler
1471}
1472
1473
1474//____________________________________________________________

Callers 1

SQL_actionFunction · 0.85

Calls 1

PAR_errorFunction · 0.70

Tested by

no test coverage detected