Bugzilla – Attachment 95355 Details for
Bug 24029
marcrecord2csv.t displays a SQL error "Truncated incorrect DOUBLE value: '01e'"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24029: Remove "Truncated incorrect DOUBLE value: '01e'" from marcrecord2csv.t
Bug-24029-Remove-Truncated-incorrect-DOUBLE-value-.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2019-11-13 10:09:02 UTC
(
hide
)
Description:
Bug 24029: Remove "Truncated incorrect DOUBLE value: '01e'" from marcrecord2csv.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-13 10:09:02 UTC
Size:
1.47 KB
patch
obsolete
>From 5fad88a890586fd03ac57caf63b65de091ffba71 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Nov 2019 10:50:41 +0100 >Subject: [PATCH] Bug 24029: Remove "Truncated incorrect DOUBLE value: '01e'" > from marcrecord2csv.t > >marc_subfield_structure.tagfield is a varchar(3) >--- > t/db_dependent/Record/marcrecord2csv.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Record/marcrecord2csv.t b/t/db_dependent/Record/marcrecord2csv.t >index c937887fb4..a2ae394e2c 100644 >--- a/t/db_dependent/Record/marcrecord2csv.t >+++ b/t/db_dependent/Record/marcrecord2csv.t >@@ -101,7 +101,7 @@ my $authorised_value_1 = > $builder->build( { source => 'AuthorisedValue', value => { category => 'MY_AV_1', authorised_value => 1, lib => 'This is an AV', lib_opac => 'This is an AV (opac)' } } ); > my $authorised_value_2 = $builder->build( > { source => 'AuthorisedValue', value => { category => 'MY_AV_2', authorised_value => 2, lib => 'This is another AV', lib_opac => 'This is another AV (opac)' } } ); >-$dbh->do(q|DELETE FROM marc_subfield_structure WHERE tagfield=998 and ( tagsubfield='8' or tagsubfield='9')|); >+$dbh->do(q|DELETE FROM marc_subfield_structure WHERE tagfield='998' and ( tagsubfield='8' or tagsubfield='9')|); > $builder->build( > { source => 'MarcSubfieldStructure', value => { authorised_value => $authorised_value_1->{category}, tagfield => 998, tagsubfield => '8', frameworkcode => $frameworkcode } } > ); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24029
:
95355
|
95376