Skip to content

Use quotes when referencing columns #1135

Use quotes when referencing columns

Use quotes when referencing columns #1135

Triggered via pull request August 20, 2024 23:44
@jwoertinkjwoertink
synchronize #1059
issues/792
Status Failure
Total duration 4m 6s
Artifacts

ci.yml

on: pull_request
Matrix: specs
Fit to window
Zoom out
Zoom in

Annotations

80 errors
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.edge.yml, latest, 14, true): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.yml, 15, 1.10.0, false): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.yml, 15, latest, false): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.yml, 14, latest, false): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.yml, 16, latest, false): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.override.yml, nightly, 14, true): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.yml, 16, 1.10.0, false): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
specs (shard.yml, 14, 1.10.0, false): spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"