doc/book/en/annexes/rql/index.rst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 22 Jul 2014 17:22:23 +0200
branchstable
changeset 9912 a84922befb89
parent 6880 4be32427b2b9
permissions -rw-r--r--
Fix Binary.__eq__ (closes #4172701) Due to a typo we always returned true, which was unhelpful.

.. _RQLChapter:

Relation Query Language (RQL)
=============================

This chapter describes the Relation Query Language syntax and its implementation in CubicWeb.

.. toctree::
   :maxdepth: 2

   intro
   language
   debugging
   implementation