Skip to content
Snippets Groups Projects
  • Denis Smirnov's avatar
    bfcfb978
    refactor: reorder arguments in SQL execution functions · bfcfb978
    Denis Smirnov authored
    Previously, sql_prepare_and_execute and sql_execute_prepared
    functions didn't follow a convention to keep output parameters
    (the port to be exact) at the end of the argument list.
    
    NO_DOC=picodata internal patch
    NO_CHANGELOG=picodata internal patch
    NO_TEST=picodata internal patch
    Verified
    bfcfb978
    History
    refactor: reorder arguments in SQL execution functions
    Denis Smirnov authored
    Previously, sql_prepare_and_execute and sql_execute_prepared
    functions didn't follow a convention to keep output parameters
    (the port to be exact) at the end of the argument list.
    
    NO_DOC=picodata internal patch
    NO_CHANGELOG=picodata internal patch
    NO_TEST=picodata internal patch