Bugzilla – Attachment 38970 Details for
Bug 9892
export_borrowers.pl separator should default to the 'delimiter' syspref value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9892: [QA Follow-up] Typo and updated usage
Bug-9892-QA-Follow-up-Typo-and-updated-usage.patch (text/plain), 1.87 KB, created by
Marcel de Rooy
on 2015-05-08 07:35:22 UTC
(
hide
)
Description:
Bug 9892: [QA Follow-up] Typo and updated usage
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-08 07:35:22 UTC
Size:
1.87 KB
patch
obsolete
>From 0be6f873533d42669be84a915b635c3aa501f6a0 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 8 May 2015 09:25:37 +0200 >Subject: [PATCH] Bug 9892: [QA Follow-up] Typo and updated usage >Content-Type: text/plain; charset=utf-8 > >Corrected specifield. >Updated usage statement on use of delimiter pref. >Clarified the CONDITION explanation somewhat.. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > misc/export_borrowers.pl | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > >diff --git a/misc/export_borrowers.pl b/misc/export_borrowers.pl >index 4f29f31..6f0985a 100755 >--- a/misc/export_borrowers.pl >+++ b/misc/export_borrowers.pl >@@ -47,13 +47,15 @@ $0 -h > -s, --separator=CHAR This character will be used to separate fields. > Some characters like | or ; will need to be escaped > in the parameter setting, like -s=\\| or -s=\\; >- If no separator is specifield, a comma will be used. >+ If no separator is specified, the delimiter pref >+ will be used (or a comma, if the pref is empty) > -H, --show-header Print field names on first row > -w, --where=CONDITION Condition to filter borrowers to export > (SQL where clause). >- CONDITION must be enclosed by double quotes and >- if needed, where value by single quotes. >- example : --where "surname='De Lattre'" >+ CONDITION must be enclosed by double quotes >+ You can use single quotes around a field value >+ within the condition like: >+ --where "surname='De Lattre'" > -h, --help Show this help > > USAGE >-- >1.7.10.4
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 9892
:
37619
|
38895
|
38967
|
38968
|
38969
| 38970