Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for pages/lang_corefunc.in
2025-01-28
| ||
21:04 | [d98e6166d3] part of check-in [0d4db2556c] Document the enhancements to the if() function, to allow four or more arguments. (check-in: [0d4db2556c] user: drh branch: pre-3.49, size: 25631) | |
2024-12-30
| ||
15:37 | [8ddb624788] part of check-in [f919d534f0] Update the change log and news in anticipation of 3.48.0. (check-in: [f919d534f0] user: drh branch: trunk, size: 24544) | |
2024-11-26
| ||
23:53 | [f0665d94d7] part of check-in [10d68f507b] Update documentation of the iif() and if() functions. (check-in: [10d68f507b] user: drh branch: trunk, size: 24395) | |
2024-09-26
| ||
22:54 | [aa889485ea] part of check-in [4e4fc2e432] Mention the new ".www" command in the CLI. Point out that length() returns the number of code-points, not characters. (check-in: [4e4fc2e432] user: drh branch: trunk, size: 24198) | |
2023-10-24
| ||
19:38 | [a451f26240] part of check-in [21f2c6d95f] Additional detail and cross-linking of SQL function documentation. (check-in: [21f2c6d95f] user: drh branch: trunk, size: 24089) | |
18:19 | [a483b8564d] part of check-in [9d3f151177] Improved hyperlinking between the various SQL function documentation pages. (check-in: [9d3f151177] user: drh branch: trunk, size: 23844) | |
2023-10-19
| ||
17:13 | [d2e34635b4] part of check-in [e46ed2bbb4] Cure grammos noted in forum post 71b50c00ad. (check-in: [e46ed2bbb4] user: larrybr branch: trunk, size: 23827) | |
2023-08-29
| ||
15:38 | [01e6d2e97c] part of check-in [87a39b4d6d] Start the 3.44.0 development cycle. Add documentation for CONCAT() and CONCAT_WS(). (check-in: [87a39b4d6d] user: drh branch: trunk, size: 23840) | |
2023-06-23
| ||
11:37 | [83f85e0173] part of check-in [d61235143a] Documentation for octet_length(). (check-in: [d61235143a] user: drh branch: trunk, size: 23213) | |
2023-01-27
| ||
13:42 | [1a94b5b49f] part of check-in [4c51970d12] Add documentation for the sqlite3_vtab_in_first() enhancement and the new unhex() SQL function. (check-in: [4c51970d12] user: drh branch: trunk, size: 22171) | |
2022-07-16
| ||
18:39 | [bc476ffe9a] part of check-in [61ea8e8e19] Say what round() does with negative 2nd argument. (check-in: [61ea8e8e19] user: larrybr branch: trunk, size: 21279) | |
2022-04-30
| ||
19:19 | [3e03404f54] part of check-in [7ed6173ca0] Enhance the documentation for the built-in length() SQL function to talk about the fact that it returns the character length. (check-in: [7ed6173ca0] user: drh branch: trunk, size: 21269) | |
2022-01-20
| ||
23:31 | [995cc533c4] part of check-in [921013da18] Grammar improvements where noted by https://sqlite.org/forum/forumpost/6712173dd2 (check-in: [921013da18] user: drh branch: branch-3.37, size: 20073) | |
21:38 | [bd890a703c] part of check-in [96d1781d44] Grammar improvements where noted by https://sqlite.org/forum/forumpost/6712173dd2 (check-in: [96d1781d44] user: larrybr branch: trunk, size: 20420) | |
2022-01-11
| ||
23:55 | [cd3f7f108c] part of check-in [7938669cbd] Update the change log with the latest features. (check-in: [7938669cbd] user: drh branch: trunk, size: 20402) | |
2021-10-06
| ||
16:02 | [bddf283ac4] part of check-in [2034fc7ee6] Grammatical de-nit (check-in: [2034fc7ee6] user: larrybr branch: trunk, size: 20055) | |
10:14 | [d10a9bcbf2] part of check-in [6a78846f93] Fix typo in the sign() documentation. (check-in: [6a78846f93] user: drh branch: branch-3.36, size: 20051) | |
2021-09-14
| ||
19:16 | [9d8058766b] part of check-in [a9ef8137bd] Fix some busted requirements marks in the EXPR documentation. Add the 64() suffix to sqlite3_changes and sqlite3_total_changes() in the SQL core function documentation. (check-in: [a9ef8137bd] user: drh branch: trunk, size: 20054) | |
2021-02-25
| ||
05:41 | [3e37f999ea] part of check-in [dd7fe37832] Fixed min/max scalar/aggregate confusion reported at https://sqlite.org/forum/forumpost/7b60ca0b85 . This was an obvious error with knarly causation and a somewhat less knarly solution. (check-in: [dd7fe37832] user: larrybr branch: trunk, size: 20050) | |
2021-02-24
| ||
12:48 | [35790e64f9] part of check-in [94c9aa9fe9] Update obsolete hash type for sqlite_source_id() function. (Flagged by Mr. Beal.) (check-in: [94c9aa9fe9] user: larrybr branch: trunk, size: 20057) | |
2020-12-07
| ||
23:55 | [c3a0ec2160] part of check-in [6654cf2187] Start the change log for the next release. Add documentation for the math functions. (check-in: [6654cf2187] user: drh branch: trunk, size: 20053) | |
2020-12-03
| ||
15:34 | [6cf5966ddc] part of check-in [2fe27dbb3a] Add text to clarify the behavior of hex() when given a numeric argument. (check-in: [2fe27dbb3a] user: drh branch: trunk, size: 19722) | |
2020-11-23
| ||
14:55 | [97a8783f5d] part of check-in [33b7cf7178] Allow substring() as an alias for substr(). (check-in: [33b7cf7178] user: drh branch: trunk, size: 19332) | |
2020-05-23
| ||
02:01 | [fe15a56697] part of check-in [93257a1a8d] Typo: iff() should be iif(). (check-in: [93257a1a8d] user: drh branch: trunk, size: 19215) | |
2020-05-13
| ||
18:19 | [aee627fbdc] part of check-in [7d28d65e60] Add documentation for the iif() SQL function. (check-in: [7d28d65e60] user: drh branch: trunk, size: 19215) | |
2020-02-10
| ||
20:43 | [ca7c10b5f5] part of check-in [8ff2f2f334] Improvements to the built-in function lists. (check-in: [8ff2f2f334] user: drh branch: trunk, size: 18960) | |
20:33 | Added: [b42b1d86d5] part of check-in [ca272c33f2] Finish splitting the lang.in source file into separate parts. (check-in: [ca272c33f2] user: drh branch: trunk, size: 18915) | |