Re: [sqlite] How does SQLite handle newlines in values?

2009-06-13 Thread Nuno Lucas
On Sat, Jun 13, 2009 at 4:16 PM, Florian v. Savigny wrote: > I'm very sorry if this is a very stupid question. Intuitively, I would > assume that of course, any TEXT or BLOB field may contain > newlines. I'm, however, puzzled about two things (it all refers to the > commandline interface): > > - wh

Re: [sqlite] How does SQLite handle newlines in values?

2009-06-13 Thread Simon Davies
2009/6/13 Florian v. Savigny : > > > I'm very sorry if this is a very stupid question. Intuitively, I would > assume that of course, any TEXT or BLOB field may contain > newlines. I'm, however, puzzled about two things (it all refers to the > commandline interface): > > - while I can insert values

[sqlite] How does SQLite handle newlines in values?

2009-06-13 Thread Florian v. Savigny
I'm very sorry if this is a very stupid question. Intuitively, I would assume that of course, any TEXT or BLOB field may contain newlines. I'm, however, puzzled about two things (it all refers to the commandline interface): - while I can insert values with newlines by using the X'ABCD' notatio