Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nownabe committed May 16, 2023
1 parent b9c1226 commit 024e00c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-on-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run acceptance tests on emulator
run: bundle exec rake acceptance
run: bundle exec rake acceptance TEST=acceptance/cases/models/default_value_test.rb
env:
SPANNER_EMULATOR_HOST: localhost:9010
SPANNER_TEST_PROJECT: test-project
Expand Down
5 changes: 5 additions & 0 deletions lib/activerecord_spanner_adapter/information_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ def table_columns table_name, column_name: nil
default = nil
end

p row
p row["COLUMN_DEFAULT"]
p default
p default_function

Table::Column.new \
table_name,
column_name,
Expand Down

0 comments on commit 024e00c

Please sign in to comment.