Re: [sqlite] Help!

2018-10-27 Thread am...@juno.com
10/27/18 Thanks so much Clements, Respectfully yours, Alex Stavis -- Original Message -- From: Clemens Ladisch To: sqlite-users@mailinglists.sqlite.org Subject: Re: [sqlite] Help! Date: Sat, 27 Oct 2018 21:55:28 +0200 am...@juno.com wrote: > how do I make a field wrap the text. I

Re: [sqlite] Help!

2018-10-27 Thread am...@juno.com
10/27/18 Thanks so much Clements, Respectfully yours, Alex Stavis -- Original Message -- From: Clemens Ladisch To: sqlite-users@mailinglists.sqlite.org Subject: Re: [sqlite] Help! Date: Sat, 27 Oct 2018 21:55:28 +0200 am...@juno.com wrote: > how do I make a field wrap the text. I

Re: [sqlite] Help!

2018-10-27 Thread Igor Korot
Hi, On Sat, Oct 27, 2018 at 1:41 PM am...@juno.com wrote: > > 10/27/18 Dear Good People: I have two issues which I have not been able to > solve. Hopefully at least one of you good people know how to do these. The > first is: how do I make a field wrap the text. In other words, rather than > h

Re: [sqlite] Help!

2018-10-27 Thread R Smith
On 2018/10/27 8:39 PM, am...@juno.com wrote: 10/27/18 Dear Good People: I have two issues which I have not been able to solve. Hopefully at least one of you good people know how to do these. The first is: how do I make a field wrap the text. In other words, rather than having the text in a fie

Re: [sqlite] Help!

2018-10-27 Thread Clemens Ladisch
am...@juno.com wrote: > how do I make a field wrap the text. In other words, rather than having > the text in a field keep going from right to left, when I hit the right > hand margin, how do I make the text automatically go to the next line. The purpose of SQLite is to store data, and to give it

[sqlite] Help!

2018-10-27 Thread am...@juno.com
10/27/18 Dear Good People: I have two issues which I have not been able to solve. Hopefully at least one of you good people know how to do these. The first is: how do I make a field wrap the text. In other words, rather than having the text in a field keep going from right to left, when I hit th

Re: [sqlite] Optmize queries on ranges

2018-10-27 Thread E.Pasma
> Keith Medcalf wrote: > .. Am I doing something wrong here .. No! The query with order by + limit 1 is superior, also in my test. Still I am surprised that the rtree extension is available by default (at least in the sqlite version 3.25 command line)