Re: [sqlite] SQLite plus the works (was Re: Opposite of SQLite)

2019-10-10 Thread Brent Wood
ctionality. Brent Wood On Friday, October 11, 2019, 9:03:29 AM GMT+13, Jose Isaias Cabrera wrote: Simon Slavin, on Thursday, October 10, 2019 03:42 PM, wrote... > > On 10 Oct 2019, at 7:55pm, Ned Fleming, on > > > SQLessLite > > SQDietStartsMonday All kidding aside

[sqlite] Load extension in a trigger?

2019-08-20 Thread Brent Wood
al queries? Thanks Brent Wood ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQL Features That SQLite Does Not Implement

2019-05-22 Thread Brent Wood
Umm... geometries I use with Postgis & Spatialite - I don't have a database without them. Can anyone come up with a data domain for which location has no relevance? I used to think I had some (like taxonomies & dictionaries), but I've been corrected in each case :-) also IP address

Re: [sqlite] sqlite trig/geometry error

2019-01-03 Thread Brent Wood
,4326));" | \ sqlite3 -cmd "SELECT load_extension('mod_spatialite');" $DB Thanks... From: Clemens Ladisch To: sqlite-users@mailinglists.sqlite.org Sent: Thursday, January 3, 2019 10:52 PM Subject: Re: [sqlite] sqlite trig/geometry error Brent Wood wrote:

Re: [sqlite] sqlite trig/geometry error

2019-01-02 Thread Brent Wood
ture tool. Is there an easy way to tell where the sqlite math functions are coming from? I guess my next step should be to test each function individually to find out which one(s) are causing the problem and progress it from there. Cheers Brent Wood From: Kei

[sqlite] sqlite trig/geometry error

2019-01-02 Thread Brent Wood
-42=start lat, 175 = start lon) Thanks Brent Wood ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users