mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
just a few spelling error changes
This commit is contained in:
parent
4205d74b11
commit
cfbfd38723
32 changed files with 38 additions and 38 deletions
|
@ -33,7 +33,7 @@ class UnclosedQuoteError(SQLParseError):
|
|||
pass
|
||||
|
||||
# maps a type of identifier to the maximum number of dot levels that are
|
||||
# allowed to specifiy that identifier. For example, a database column can be
|
||||
# allowed to specify that identifier. For example, a database column can be
|
||||
# specified by up to 4 levels: database.schema.table.column
|
||||
_PG_IDENTIFIER_TO_DOT_LEVEL = dict(database=1, schema=2, table=3, column=4, role=1)
|
||||
_MYSQL_IDENTIFIER_TO_DOT_LEVEL = dict(database=1, table=2, column=3, role=1, vars=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue