mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4414d37d18
commit
25ddd5ece4
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user