Re: [sqlite] Is SQLITE_DETERMINISTIC ignored on an aggregate?

2018-09-30 Thread Deon Brewis
Bug I found in my code. Wanted to know if I need to do a recall or just fix it 
in the next release.

Thanks!
- Deon

-Original Message-
From: sqlite-users  On Behalf Of 
Richard Hipp
Sent: Thursday, September 27, 2018 10:25 AM
To: SQLite mailing list 
Subject: Re: [sqlite] Is SQLITE_DETERMINISTIC ignored on an aggregate?

On 9/27/18, Deon Brewis  wrote:
> Is there anything that SQLITE_DETERMINISTIC would ever be used for in 
> an aggregate? (Function with xStep/xFinal as opposed to just xFunc).
>
> I assume it's ignored, but just checking.

I believe you are correct.  But why are you asking?

--
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Is SQLITE_DETERMINISTIC ignored on an aggregate?

2018-09-27 Thread Richard Hipp
On 9/27/18, Deon Brewis  wrote:
> Is there anything that SQLITE_DETERMINISTIC would ever be used for in an
> aggregate? (Function with xStep/xFinal as opposed to just xFunc).
>
> I assume it's ignored, but just checking.

I believe you are correct.  But why are you asking?

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Is SQLITE_DETERMINISTIC ignored on an aggregate?

2018-09-27 Thread Deon Brewis
Is there anything that SQLITE_DETERMINISTIC would ever be used for in an 
aggregate? (Function with xStep/xFinal as opposed to just xFunc).

I assume it's ignored, but just checking.

- Deon

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users