FirebirdSQL / firebird-documentation

Firebird documentation
https://www.firebirdsql.org/en/firebird-rdbms/
34 stars 14 forks source link

Mistype in "SIMILAR TO" documentation (Firebird 2.5 Language Reference Update) #162

Closed AdamDempsey closed 2 years ago

AdamDempsey commented 2 years ago

In "Building regular expressions" -> Wildcards there is a mistype, "wildchards" instead of "wildcards".

"The known SQL wildchards _ and % match any single character and a string of any length, respectively:"

Found in "Firebird 2.5 Language Reference Update" -> SIMILAR TO.

mrotteveel commented 2 years ago

Thanks for reporting. This typo was already fixed in the repository (in this commit), but apparently never released. I will see if I can build and release a new version.

That said, I would recommend to stop using the Language Reference Update, but instead use the Firebird 2.5 Language Reference, Firebird 3.0. Language Reference or the Firebird 4.0 Language Reference. These documents are far more complete than the Firebird Language Reference Updates as they cover the entire language, and not just the changes since InterBase 6.0.

mrotteveel commented 2 years ago

I have published the version with the typo fixes.