[Rt-commit] rt branch, 4.4/mysql8-quoted-tables, repushed
Aaron Trevena
ast at bestpractical.com
Wed Sep 2 14:57:59 EDT 2020
The branch 4.4/mysql8-quoted-tables was deleted and repushed:
was 7ecd5ef54c733e103800437fb367582ee7fb96e4
now e92fcdc1a2adb026dbe848f8636db93b064b6c13
1: 353b51435e = 1: 353b51435e Update mysql DDL for version 8
2: 27af644cf4 ! 2: f8647c777b Add table quoting for mysql 8
@@ -10,7 +10,7 @@
$ENV{'NLS_NCHAR'} = "AL32UTF8";
}
+ if ( $db_type eq 'mysql' ) {
-+ $args{QuoteTableNames} //= 1;
++ $args{QuoteTableNames} = 1;
+ }
$self->SUPER::Connect(
@@ -211,6 +211,15 @@
$tprefix = $prefix . '/article/' if $tclass eq 'RT::Article';
@@
+ ." errors with links.\n",
+ 'Link to a missing object in $ttable'
+ );
+-
++ $stable =~ s/`//g;
+ delete_record($stable, $sid);
+ }
+ }
+@@
my ($ttable, @tcols) = (shift, shift);
my %args = @_;
3: 7ecd5ef54c < -: ------- Update tests for mysql and table quoting
-: ------- > 3: e92fcdc1a2 Update tests for mysql 8 and table quoting
More information about the rt-commit
mailing list