Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migrated to Confluence 4.0

...

2. Operatoren und Datentypen
Operatoren

Wiki-Markup\*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ALWAYSTRUE \!=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NOTEQUAL <=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EQUALLESS >=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EQUALGREATER <&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LESS >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GREATER \*         ALWAYSTRUE
!=        NOTEQUAL
<=        EQUALLESS
>=        EQUALGREATER
<        LESS
>        GREATER
[VAL1,VAL2,VALn\]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; INLIST \]        INLIST
[VAL1,...,VAL2\]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; INRANGE (genau drei Argumente, das mittlere Argument ist ]             INRANGE (genau drei Argumente, das mittlere Argument ist "...")
Alles andere ist EQUAL.

Alle Operatoren wurden für alle Datentypen umgesetzt.

...

DateTime wird gemaped auf DateTime nach ISO 8601 ohne die Unterstützung von Wochen, Wochentagen und Tagen im Jahr
z.B.: 2011-12-31 oder 2011-12-31T16:47Z

...

3. Entities

...

Es werden alle HTML-Entities aufgelöst, die RW kennt.
Zusätzliche ESCAPE-Zeichen sind: &nbsp;
 \" &nbsp;
 \n &nbsp;\! &nbsp;\= &nbsp;\< &nbsp;\> &nbsp;\[ &nbsp;\
 !
 \=
 \<
 \>
 [
 ]