webmcp

diff framework/env/trace/sql.lua @ 320:e3e2a03f75b2

Fixes in autodoc comments
author jbe
date Mon Mar 23 19:23:33 2015 +0100 (2015-03-23)
parents 04b648660f9a
children
line diff
     1.1 --- a/framework/env/trace/sql.lua	Mon Mar 23 19:18:28 2015 +0100
     1.2 +++ b/framework/env/trace/sql.lua	Mon Mar 23 19:23:33 2015 +0100
     1.3 @@ -5,12 +5,10 @@
     1.4    error_position = error_position   -- optional position in bytes where an error occurred
     1.5  }
     1.6  
     1.7 -This command can be used to log SQL command execution. It is currently not invoked automatically.
     1.8 +This command is used to log SQL command execution. It does not need to be invoked manually.
     1.9  
    1.10  --]]--
    1.11  
    1.12 --- TODO: automatic use of this function?
    1.13 -
    1.14  function trace.sql(args)
    1.15    if not trace._disabled then
    1.16      local command = args.command

Impressum / About Us