[2023-07-03] Library and Engine Team Update #7186
jdunkerley
started this conversation in
Weekly Demo Day
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Array.copy
andArray.new
from the library. RemoveArray.new
andArray.copy
and move Vector functions to builtins. #7147Filter_Condition
onany
,all
,find
,partition
andindex_of
. Add support forFilter_Condition
inany
,all
,find
,partition
andindex_of
#7148add_row_number
support for database backends. Implementadd_row_number
for Database backends, fix primary key inference for SQLite #7174fill_nothing
andfill_empty
functions on columns to not rename the column and added support on table. Do not rename column on fill_nothing and add version to the Table allowing filling multiple (include fill_empty as well). #7166parse_to_columns
always generates at least one row. parse_to_columns should generate at least one row for a non-match #7171Regex
andPattern
into a singleRegex
type. Combine Regex and Pattern #7172executionComplete
response on success. SendexecutionComplete
response only on success #7143EOFException
on shutdown. Don't report EOFException on shutdown #7157Beta Was this translation helpful? Give feedback.
All reactions