File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ my $dbd_prefix_registry = {
345
345
mvsftp_ => { class => ' DBD::MVS_FTPSQL' , },
346
346
mysql_ => { class => ' DBD::mysql' , },
347
347
mx_ => { class => ' DBD::Multiplex' , },
348
+ neo_ => { class => ' DBD::Neo4p' , },
348
349
nullp_ => { class => ' DBD::NullP' , },
349
350
odbc_ => { class => ' DBD::ODBC' , },
350
351
ora_ => { class => ' DBD::Oracle' , },
@@ -4936,7 +4937,7 @@ unknown or unimplemented information types. For example:
4936
4937
See L</"Standards Reference Information"> for more detailed information
4937
4938
about the information types and their meanings and possible return values.
4938
4939
4939
- The DBI::Const::GetInfoType module exports a %GetInfoType hash that
4940
+ The L< DBI::Const::GetInfoType> module exports a %GetInfoType hash that
4940
4941
can be used to map info type names to numbers. For example:
4941
4942
4942
4943
$database_version = $dbh->get_info( $GetInfoType{SQL_DBMS_VER} );
You can’t perform that action at this time.
0 commit comments