[sqlite] CSV export CR+LF not working properly on Windows

2015-09-21 Thread Big Stone
hi all, I've been hit by this bug: http://sqlite.1065341.n5.nabble.com/new-line-now-r-n-regardless-the-OS-td77371.html I confirm that some basic export writes now to windows 7 with LF only, instead of CR+LF. I'm not against this feature, but I need also the previous behaviour. ==> could it be m

Re: [sqlite] csv export

2014-01-25 Thread Frantisek Cerven
ilto:feri...@gmail.com] > Gesendet: Freitag, 24. Jänner 2014 07:45 > An: sqlite-users@sqlite.org > Betreff: [sqlite] csv export > > Hello, > > I want to ask you if is any way to call sqlite special commands > programatically from c#. > E.g. I need something like this in code

Re: [sqlite] csv export

2014-01-24 Thread Frantisek Cerven
m] > Gesendet: Freitag, 24. Jänner 2014 07:45 > An: sqlite-users@sqlite.org > Betreff: [sqlite] csv export > > Hello, > > I want to ask you if is any way to call sqlite special commands > programatically from c#. > E.g. I need something like this in code not in command li

Re: [sqlite] csv export

2014-01-24 Thread Hick Gunter
reitag, 24. Jänner 2014 07:45 An: sqlite-users@sqlite.org Betreff: [sqlite] csv export Hello, I want to ask you if is any way to call sqlite special commands programatically from c#. E.g. I need something like this in code not in command line: sqlite> .mode csv sqlite> .output test.csv sqlit

[sqlite] csv export

2014-01-23 Thread Frantisek Cerven
Hello, I want to ask you if is any way to call sqlite special commands programatically from c#. E.g. I need something like this in code not in command line: sqlite> .mode csv sqlite> .output test.csv sqlite> select * from tbl1; sqlite> .output stdout If not, what is the quicker way to export tab