SQL and PPL API Query API Query parameters Request fields Example request Example response Response fields Explain API Sample explain request for an SQL query Sample SQL que...
Testing Local Dispatching Validating Responses Testing “Hello, world!” Setting Up Testing Codegen Debug Testing Every application should be well tested and understandable....
Requests and Responses Request objects Passing additional data to callback functions Using errbacks to catch exceptions in request processing Accessing additional data in errback...
Status codes Custom method handlers Handling exceptions in base actions When a request crashes with an exception, you may want to handle it in a graceful manner. To do this, y...
Testing a Database Add tests for the SQL app File structure Create the new database session Create the database Dependency override Test the app Testing a Database Warning...