Julien Cabieces
49fb842a3d
refactor(ExpressionNode): use unique_ptr when possible
2025-05-12 15:41:34 +02:00
Nyall Dawson
3f6b490218
Sipify
2025-04-02 11:11:10 +10:00
Nyall Dawson
4a10066b69
Fix grammar errors in class docstrings
2025-04-01 09:44:00 +10:00
Nyall Dawson
3a578d6712
Header update
2024-08-13 20:28:55 +10:00
Alessandro Pasotti
ba28631d33
NULL between tests
2022-03-14 14:19:53 +01:00
Alessandro Pasotti
7601250a54
SQL expression compiler and more tests for BETWEEN
2022-03-14 14:19:52 +01:00
Alessandro Pasotti
c8d55607ea
BETWEEN expression
...
TODO: type casting, SQL compiler, help text
2022-03-14 14:19:52 +01:00
Nyall Dawson
1bcb09abe6
__repr__ for some QgsExpressionNode subclasses
2021-06-10 05:57:26 +10:00
Denis Rouzaud
ba8a445850
run sipify
2021-03-22 21:13:52 +01:00
Nyall Dawson
b6d66becab
Sipify
2019-02-27 09:41:11 +10:00
Nyall Dawson
06d5f924f6
More square brackets
2018-12-19 05:21:49 +10:00
Nyall Dawson
c864d22d1f
Add "get ..." to doxygen compliance blacklist
...
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00
Alessandro Pasotti
673fac0c88
Added methods to search expression nodes and drop RegExp
...
- nodes() return the list of all nodes
- findNodes<T> returns a list of the nodes matching the class
Also drops the regexp for finding form attrs in the value-relation
expressions.
Other minor fixes as suggested in the PR review.
2018-05-15 18:32:40 +02:00
Alessandro Pasotti
b4f86147c7
Add referencedFunctions() to expressions
2018-05-15 09:20:10 +02:00
Denis Rouzaud
7df2593caf
move auto generated sip file in dedicated folder
2018-05-14 10:23:37 -04:00