Mercurial > sqlpython
diff docs/source/comparison.rst @ 288:e7578e7ff9dd
sliced pull almost working...
author | catherine@dellzilla |
---|---|
date | Fri, 20 Mar 2009 17:23:54 -0400 |
parents | abb4c6524113 |
children | f7daca26cc00 98975ce340ac |
line wrap: on
line diff
--- a/docs/source/comparison.rst Fri Mar 20 13:16:26 2009 -0400 +++ b/docs/source/comparison.rst Fri Mar 20 17:23:54 2009 -0400 @@ -653,11 +653,11 @@ When compiling PL/SQL objects (functions, packages, procedures) that contain errors, the tools vary in the quality of information they return. - * Senora reports that a compilation error has occured, and `show errors` works as expected. +* Senora reports that a compilation error has occured, and `show errors` works as expected. - * YASQL reports that a compilation error has occured. `show errors` in YASQL lists the compilation errors for *all* invalid PL/SQL objects in the schema. +* YASQL reports that a compilation error has occured. `show errors` in YASQL lists the compilation errors for *all* invalid PL/SQL objects in the schema. - * sqlpython reports errors immediately upon compilation. +* sqlpython reports errors immediately upon compilation. Note that, in senora and YASQL, abbreviated forms of `show errors`, like `sho err`, are not recognized. @@ -831,13 +831,13 @@ optional arguments will be assigned to `arg`, but in this case they are not used. Let's see a more useful function, one that will - * Make use of the argument string +* Make use of the argument string - * Provide online documentation +* Provide online documentation - * Use a flag to optionally modify the command's behavior +* Use a flag to optionally modify the command's behavior - * Send output to file, paste buffer, or pipe when `>` or `|` is used. +* Send output to file, paste buffer, or pipe when `>` or `|` is used. ::