add a note

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4368 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-02 05:39:39 +00:00
parent 4414d37d18
commit 25ddd5ece4

View File

@ -81,6 +81,10 @@ sql_Query_destroy (sqlQuery *sq)
} }
/* =========================================================== */ /* =========================================================== */
/* Note that postgres supports both case-sensitive and
* case-insensitve string searches, and it also supports
* regex! yahooo!
*/
#define STRING_TERM(fieldname) \ #define STRING_TERM(fieldname) \
{ \ { \
@ -186,9 +190,12 @@ sqlQuery_build (sqlQuery*sq, Query *q)
break; break;
case PR_AMOUNT: case PR_AMOUNT:
{
PINFO("term is PR_AMOUNT"); PINFO("term is PR_AMOUNT");
PERR ("not implemented"); PERR ("not implemented");
break; break;
}
case PR_BALANCE: case PR_BALANCE:
PINFO("term is PR_BALANCE"); PINFO("term is PR_BALANCE");
PERR ("not implemented"); PERR ("not implemented");