19299 Commits (68e41ec4c7b713588fae38ce2168a389bba2070c)
 

Author SHA1 Message Date
Pranav C 68e41ec4c7 fix: load formula list from sdk 7 months ago
Pranav C dd33c8f626 fix: type extraction correction(nested formula) 7 months ago
Pranav C 4f60d35efa refactor: update unsupported function list 7 months ago
Pranav C ce2dda31b5 fix: mysql - REGEX_REPLACE - make it case-sensitive by default 7 months ago
Pranav C 87ecec0923 fix: mysql - REGEX_EXTRACT - make it case-sensitive by default 7 months ago
Pranav C 011b9aa372 fix: remove unnecessary code which is no longer needed 7 months ago
Pranav C 5394db9777 refactor: cleanup and corrections 7 months ago
Pranav C 1f5f1de8e2 fix: remove duplicate import statement 7 months ago
Pranav C 6a25bcc0ca chore: remove duplicate export and sync lock file 7 months ago
Pranav C 788ae8d84e chore: lint 7 months ago
Pranav C d795ad7036 fix: handle backslash in string literal 7 months ago
Pranav C 2da388f18c fix: handle backslash in string literal 7 months ago
Pranav C 5142459aa0 fix: regexp corrections 7 months ago
Pranav C 24ad677152 fix: escape backslash in string literals 7 months ago
Raju Udava 23db8cb98b test: some more examples for REGEXP 7 months ago
Pranav C 13e3a86fba fix: remove unnecessary regex class-group replacer 7 months ago
Raju Udava e788c69c40 test: API test framework for formula, sample tests for REGEXP 7 months ago
Raju Udava dadf4a6d86 test: fix for roundup 7 months ago
Raju Udava 10fe04cb0b test: fix for roundUp 7 months ago
Pranav C e1b68d6f49 fix: DAY, MONTH, HOUR and DATESTR 7 months ago
Pranav C bc72aa6e6a fix: ROUNDUP and ROUNDDOWN precision 7 months ago
Pranav C f2df47bc43 fix: circular ref - validation correction 7 months ago
Pranav C 76adc81c35 fix: circular ref - validation correction 7 months ago
Pranav C f1e8a0a991 fix: cast to date only if arg type is non-date type 7 months ago
Pranav C 3f83285b0b fix: import statement correction and pass getMeta method 7 months ago
Pranav C a00379c85f fix: pass getMeta methods and add missing await 7 months ago
Pranav C 20075d19e7 fix: add missing await and type corrections 7 months ago
Pranav C a37a051f88 refactor: add rollup type extraction 7 months ago
Pranav C 581ff19668 fix: wrap default binary operation type assign with else 7 months ago
Pranav C f785138d3f feat: add character class support in regex if string literal pattern provided 7 months ago
Pranav C 688024077e feat: add MONTH?HOUR function support(PG) - WIP 7 months ago
Pranav C a5938eebd5 feat: add DAY function support(PG) 7 months ago
Pranav C 9ea8a50077 feat: add DATESTR function support(PG) 7 months ago
Pranav C 656d5fd9e2 fix: cast to date only if necessary 7 months ago
Pranav C c9e64ed146 fix: DATEADD - cast arg value to date 7 months ago
Pranav C 80ca3cb99d fix: missing fractional part in VALUE function output 7 months ago
Pranav C 78d32ea817 fix: ODD formula correction 7 months ago
Pranav C 977b2eed78 fix: typo correction 7 months ago
Pranav C 34941d849e feat: convert `+` to string concatenation if atleast one of the operand is no-numeric 7 months ago
Pranav C d730d40125 feat: convert to string if left and right operand datatypes are different(`==`) 7 months ago
Pranav C 2aead9ef22 refactor: improved/corrected validation messages 7 months ago
Pranav C ece0749f54 chore: cleanup 7 months ago
Pranav C ff172ae5e3 fix: avoid passing index as arg 7 months ago
Pranav C 568eb90b1a fix: add support for special chars in identifier if wrapped within curly bracket 7 months ago
Pranav C 8f3550a8ee fix: extract type of specificDBtype column using sqlui 7 months ago
Pranav C e0435b5804 fix: pass argument as object and extract client from basemodelSql 7 months ago
Pranav C 748322ab66 fix: extract source id from model/column 7 months ago
Pranav C 20f1c04e7e fix: method usage correction 7 months ago
Pranav C 59e5ba83bd fix: type definition correction 7 months ago
Pranav C 0ad6b17298 fix: extract type of id/foreign key using sqlui 7 months ago