• R/O
  • SSH

execsql: コミット

Default repository for execsql.py


コミットメタ情報

リビジョン259d40bbf576c863ae2ba592cae74c34e37b0b69 (tree)
日時2023-02-27 05:32:52
作者rdnielsen
コミッターrdnielsen

ログメッセージ

Added documentation for the IS_TRUE conditional test.

変更サマリ

差分

diff -r d6739a2ed55b -r 259d40bbf576 doc/source/metacommands.rst
--- a/doc/source/metacommands.rst Mon Jan 09 18:08:31 2023 -0800
+++ b/doc/source/metacommands.rst Sun Feb 26 12:32:52 2023 -0800
@@ -2773,6 +2773,11 @@
27732773 literal, but additionally recognizes the single-character values of
27742774 "T", "F", "Y", and "N".
27752775
2776+The IS_TRUE test should also be used where the use of a single
2777+undefined substitution variable as the entire Boolean expression
2778+causes a problem for the logical expression parser. Alternatively,
2779+initialize the substitution variable before it is used.
2780+
27762781
27772782 .. index:: ! IS_ZERO test
27782783
旧リポジトリブラウザで表示