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 <[email protected]> On Behalf Of Richard Hipp Sent: Thursday, September 27, 2018 10:25 AM To: SQLite mailing list <[email protected]> Subject: Re: [sqlite] Is SQLITE_DETERMINISTIC ignored on an aggregate? On 9/27/18, Deon Brewis <[email protected]> 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 [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

