{"body":" raku -I. -MRed -e '\n\nmodel Bla { has $.id is serial }\n\nred-defaults \"SQLite\";\n\nschema(Bla).create;\nmy $*RED-DEBUG = True;\nmy @a := Bla.^all;\nmy @b := @a.grep: *.id > 2;\nmy @c := @b.map: *.id;\n\n.say for @c\n\n'\nSQL : SELECT\n   \"bla\".id as \"data_1\"\nFROM\n   \"bla\"\nWHERE\n   \"bla\".id > 2\nBIND: []","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/QfJwDv6s","modified":1625156708,"id":"QfJwDv6s","size":293,"lines":22,"own_paste":false,"theme":"","date":1625156708}