Commit Graph

17 Commits (main)

Author SHA1 Message Date
Dmitry S 3fc221f3e2 (core) Fix bug with column renames when using **kwargs with lookupOne or lookupRecords.
3 weeks ago
Alex Hall 525613216c (core) Fix updating attributes inside f-strings when columns are renamed
9 months ago
Alex Hall b9adcefcce (core) Use new asttokens.ASTText to support dollar signs inside f-strings
9 months ago
Dmitry S 534615dd50 (core) Update logging in sandbox code, and log tracebacks as single log messages.
11 months ago
Dmitry S b4cc519616 (core) Ignore leading whitespace in formulas, and strip out leading '=' sign users might add
1 year ago
Dmitry S fb1332d529 (core) Fix bug with renaming when a formula uses a local name for a user table.
1 year ago
Jarosław Sadziński 101450262c (core) Support for $ syntax in ACL rules
2 years ago
Alex Hall 49cb51bac5 (core) Error explanations from friendly-traceback
2 years ago
Alex Hall b416a5c4b1 (core) Fix error when updating summary table formulas after rename
2 years ago
Alex Hall 938928f1b9 (core) Fix renaming columns when iterating over Table.all in comprehension
2 years ago
Alex Hall 29fb3360b6 (core) Update attributes of Table.all when column is renamed
2 years ago
Alex Hall c5ebd7db3d (core) Add PEEK() function to bypass circular dependencies
2 years ago
Alex Hall fb575a8b7e (core) Ensure formulas return something and don't assign to attributes of rec
2 years ago
Alex Hall 52fd28815e (core) Raise syntax errors that Python can format nicely to show the location
3 years ago
Alex Hall 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Alex Hall 16f297a250 (core) Simple Python 3 compatibility changes
3 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago