Skip to content

Commit 85e1dcc

Browse files
authored
docs(accursed): add cursed knowledge page (#10031)
We have a lot of catching up to do, but we can at least note down these horrors as we reencounter them.
1 parent 17a628c commit 85e1dcc

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/_quarto.yml

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ website:
181181
- reference/Repr.qmd
182182
- reference/SQL.qmd
183183

184+
- section: Cursed Knowledge
185+
contents:
186+
- reference/cursed_knowledge.qmd
187+
184188
format:
185189
html:
186190
theme:

docs/reference/cursed_knowledge.qmd

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Cursed Knowledge
2+
3+
Cursed knowledge the Ibis developers have acquired via battling with many, many
4+
execution engines.
5+
6+
## Oracle
7+
8+
* Oracle's `LTRIM` and `RTRIM` functions accept a _set_ of whitespace (or other)
9+
characters to remove from the left-, and right-hand-side sides of the input
10+
string, but the `TRIM` function only accepts a single character to remove.
11+
12+
## Impala
13+
14+
* Impala's `LTRIM` and `RTRIM` functions accept a _set_ of whitespace (or other)
15+
characters to remove from the left-, and right-hand-side sides of the input
16+
string, but the `TRIM` function only removes _spaces_.

0 commit comments

Comments
 (0)