You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
-- ------------------------------------------------------------------------------ --
|
|
|
|
|
-- TradeSkillMaster --
|
|
|
|
|
-- https://tradeskillmaster.com --
|
|
|
|
|
-- All Rights Reserved - Detailed license information included with addon. --
|
|
|
|
|
-- ------------------------------------------------------------------------------ --
|
|
|
|
|
|
|
|
|
|
local TSM = select(2, ...) ---@type TSM
|
|
|
|
|
local Constants = TSM.Init("Util.DatabaseClasses.Constants") ---@class Util.DatabaseClasses.Constants
|
|
|
|
|
Constants.DB_INDEX_VALUE_SEP = "\001"
|
|
|
|
|
Constants.OTHER_FIELD_QUERY_PARAM = newproxy()
|
|
|
|
|
Constants.BOUND_QUERY_PARAM = newproxy()
|