Printing the query when requesting data is undesirable when it becomes long/complex. It would be better to either print a truncated version and make the full string available to users using a function like 'last_query()'. It would also be useful to do this with a 'last_response()' for debugging.
Printing the query when requesting data is undesirable when it becomes long/complex. It would be better to either print a truncated version and make the full string available to users using a function like 'last_query()'. It would also be useful to do this with a 'last_response()' for debugging.