Advertisement
tbrowder

err.txt

Mar 20th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Query 5 is NYI
  2. SQL : SELECT
  3. person.notes , person.last , person.key , person.id , person.first
  4. FROM
  5. person
  6. BIND: []
  7. Hash % = {:first("Sally"), :id(1), :key("|abraham|sally|abraham\@example.com|sally\@example2.com|"), :last("Abraham"), :notes(Any)}
  8. Hash %cols = {:first(Red::Column.new(attr => person.first, attr-name => "first", id => Bool::False, auto-increment => Bool::False, references => Callable, nullable => Bool::False, name => "first", name-alias => "first", type => Str, inflate => { ... }, deflate => { ... }, computation => Any, model-name => Str, column-name => Str, require => Str)), :id(Red::Column.new(attr => person.id, attr-name => "id", id => Bool::True, auto-increment => Bool::True, references => Callable, nullable => Bool::False, name => "id", name-alias => "id", type => Str, inflate => { ... }, deflate => { ... }, computation => Any, model-name => Str, column-name => Str, require => Str)), :key(Red::Column.new(attr => person.key, attr-name => "key", id => Bool::False, auto-increment => Bool::False, references => Callable, nullable => Bool::False, name => "key", name-alias => "key", type => Str, inflate => { ... }, deflate => { ... }, computation => Any, model-name => Str, column-name => Str, require => Str)), :last(Red::Column.new(attr => person.last, attr-name => "last", id => Bool::False, auto-increment => Bool::False, references => Callable, nullable => Bool::False, name => "last", name-alias => "last", type => Str, inflate => { ... }, deflate => { ... }, computation => Any, model-name => Str, column-name => Str, require => Str)), :notes(Red::Column.new(attr => person.notes, attr-name => "notes", id => Bool::False, auto-increment => Bool::False, references => Callable, nullable => Bool::True, name => "notes", name-alias => "notes", type => Str, inflate => { ... }, deflate => { ... }, computation => Any, model-name => Str, column-name => Str, require => Str))}
  9. Red::Column %cols = Red::Column.new(attr => person.first, attr-name => "first", id => Bool::False, auto-increment => Bool::False, references => Callable, nullable => Bool::False, name => "first", name-alias => "first", type => Str, inflate => { ... }, deflate => { ... }, computation => Any, model-name => Str, column-name => Str, require => Str)
  10. (:(Red::Driver::SQLite: Num $value, Instant :$to!, *%_), :(Red::Driver::SQLite: Str $value, DateTime :$to!, *%_), :(Red::Driver::SQLite: Num $value, Duration :$to!, *%_), :(Red::Driver::SQLite: Int $value, Duration :$to!, *%_), :(Red::Driver::SQLite: $value, :$to, *%_))
  11. Cannot resolve caller head(Person:U: ); none of these signatures match:
  12. (Any:D: *%_)
  13. (Any:D: Callable:D $w, *%_)
  14. (Any:D: $n, *%_)
  15. in code at /usr/local/people/tbrowde/mydata/tbrowde-home-bzr/perl6/perl6-repo-forks/Red/examples/case-study-1/../../lib/Red/ResultSeq/Iterator.pm6 (Red::ResultSeq::Iterator) line 41
  16. in method pull-one at /usr/local/people/tbrowde/mydata/tbrowde-home-bzr/perl6/perl6-repo-forks/Red/examples/case-study-1/../../lib/Red/ResultSeq/Iterator.pm6 (Red::ResultSeq::Iterator) line 29
  17. in sub MAIN at query-db.p6 line 74
  18. in block <unit> at query-db.p6 line 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement