Mercurial > sqlpython
comparison docs/source/limitations.rst @ 287:3ce9a48aa3fc
added refresh.bash script for docs
author | catherine@dellzilla |
---|---|
date | Fri, 20 Mar 2009 13:16:26 -0400 |
parents | f0f293d83337 |
children | e7578e7ff9dd |
comparison
equal
deleted
inserted
replaced
286:abb4c6524113 | 287:3ce9a48aa3fc |
---|---|
1 =========== | 1 =========== |
2 Limitations | 2 Limitations |
3 =========== | 3 =========== |
4 | |
5 Bug reports and feature requests are welcome at | |
6 `the project's bug tracker on Assembla <http://trac-hg.assembla.com/sqlpython/report>`_. | |
4 | 7 |
5 Slow parsing | 8 Slow parsing |
6 ------------ | 9 ------------ |
7 | 10 |
8 After each line of text in a multi-line command is entered, SQLPython pauses to determine whether | 11 After each line of text in a multi-line command is entered, SQLPython pauses to determine whether |
24 REMARK END statement. | 27 REMARK END statement. |
25 | 28 |
26 Unsupported commands | 29 Unsupported commands |
27 -------------------- | 30 -------------------- |
28 | 31 |
29 * DBMS_OUTPUT.PUT_LINE | 32 * PASSWORD |
30 | 33 |
34 * SET FEEDBACK OFF | |
35 |