Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 84889
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.402
Fixed in: 1.403



Subject: Spelling error in pod
Hi, here is a little error: --- a/lib/SQL/Statement/Roadmap.pod +++ b/lib/SQL/Statement/Roadmap.pod @@ -97,7 +97,7 @@ The easiest way to implement this would L<SQL::Statement::RAM|SQL::Statement::RAM::Table> on C<BEGIN TRANSACTION> and write the entire table back on C<COMMIT> or discard on C<ROLLBACK>. -Better performance could be acheived when the implementation allows to +Better performance could be acheived when the implementation allows one to memorize the single modification and apply them at C<COMMIT>. This needs more discussion.
From: fschlich [...] zedat.fu-berlin.de
Show quoted text
> Better performance could be acheived when the
there is also s/acheived/achieved/, but the entire sentence is a little unclear; perhaps reword to "Better performance could be achieved in cases where the implementation is enabled to memorize pending modifications and apply them at C<COMMIT>."
I saw the s/acheived/achieved/ in the first patch already - but I agree that the sentence itself should be rewritten. I ask a native speaker at next niederrhein.pm meeting.
It should be a better wording now. Please reopen the ticket when it still smells ;)