[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The `NonTransactional` decorator ensures a function runs outside of any active database transaction."],["If a transaction exists and `allow_existing` is set to `True`, the existing transaction is temporarily paused."],["Setting `allow_existing` to `False` will cause an exception if the function is called within an active transaction."],["The decorator returns a wrapper for the function that guarantees execution outside of a transaction."]]],[]]