File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ similar to C<SQL::Abstract::insert>, but much faster.
58
58
C<INSERT IGNORE> and C<ON DUPLICATE KEY UPDATE> variants supported for MySQL/MariaDB.
59
59
60
60
Although it is developed for use in our production MySQL/MariaDB, its main functions
61
- will work on DBs with similar INSERT INTO multi-row syntax like Postgres. From v0.03,
62
- Oracle Database is also supported.
61
+ will work on DBs with similar C< INSERT INTO> multi-row syntax like PostgreSQL.
62
+ From v0.03, Oracle Database is also supported.
63
63
64
64
=head1 EXPORTS
65
65
@@ -118,7 +118,7 @@ create an empty string in the db or give an error depending on your column type
118
118
db settings.
119
119
120
120
=item * C<oracle> : This is automatically set to true when an Oracle driver is
121
- detected (using C<$dbh-= E<gt>{Driver}-= E<gt>{Name}>) and the module will produce the
121
+ detected (using C<$dbh-E<gt>{Driver}-E<gt>{Name}>) and the module will produce the
122
122
Oracle C<INSERT ALL> format. Specifying it manually in the constructor will override
123
123
the automatic detection - a false value will force the MySQL compatible multi-row
124
124
C<INSERT INTO> syntax (which should work on Oracle 23c or newer), while a true value
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ similar to C<SQL::Abstract::insert>, but much faster.
73
73
C<INSERT IGNORE > and C<ON DUPLICATE KEY UPDATE > variants supported for MySQL/MariaDB.
74
74
75
75
Although it is developed for use in our production MySQL/MariaDB, its main functions
76
- will work on DBs with similar INSERT INTO multi-row syntax like Postgres. From v0.03,
77
- Oracle Database is also supported.
76
+ will work on DBs with similar C< INSERT INTO > multi-row syntax like PostgreSQL.
77
+ From v0.03, Oracle Database is also supported.
78
78
79
79
=head1 EXPORTS
80
80
@@ -133,7 +133,7 @@ create an empty string in the db or give an error depending on your column type
133
133
db settings.
134
134
135
135
=item * C<oracle > : This is automatically set to true when an Oracle driver is
136
- detected (using C<$dbh-= E<gt> {Driver}-= E<gt> {Name}>) and the module will produce the
136
+ detected (using C<$dbh-E<gt> {Driver}-E<gt> {Name}>) and the module will produce the
137
137
Oracle C<INSERT ALL > format. Specifying it manually in the constructor will override
138
138
the automatic detection - a false value will force the MySQL compatible multi-row
139
139
C<INSERT INTO > syntax (which should work on Oracle 23c or newer), while a true value
You can’t perform that action at this time.
0 commit comments