Skip to content

Commit a32d0b0

Browse files
committed
Register neo_ prexfix for DBD::Neo4p.
1 parent 3b5b5a5 commit a32d0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DBI.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ my $dbd_prefix_registry = {
345345
mvsftp_ => { class => 'DBD::MVS_FTPSQL', },
346346
mysql_ => { class => 'DBD::mysql', },
347347
mx_ => { class => 'DBD::Multiplex', },
348+
neo_ => { class => 'DBD::Neo4p', },
348349
nullp_ => { class => 'DBD::NullP', },
349350
odbc_ => { class => 'DBD::ODBC', },
350351
ora_ => { class => 'DBD::Oracle', },
@@ -4936,7 +4937,7 @@ unknown or unimplemented information types. For example:
49364937
See L</"Standards Reference Information"> for more detailed information
49374938
about the information types and their meanings and possible return values.
49384939
4939-
The DBI::Const::GetInfoType module exports a %GetInfoType hash that
4940+
The L<DBI::Const::GetInfoType> module exports a %GetInfoType hash that
49404941
can be used to map info type names to numbers. For example:
49414942
49424943
$database_version = $dbh->get_info( $GetInfoType{SQL_DBMS_VER} );

0 commit comments

Comments
 (0)