Added Avram::Join::Raw. #1124
Annotations
10 errors
spec/avram/queryable_spec.cr#L1064
got: ["SELECT comments.custom_id, comments.created_at, comments.updated_at, comments.body, comments.post_id FROM comments"]
|
spec/avram/queryable_spec.cr#L1084
got: ["SELECT posts.custom_id, posts.created_at, posts.updated_at, posts.title, posts.published_at FROM posts"]
|
spec/avram/queryable_spec.cr#L1105
got: ["SELECT posts.custom_id, posts.created_at, posts.updated_at, posts.title, posts.published_at FROM posts"]
|
spec/avram/queryable_spec.cr#L1126
got: ["SELECT employees.id, employees.created_at, employees.updated_at, employees.name, employees.manager_id FROM employees"]
|
spec/avram/queryable_spec.cr#L1145
got: ["SELECT posts.custom_id, posts.created_at, posts.updated_at, posts.title, posts.published_at FROM posts"]
|
spec/avram/queryable_spec.cr#L1164
got: ["SELECT posts.custom_id, posts.created_at, posts.updated_at, posts.title, posts.published_at FROM posts"]
|
|
spec/avram/query_builder_spec.cr#L251
got: "SELECT * FROM users LIMIT 1"
|
spec/avram/query_builder_spec.cr#L313
got: "SELECT users.name, users.age FROM users WHERE name = $1 AND age > $2 ORDER BY id ASC LIMIT 10 OFFSET 5"
|
spec/avram/query_associations_spec.cr#L77
to include: "INNER JOIN"
|
This job failed
Loading