This commit is contained in:
Jim Menard 2009-01-16 16:14:49 -05:00
parent 00712a77e8
commit fa96e7c1cf
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Here is a sample primary key factory, taken from the tests:
end
end
A database's PK factory object may be changed, but this is not recommended.
A database's PK factory object may be set after you obtain it, but only once.
The only reason it is changeable is so that libraries such as MongoRecord that
use this driver can set the PK factory after obtaining the database but before
using it for the first time.