Re: [PATCH 15/15] perf script python: add Python3 support to sql scripts

2019-02-25 Thread Tony Jones
On 2/25/19 6:54 AM, Arnaldo Carvalho de Melo wrote: > Em Mon, Feb 25, 2019 at 11:51:19AM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Fri, Feb 22, 2019 at 03:06:19PM -0800, Tony Jones escreveu: >>> Support both Python2 and Python3 in the exported-sql-viewer.py, >>> export-to-postgresql.py and

Re: [PATCH 15/15] perf script python: add Python3 support to sql scripts

2019-02-25 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 25, 2019 at 11:51:19AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Feb 22, 2019 at 03:06:19PM -0800, Tony Jones escreveu: > > Support both Python2 and Python3 in the exported-sql-viewer.py, > > export-to-postgresql.py and export-to-sqlite.py scripts > > @@ -234,12 +236,17 @@

Re: [PATCH 15/15] perf script python: add Python3 support to sql scripts

2019-02-25 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 22, 2019 at 03:06:19PM -0800, Tony Jones escreveu: > Support both Python2 and Python3 in the exported-sql-viewer.py, > export-to-postgresql.py and export-to-sqlite.py scripts > > There may be differences in the ordering of output lines due to > differences in dictionary ordering etc.

[PATCH 15/15] perf script python: add Python3 support to sql scripts

2019-02-22 Thread Tony Jones
Support both Python2 and Python3 in the exported-sql-viewer.py, export-to-postgresql.py and export-to-sqlite.py scripts There may be differences in the ordering of output lines due to differences in dictionary ordering etc. However the format within lines should be unchanged. The use of 'from