Skip to content

Commit

Permalink
Skip DBIx::SearchBuilder 1.81 for Oracle
Browse files Browse the repository at this point in the history
DBIx::SearchBuilder 1.81 introduces a new behavior that empty Contents of
Attachments are saved as empty CLOBs instead of NULL, which breaks the logic
of RT::Attachments::LimitNotEmpty.
  • Loading branch information
sunnavy committed Apr 25, 2024
1 parent 78a0ba1 commit 311152a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ feature 'mariadb' => sub {

feature 'oracle' => sub {
requires 'DBD::Oracle', '!= 1.23';
requires 'DBIx::SearchBuilder', '!= 1.81';
};

feature 'pg' => sub {
Expand Down

0 comments on commit 311152a

Please sign in to comment.