bugGNU Parallel - Bugs: bug #46803, Improvements to --sql

 
 

bug #46803: Improvements to --sql

Submitter:  Ole Tange <tange>
Submitted:  Sun 03 Jan 2016 11:47:11 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 03 Jan 2016 11:47:11 PM UTC, original submission:  

Can --resume(-failed)/--retry-failed be brought to work?

If using --hostgroup --dryrun the Host should be @grp.

Data types http://wiki.ispirer.com/sqlways/postgresql/data-types/bigint:
Seq: BIGINT, Oracle: NUMBER(19,0)
Host: VARCHAR(255) -- RFC 1035
Starttime: FLOAT(44) -- 44 bit of precision for 9999999999.999
RunTime: FLOAT(44) -- 44 bit of precision for 9999999999.999
Send: BIGINT, Oracle: NUMBER(19,0)
Receive: BIGINT, Oracle: NUMBER(19,0)
Exitval: SMALLINT, Oracle: NUMBER(5,0)
Signal: SMALLINT, Oracle: NUMBER(5,0)
Command: TEXT, Oracle: CLOB, MSSQL: Varchar(max)
stdout: http://wiki.ispirer.com/sqlways/informix/data-types/clob
stderr: See stdout
Unnamed arguments:
V1: See Command
V2: See Command

Sqlite: CREATE TABLE tbl (Seq BIGINT, y, z); CREATE INDEX tblSeq ON tbl(Seq);

Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code