- Mar 23, 2022
-
-
François Ferry authored
-
- Jan 13, 2022
-
-
François Ferry authored
-
François Ferry authored
-
François Ferry authored
-
Frank Bessou authored
These types are not supposed to be accessed by client code.
-
Frank Bessou authored
TypeVars should be referenced at least twice otherwise they have no effect.
-
- Oct 18, 2021
-
-
Nsukami Patrick authored
Add a job that will: - clone the last Cubicweb version - update rql requirement within Cubicweb's setup.py - finally, run tox -e py3-server See #8
-
- Dec 22, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
Searched across all projects on the forge.
-
- Jan 05, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
- Dec 22, 2021
-
-
Frank Bessou authored
-
- Jan 05, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- Jan 03, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- Dec 22, 2021
-
-
Frank Bessou authored
This allows to support pyright which doesn't support sub-typing of conditional types. See https://github.com/microsoft/pyright/issues/2047.
-
Frank Bessou authored
Not a breaking change since no version has been released.
-
- Jan 05, 2022
-
-
Frank Bessou authored
-
- Dec 03, 2021
-
-
Frank Bessou authored
BREAKING CHANGE: this shouldn't affect projects since updating rql will automacally install the new dependency.
-
- Dec 14, 2021
-
-
Frank Bessou authored
-
- Dec 01, 2021
-
-
François Ferry authored
Without this, we have an error if we have aggregate functions indise other function. related: cubicweb#242
-
- Dec 02, 2021
-
-
Nsukami Patrick authored
-
- Dec 01, 2021
-
-
Nsukami Patrick authored
-
- Nov 30, 2021
-
-
Nsukami Patrick authored
-
- Nov 25, 2021
-
-
Nsukami Patrick authored
-
Nsukami Patrick authored
update undo_manager property, type: self._undo_manager as SelectionManager and fix: rql/stmts.py:424: error: Cannot determine type of "_undo_manager" [has-type] rewrite the undo_manager function and make sure it always returns a SelectionManager
-
- Nov 24, 2021
-
-
Nsukami Patrick authored
- remove even more useless comments - remove even more useless casts
-
Nsukami Patrick authored
if we want to use it as 2nd arg to the property function: - set_limit method should explicitly return None - remove useless comments - remove now useless type:ignore comments This fix mypy error: Argument 2 to "property" has incompatible type "Callable[[rql.stmts.Union, Any], Optional[rql.stmts.Union]]" expected "Optional[Callable[[Any, Any], None]]"
-
Nsukami Patrick authored
- annotate schema as ISchema - remove useless comments - remove useless cast - remove now useless type:ignore comments
-
- Nov 25, 2021
-
-
Nsukami Patrick authored
- `visit_insert` method should only accept rql.stmts.Insert type nodes - `visit_delete` should only accept rql.stmts.Delete type nodes
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-