Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-13 Thread P Kishor
On Fri, Nov 13, 2009 at 2:17 AM, Jens Miltner wrote: > > Am 12.11.2009 um 20:08 schrieb Peter Haworth: > >> Thanks for all the info.  I believe the problem lies within Revolution >> since I'm pretty sure it includes its own private library of the >> sqlite code.  I've reported it to them and hopef

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-13 Thread Jens Miltner
Am 12.11.2009 um 20:08 schrieb Peter Haworth: > Thanks for all the info. I believe the problem lies within Revolution > since I'm pretty sure it includes its own private library of the > sqlite code. I've reported it to them and hopefully they will fix it. > > I understand the reasons for appli

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-12 Thread Peter Haworth
Thanks for all the info. I believe the problem lies within Revolution since I'm pretty sure it includes its own private library of the sqlite code. I've reported it to them and hopefully they will fix it. I understand the reasons for applications having their own copy of the code like this

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-11 Thread Jay A. Kreibich
On Wed, Nov 11, 2009 at 08:04:23AM -0800, Peter Haworth scratched on the wall: > The group_concat function works fine in the Firefox SQLite Manager > extension on the same Mac where it fails within sqlite3. Also, the > development software I'm using (Revolution) also rejects the > group_conc

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-11 Thread P Kishor
On Wed, Nov 11, 2009 at 10:04 AM, Peter Haworth wrote: > Yes, the analyzer is the only precompiled binary I see on the sqlite > download page > > The group_concat function works fine in the Firefox SQLite Manager > extension on the same Mac where it fails within sqlite3.  Also, the > development s

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-11 Thread Peter Haworth
Yes, the analyzer is the only precompiled binary I see on the sqlite download page The group_concat function works fine in the Firefox SQLite Manager extension on the same Mac where it fails within sqlite3. Also, the development software I'm using (Revolution) also rejects the group_conca

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-11 Thread William Kyngesburye
I have a SQLite3 framework. Universal binaries for Tiger thru Snow Leopard (though I'm not maintaining for Tiger any more). http://www.kyngchaos.com/software:frameworks On Nov 10, 2009, at 3:07 PM, Peter Haworth wrote: > sqlite3 is rejecting a SELECT statement that includes the group_concat

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-11 Thread Dan Kennedy
On Nov 11, 2009, at 12:13 PM, Jay A. Kreibich wrote: > On Wed, Nov 11, 2009 at 11:23:18AM +0700, Dan Kennedy scratched on > the wall: >> >> On Nov 11, 2009, at 4:07 AM, Peter Haworth wrote: >> >>> sqlite3 is rejecting a SELECT statement that includes the >>> group_concat >>> function saying i

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-10 Thread Jay A. Kreibich
On Wed, Nov 11, 2009 at 11:23:18AM +0700, Dan Kennedy scratched on the wall: > > On Nov 11, 2009, at 4:07 AM, Peter Haworth wrote: > > > sqlite3 is rejecting a SELECT statement that includes the group_concat > > function saying it's an unknown function, yet the same SELECT > > statement works fin

Re: [sqlite] sqlite3 for Mac OSX 10.5

2009-11-10 Thread Dan Kennedy
On Nov 11, 2009, at 4:07 AM, Peter Haworth wrote: > sqlite3 is rejecting a SELECT statement that includes the group_concat > function saying it's an unknown function, yet the same SELECT > statement works fine in the Firefox SQLite Manager extension. > > The version of sqlite3 on my Mac is 3.4.0

[sqlite] sqlite3 for Mac OSX 10.5

2009-11-10 Thread Peter Haworth
sqlite3 is rejecting a SELECT statement that includes the group_concat function saying it's an unknown function, yet the same SELECT statement works fine in the Firefox SQLite Manager extension. The version of sqlite3 on my Mac is 3.4.0 but it looks like the latest version is 3.6.x. Could t