Co-authored-by: Bojun Chai <bojunchai@microsoft.com>
- Not all contraint types may be indicated with this directive.
+ Not all constraint types may be indicated with this directive.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
- Not all contraint types may be indicated with this directive.
+ Not all constraint types may be indicated with this directive.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
- Not all contraint types may be indicated with this directive.
+ Not all constraint types may be indicated with this directive.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
- """Run the funciton in the first batch of functions (highest priority)"""
+ """Run the function in the first batch of functions (highest priority)"""
MEDIUM = 25
"""Run the function at normal priority (this is the default)"""
MEDIUM = 25
"""Run the function at normal priority (this is the default)"""
class PriorityDispatcher:
class PriorityDispatcher:
- """registers lists of functions at multiple levels of priorty and provides
+ """registers lists of functions at multiple levels of priority and provides
a target to invoke them in priority order.
.. versionadded:: 1.18.0 - PriorityDispatcher replaces the job
a target to invoke them in priority order.
.. versionadded:: 1.18.0 - PriorityDispatcher replaces the job