Skip to content

Commit 2e21be1

Browse files
committed
Added release notes for Renovated Capire
1 parent fa588a0 commit 2e21be1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

get-started/learn-more.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ It's organized as follows:
6868
</table>
6969

7070

71+
###### Callouts and Alerts
7172
::: details Callouts and Alerts
7273

7374
We use [GitHub-flavored alerts](https://vitepress.dev/guide/markdown#github-flavored-alerts) to highlight important information in our documentation.

guides/databases/cql-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Date / Time functions:
132132
> The return value of `indexof()` as well as the `start` parameter in `substring()` are zero-based index values. If the substring is not found, `indexof()` returns `-1`. If the `start` index in `substring()` is negative, it is counted from the end of the string. If the `length` parameter is omitted, the substring to the end of the string is returned.
133133
134134
> [!important] Function names are case-sensitive
135-
> The function names must be written exactly as in the list below. For example, `toUpper` is invalid, while `toupper` is valid. That allows you to write portable queries, but also gives you access to database-specific functions when needed by using all-uppercase names, for example `SUM(x)`.
135+
> The function names must be written exactly as listed above. For example, `toUpper` is invalid, while `toupper` is valid. Differently cased names might also work if they match native functions of the specific database, but are not guaranteed to be portable -> always use the exact casing as listed.
136136
137137
> [!warning] Non-portable <code>round()</code> function with more than one argument
138138
> Note that databases support `round()` functions with multiple arguments, the second parameter being the precision. If you use that option, the `round()` function may behave differently depending on the database.

0 commit comments

Comments
 (0)