19273 Commits (20075d19e70dbdaaf7d150b7eb5296013f0a7427)
 

Author SHA1 Message Date
Pranav C 20075d19e7 fix: add missing await and type corrections 9 months ago
Pranav C a37a051f88 refactor: add rollup type extraction 9 months ago
Pranav C 581ff19668 fix: wrap default binary operation type assign with else 9 months ago
Pranav C f785138d3f feat: add character class support in regex if string literal pattern provided 9 months ago
Pranav C 688024077e feat: add MONTH?HOUR function support(PG) - WIP 9 months ago
Pranav C a5938eebd5 feat: add DAY function support(PG) 9 months ago
Pranav C 9ea8a50077 feat: add DATESTR function support(PG) 9 months ago
Pranav C 656d5fd9e2 fix: cast to date only if necessary 9 months ago
Pranav C c9e64ed146 fix: DATEADD - cast arg value to date 9 months ago
Pranav C 80ca3cb99d fix: missing fractional part in VALUE function output 9 months ago
Pranav C 78d32ea817 fix: ODD formula correction 9 months ago
Pranav C 977b2eed78 fix: typo correction 9 months ago
Pranav C 34941d849e feat: convert `+` to string concatenation if atleast one of the operand is no-numeric 9 months ago
Pranav C d730d40125 feat: convert to string if left and right operand datatypes are different(`==`) 9 months ago
Pranav C 2aead9ef22 refactor: improved/corrected validation messages 9 months ago
Pranav C ece0749f54 chore: cleanup 9 months ago
Pranav C ff172ae5e3 fix: avoid passing index as arg 9 months ago
Pranav C 568eb90b1a fix: add support for special chars in identifier if wrapped within curly bracket 9 months ago
Pranav C 8f3550a8ee fix: extract type of specificDBtype column using sqlui 9 months ago
Pranav C e0435b5804 fix: pass argument as object and extract client from basemodelSql 9 months ago
Pranav C 748322ab66 fix: extract source id from model/column 9 months ago
Pranav C 20f1c04e7e fix: method usage correction 9 months ago
Pranav C 59e5ba83bd fix: type definition correction 9 months ago
Pranav C 0ad6b17298 fix: extract type of id/foreign key using sqlui 9 months ago
Pranav C bc9f106b44 fix: validation corrections 9 months ago
Pranav C cb3c3d7b00 fix: error message correction 9 months ago
Pranav C d3a84fd5d0 fix: extract datatype from nested formula properly 9 months ago
Pranav C 83933e920c fix: typo correction - remove unnecessary `.value` 9 months ago
Pranav C c3b5db43df refactor: arg validation logic 9 months ago
Pranav C ad4ac116a0 refactor: move arg type 9 months ago
Pranav C 27529b39d8 fix: prefix unused vars with _ 9 months ago
Pranav C f7b53e0d45 fix: import statement corrections 9 months ago
Pranav C 248155ec0d refactor: move custom validation to formula meta object 9 months ago
Pranav C 7f02ac7c2d refactor: DATETIME_DIFF validation 9 months ago
Pranav C c3142e00a9 refactor: DATEADD validation 9 months ago
Pranav C aa7bc17c1c refactor: WEEKDAY validation 9 months ago
Pranav C a4df91819f fix: formula if condition validation correction 9 months ago
Pranav C 23270c9078 feat: cast values to string if there are different types values in SWITCH 9 months ago
Pranav C 19be58a420 feat: cast values to string if there are different types values in IF 9 months ago
Pranav C ef36baa15e fix: treat values in AND/OR based on type 9 months ago
Pranav C 9e8871cf40 fix: treat values in AND/OR based on type 9 months ago
Pranav C 2f26553ccd refactor: SWITCH and IF type extraction correction 9 months ago
Pranav C 1a632051bd fix: typo 9 months ago
Pranav C c7b265e429 fix: formula errors 9 months ago
Pranav C 7b80cabe4b fix: circular reference validation 9 months ago
Pranav C 0457968fc2 fix: replace double curly brace 9 months ago
Pranav C 3412a0e54a fix: missing import statement 9 months ago
Pranav C c64cf83bba fix: corrections 9 months ago
Pranav C 24ee8745e1 feat:populate and save parsed tree if missing 9 months ago
Pranav C 60983af77c refactor: exclude parsed tree from response 9 months ago