seitime-frappe/frappe/workflow
Akhil Narang 90ed0502fa
refactor: support new function style
- Migrate all SQL function usage from string format to dict format
- Old: fields=['count(*) as count']
- New: fields=[{'COUNT': '*', 'as': 'count'}]
- Add `NULLIF`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-19 21:15:57 +05:30
..
doctype refactor: support new function style 2025-11-19 21:15:57 +05:30
page fix: workflow creating/editing dialog 2023-05-01 13:25:39 +05:30
__init__.py [refactor] moved workflow to separate module 2014-09-29 12:21:11 +05:30