SoQL Updates

Changelog

Covered issues for this module.

Version 6.2.1

– 6/16/26

Maintenance release / Sophora updates.

Version 6.2.0

– 6/15/26

  • Fixed
    SoQL: Autocompletion der order by Properties muss funktionieren – SOQL-49 (medium)
  • Changed
    Dependency Update Q2/26 – SOQL-54 (medium)
  • Changed
    SoQL: Beim Parsen und Formatieren einer Query muss eine Zeitzone angegeben werden können, ansonsten muss UTC gelten – SOQL-50 (medium)
    Notes To ensure that every SoQL query reliably finds the correct items, it was necessary to change the date parsing behaviour. If a SoQL string includes a date without time zone information, it will assume UTC. Prior to this, it defaulted to the time zone of the system that parsed the query. This could lead to incorrect or misleading results, e.g. if the time zone of the system did not match the user's time zone. Clients can now also pass a default time zone explicitly to the parser, which will be used for all dates that lack explicit time zone information.
Version 6.1.2

– 4/13/26

  • Changed
    Der Formatter soll ascending und descending korrekt schreiben – SOQL-52 (medium)
Version 6.1.1

– 4/13/26

Maintenance release / Sophora updates.

Version 6.1.0

– 12/10/25

  • Changed
    Dependency-Update 12/25 – SOQL-29 (medium)
    Notes Dependency Updates:
    Version 5: sophora-core: 5.22.0
    Version 6: sophora-core: 6.1.0
Version 6.0.0

– 12/3/25

  • Fixed
    Datumssuchen korrigieren – SOQL-31 (medium)
  • Changed
    Datenbank-Suchoption entfernen – SOQL-26 (medium)
    Notes The expression "search in {database | database-live}" is no longer valid and will throw an exception. Use "search in collection:{collectionName}" instead.
  • Added
    TitleQuery unterstützen – SOQL-43 (medium)
Version 5.4.0

– 12/9/25

  • Changed
    Dependency-Update 12/25 – SOQL-29 (medium)
    Notes Dependency Updates:
    Version 5: sophora-core: 5.22.0
    Version 6: sophora-core: 6.1.0
Version 5.3.0

– 12/3/25

  • Fixed
    Datumssuchen korrigieren – SOQL-31 (medium)
  • Changed
    Datumssuchen: Sekundenbruchteile unterstützen – SOQL-30 (medium)
  • Improved
    Detailverbesserungen am Grammar: UNQUOTED_STRING und SKIP STRING – SOQL-38 (medium)
  • Improved
    TextQuery unterstützen – SOQL-36 (medium)
  • Improved
    NodeTypeQuery mit ContentType unterstützen – SOQL-35 (medium)
  • Improved
    EmptyQuery einbauen – SOQL-34 (medium)
  • Improved
    DocumentTypeQuery einbauen – SOQL-33 (medium)
  • Improved
    ChannelQuery um UUID-Matching erweitern – SOQL-32 (medium)
  • Improved
    SoQL um fehlende SearchParameters erweitern – SOQL-24 (medium)
  • Added
    IQueries zu SoQL-Ausdrücken formatieren – SOQL-40 (medium)
Version 5.2.0

– 5/5/25

Maintenance release / Sophora updates.

Version 5.1.0

– 5/31/24

  • Changed
    Checked Exceptions für alle Parsing-Fehler – SOQL-21 (medium)
Version 5.0.0

– 3/12/24

  • Improved
    SoQL: Unterstützung für numerische Werte – SOQL-12 (medium)
  • Added
    SoQL: SearchParameters für String-IQuerys – SOQL-8 (medium)
  • Added
    SoQL: Childnode-Query für String-IQuerys – SOQL-7 (medium)
  • Added
    SoQL: Zeitbasierte String-IQuerys – SOQL-3 (medium)

Last modified on 12/3/25

The content of this page is licensed under the CC BY 4.0 License. Code samples are licensed under the MIT License.

Icon