ChitraLekhaBHeemana
ChitraLekhaBHeemana
Connect To Database Using Custom Params cx_Oracle user='${DB_USER}',password='${DB__PWD}',dsn='${DB__DSN}' @{Query_String} Query select Pkg.function ( XXX , y ) from dual NOTE: Regular "select .." queries work fine. Have issue only with...
robot file: *** Settings *** Library DatabaseLibrary Variables testdata.py *** Test Cases *** Connect To Database Connect To Database Using Custom Params cx_Oracle user='${DB_USER}',password='${DB_PWD}',dsn='${DB_DSN}' Verify Data @{QUERY_STRING} Query select ${Package}...
Sorry I cannot provide them.
Uses the input `selectStatement` to query for the values that will be returned as a list of tuples. Set optional input `sansTran` to True to run command without an explicit...