SQLite

All files named ”test/func5.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/func5.test

2020-03-11
17:58
[863e6d1bd0] part of check-in [97a18a5cd7] Do not factor out constant functions into the initialization section at the end of the prepared statement, be cause if they throw an exception, it will abort the statement even if the function is never called. Better to put constant functions in an OP_Once block. (check-in: [97a18a5cd7] user: drh branch: do-not-factor-functions, size: 2314)
2013-12-14
13:44
[cdd224400b] part of check-in [5716fc2341] Allow the SQLITE_DETERMINISTIC flag to be ORed into the preferred text encoding of application-defined functions, to mark the function as deterministic. (check-in: [5716fc2341] user: drh branch: trunk, size: 2275)
2013-11-21
21:23
Added: [1435dd313c] part of check-in [487f20366c] Do not reuse factored constants that might have had their encodings changed. (check-in: [487f20366c] user: drh branch: trunk, size: 1147)