Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos/grammar #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions man/JDBC.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
functions such as \code{\link[DBI]{dbWriteTable}} that have to
automatically generate SQL code. One major ability is the support for
quoted identifiers. The SQL92 standard uses double-quotes, but many
database engines either don't support it or use other character. The
database engines either do not support it or use another character. The
\code{identifier.quote} parameter allows you to set the proper quote
character for the database used. For example MySQL would require
character for your database. For example, MySQL would require
\code{identifier.quote="`"}. If set to \code{NA}, the ability to quote
identifiers is disabled, which poses restrictions on the names that
can be used for tables and fields. Other functionality is not affected.
Expand Down