canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
16 stars 8 forks source link

Change name of parseIdentifer to parseName #109

Closed Aflynn50 closed 6 months ago

Aflynn50 commented 9 months ago

This PR changes the name of the functions parseIdentifier and parseIdentifierAsterisk to parseName and parseNameOrAsterisk respectively.

This change is done for consistency. The term "Identifier" is not used anywhere else.