Searched refs:SQL_TRACE (Results 1 – 2 of 2) sorted by relevance
571 #define SQL_TRACE 0x0001 /* Print each SQL statement as it is prepared */ macro589 if( runFlags & SQL_TRACE ){ in runSql()683 runFlags |= SQL_OUTPUT|SQL_TRACE; in main()688 runFlags |= SQL_TRACE; in main()
1554 #define SQL_TRACE 0x0001 /* Print each SQL statement as it is prepared */ macro1570 if( runFlags & SQL_TRACE ){ in runSql()1966 if( verboseFlag>1 ) runFlags |= SQL_TRACE; in main()1972 if( verboseFlag>1 ) runFlags |= SQL_TRACE; in main()