Terarea  2
The automation project
Loading...
Searching...
No Matches
sql_constants.py File Reference

Go to the source code of this file.

Namespaces

namespace  src
 
namespace  src.lib
 
namespace  src.lib.sql
 
namespace  src.lib.sql.sql_constants
 

Variables

list src.lib.sql.sql_constants.UNWANTED_ARGUMENTS
 
list src.lib.sql.sql_constants.RISKY_KEYWORDS
 
list src.lib.sql.sql_constants.KEYWORD_LOGIC_GATES
 
str src.lib.sql.sql_constants.DATE_ONLY = '%Y-%m-%d'
 
str src.lib.sql.sql_constants.DATE_AND_TIME = '%Y-%m-%d %H:%M:%S'
 
str src.lib.sql.sql_constants.CONNECTION_FAILED = "Connection to the database is non-existant, aborting command."
 
str src.lib.sql.sql_constants.CURSOR_FAILED = "Cursor to the database is non-existant, aborting command."
 
tuple src.lib.sql.sql_constants.GET_TABLE_SIZE_ERROR = (-1)