Skip to content
Merged
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
2 changes: 1 addition & 1 deletion lib/DBI/DBD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This document is I<still> a minimal draft which is in need of further work.

Please read the B<DBI> documentation first and fully. Then look at the
implementation of some high-profile and regularly maintained drivers like
DBD::Oracle, DBD::ODBC, DBD::Pg etc. (Those are no no particular order.)
DBD::Oracle, DBD::ODBC, DBD::Pg etc. (Those are in no particular order.)

Then reread the B<DBI> specification and the code of those drivers again as
you're reading this. It'll help. Where this document and the driver code
Expand Down
Loading