laminas / laminas-db

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
https://docs.laminas.dev/laminas-db/
BSD 3-Clause "New" or "Revised" License
122 stars 68 forks source link

`getSqlStringForSqlObject` method is deprecated - do not use it in documentation #248

Closed paulovitorbal closed 2 years ago

paulovitorbal commented 2 years ago

getSqlStringForSqlObject is deprecated in 2.4. And the method comments suggest using the buildSqlString method instead.

Signed-off-by: Paulo Vitor Bettini de Paiva Lima paulovitorbal@gmail.com

Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA /no

Description

Tell us about why this change is necessary:

paulovitorbal commented 2 years ago

Sorry about my poor english. I could not understand perfectly the issue template. But I saw a small error on the documentation (method usage) and this PR fixes it. If needed I can provide more information or make changes to the code.

Glad to help.