spreadsheet_architect 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/spreadsheet_architect/class_methods/xlsx.rb +0 -2
- data/lib/spreadsheet_architect/utils/xlsx.rb +5 -0
- data/lib/spreadsheet_architect/version.rb +1 -1
- data/test/dummy_app/log/test.log +2370 -0
- data/test/dummy_app/tmp/active_model_object/csv.csv +21 -0
- data/test/dummy_app/tmp/active_model_object/ods.ods +0 -0
- data/test/dummy_app/tmp/active_model_object/xlsx.xlsx +0 -0
- data/test/dummy_app/tmp/custom_posts/csv.csv +6 -0
- data/test/dummy_app/tmp/custom_posts/empty.xlsx +0 -0
- data/test/dummy_app/tmp/custom_posts/ods.ods +0 -0
- data/test/dummy_app/tmp/custom_posts/xlsx.xlsx +0 -0
- data/test/dummy_app/tmp/empty_model.csv +1 -0
- data/test/dummy_app/tmp/empty_model.xlsx +0 -0
- data/test/dummy_app/tmp/empty_sa.csv +0 -0
- data/test/dummy_app/tmp/empty_sa.xlsx +0 -0
- data/test/dummy_app/tmp/extreme.xlsx +0 -0
- data/test/dummy_app/tmp/integration_tests/alt_xlsx.xlsx +0 -0
- data/test/dummy_app/tmp/integration_tests/csv.csv +6 -6
- data/test/dummy_app/tmp/integration_tests/ods.ods +0 -0
- data/test/dummy_app/tmp/integration_tests/xlsx.xlsx +0 -0
- data/test/dummy_app/tmp/model.csv +6 -0
- data/test/dummy_app/tmp/model.xlsx +0 -0
- data/test/dummy_app/tmp/ods/empty_model.ods +0 -0
- data/test/dummy_app/tmp/{configurations/ActiveModelObject/empty.ods → ods/empty_sa.ods} +0 -0
- data/test/dummy_app/tmp/ods/model.ods +0 -0
- data/test/dummy_app/tmp/ods/model_options.ods +0 -0
- data/test/dummy_app/tmp/ods/sa.ods +0 -0
- data/test/dummy_app/tmp/options.csv +6 -0
- data/test/dummy_app/tmp/plain_ruby_object/csv.csv +4 -0
- data/test/dummy_app/tmp/plain_ruby_object/ods.ods +0 -0
- data/test/dummy_app/tmp/plain_ruby_object/xlsx.xlsx +0 -0
- data/test/dummy_app/tmp/posts/csv.csv +6 -0
- data/test/dummy_app/tmp/posts/empty.xlsx +0 -0
- data/test/dummy_app/tmp/posts/ods.ods +0 -0
- data/test/dummy_app/tmp/posts/xlsx.xlsx +0 -0
- data/test/dummy_app/tmp/sa.csv +4 -0
- data/test/dummy_app/tmp/sa.xlsx +0 -0
- metadata +90 -136
- data/test/dummy_app/tmp/configurations/ActiveModelObject/data.csv +0 -4
- data/test/dummy_app/tmp/configurations/ActiveModelObject/data.ods +0 -0
- data/test/dummy_app/tmp/configurations/ActiveModelObject/data.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/ActiveModelObject/empty.csv +0 -1
- data/test/dummy_app/tmp/configurations/ActiveModelObject/empty.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/ActiveModelObject/instances.csv +0 -6
- data/test/dummy_app/tmp/configurations/ActiveModelObject/instances.ods +0 -0
- data/test/dummy_app/tmp/configurations/ActiveModelObject/instances.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/CustomPost/data.csv +0 -4
- data/test/dummy_app/tmp/configurations/CustomPost/data.ods +0 -0
- data/test/dummy_app/tmp/configurations/CustomPost/data.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/CustomPost/empty.csv +0 -1
- data/test/dummy_app/tmp/configurations/CustomPost/empty.ods +0 -0
- data/test/dummy_app/tmp/configurations/CustomPost/empty.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/CustomPost/instances.csv +0 -6
- data/test/dummy_app/tmp/configurations/CustomPost/instances.ods +0 -0
- data/test/dummy_app/tmp/configurations/CustomPost/instances.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/data.csv +0 -4
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/data.ods +0 -0
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/data.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/empty.csv +0 -1
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/empty.ods +0 -0
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/empty.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/instances.csv +0 -6
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/instances.ods +0 -0
- data/test/dummy_app/tmp/configurations/LegacyPlainRubyObject/instances.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/PlainRubyObject/data.csv +0 -4
- data/test/dummy_app/tmp/configurations/PlainRubyObject/data.ods +0 -0
- data/test/dummy_app/tmp/configurations/PlainRubyObject/data.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/PlainRubyObject/empty.csv +0 -1
- data/test/dummy_app/tmp/configurations/PlainRubyObject/empty.ods +0 -0
- data/test/dummy_app/tmp/configurations/PlainRubyObject/empty.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/PlainRubyObject/instances.csv +0 -6
- data/test/dummy_app/tmp/configurations/PlainRubyObject/instances.ods +0 -0
- data/test/dummy_app/tmp/configurations/PlainRubyObject/instances.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/Post/data.csv +0 -4
- data/test/dummy_app/tmp/configurations/Post/data.ods +0 -0
- data/test/dummy_app/tmp/configurations/Post/data.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/Post/empty.csv +0 -1
- data/test/dummy_app/tmp/configurations/Post/empty.ods +0 -0
- data/test/dummy_app/tmp/configurations/Post/empty.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/data.csv +0 -4
- data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/data.ods +0 -0
- data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/data.xlsx +0 -0
- data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/empty.csv +0 -1
- data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/empty.ods +0 -0
- data/test/dummy_app/tmp/configurations/SpreadsheetArchitect/empty.xlsx +0 -0
- data/test/dummy_app/tmp/kitchen_sink.ods +0 -0
- data/test/dummy_app/tmp/kitchen_sink.xlsx +0 -0
- data/test/dummy_app/tmp/multi_sheet.ods +0 -0
- data/test/dummy_app/tmp/multi_sheet.xlsx +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 474157fbe056d50db456c3e0e65d77fbde737da1
|
4
|
+
data.tar.gz: 68267aadc938513a444ecd93d823ca83de63029f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b42dde6e402a01ee682a7455febf6b17321bd9a6d7ce0576604579de59144832ac199de239a5949cac2bd7368ff13afd4a3756352e24c37e8d22a61378cc3677
|
7
|
+
data.tar.gz: fa76fc322e042d98b094729bc1f558ec052bf90bec3acb6de851b0b316f633d19094b6e38607d2e10bea72e1b94f00e40e7342e04c19045974fdc429e276006b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
---------
|
3
3
|
|
4
|
+
- **2.1.2** - July 6, 2018
|
5
|
+
- Fix bug where everything was underlined by default in Excel (LibreOffice was working correctly). For some reason, `false` in `:u` or `:underline` was incorrectly being treated as `true` but only within Excel. Now anytime `false` is encountered for either `:u` or `:underline` it is now converted to `nil`
|
6
|
+
- Fix bug where empty xlsx spreadsheets were corrupt when trying to open with Excel (LibreOffice was working correctly). This only occured when containing no headers and empty `:data` option which resulted in a package with no sheets.
|
4
7
|
- **2.1.1** - July 4, 2018
|
5
8
|
- [PR #18](https://github.com/westonganger/spreadsheet_architect/pull/18) - Fix controller bug when using an non-ActiveRecord ORM only within Rails
|
6
9
|
- **2.1.0** - June 20, 2018
|
@@ -20,8 +20,6 @@ module SpreadsheetArchitect
|
|
20
20
|
package = Axlsx::Package.new
|
21
21
|
end
|
22
22
|
|
23
|
-
return package if !options[:headers] && options[:data].empty?
|
24
|
-
|
25
23
|
package.workbook.add_worksheet(name: options[:sheet_name]) do |sheet|
|
26
24
|
max_row_length = options[:data].empty? ? 0 : options[:data].max_by{|x| x.length}.length
|
27
25
|
|
@@ -69,6 +69,11 @@ module SpreadsheetArchitect
|
|
69
69
|
if styles[:u].nil?
|
70
70
|
styles[:u] = styles.delete(:underline)
|
71
71
|
end
|
72
|
+
|
73
|
+
### If `:u` is false instead of nil, it may be incorrectly rendered as true in Excel
|
74
|
+
if styles[:u] == false
|
75
|
+
styles[:u] = nil
|
76
|
+
end
|
72
77
|
|
73
78
|
styles.delete_if{|k,v| v.nil?}
|
74
79
|
end
|
data/test/dummy_app/log/test.log
CHANGED
@@ -24562,3 +24562,2373 @@ XlsxTest: test_model
|
|
24562
24562
|
XlsxTest: test_sa
|
24563
24563
|
-----------------
|
24564
24564
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24565
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
24566
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
24567
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24568
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
24569
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
24570
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
24571
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "posts"[0m
|
24572
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24573
|
+
-------------------------------
|
24574
|
+
ActiveModelObjectTest: test_csv
|
24575
|
+
-------------------------------
|
24576
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24577
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24578
|
+
-------------------------------
|
24579
|
+
ActiveModelObjectTest: test_ods
|
24580
|
+
-------------------------------
|
24581
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24582
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24583
|
+
--------------------------------
|
24584
|
+
ActiveModelObjectTest: test_xlsx
|
24585
|
+
--------------------------------
|
24586
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24587
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24588
|
+
-------------------------------------
|
24589
|
+
SpreadsheetArchitectTest: test_config
|
24590
|
+
-------------------------------------
|
24591
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
24592
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24593
|
+
-----------------------------
|
24594
|
+
PlainRubyObjectTest: test_csv
|
24595
|
+
-----------------------------
|
24596
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24597
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24598
|
+
-----------------------------
|
24599
|
+
PlainRubyObjectTest: test_ods
|
24600
|
+
-----------------------------
|
24601
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24602
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24603
|
+
------------------------------
|
24604
|
+
PlainRubyObjectTest: test_xlsx
|
24605
|
+
------------------------------
|
24606
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24607
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24608
|
+
---------------------------------------------------------
|
24609
|
+
SpreadsheetArchitectUtilsTest: test_constants_dont_change
|
24610
|
+
---------------------------------------------------------
|
24611
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24612
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24613
|
+
-------------------------------------------------
|
24614
|
+
SpreadsheetArchitectUtilsTest: test_get_cell_data
|
24615
|
+
-------------------------------------------------
|
24616
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24617
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24618
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24619
|
+
-----------------------------------------------
|
24620
|
+
SpreadsheetArchitectUtilsTest: test_get_options
|
24621
|
+
-----------------------------------------------
|
24622
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24623
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24624
|
+
--------------------------------------------
|
24625
|
+
SpreadsheetArchitectUtilsTest: test_get_type
|
24626
|
+
--------------------------------------------
|
24627
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24628
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24629
|
+
-----------------------------------------------------------
|
24630
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
|
24631
|
+
-----------------------------------------------------------
|
24632
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24633
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24634
|
+
---------------------------------------------------------
|
24635
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
|
24636
|
+
---------------------------------------------------------
|
24637
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24638
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24639
|
+
------------------------------------------------
|
24640
|
+
SpreadsheetArchitectUtilsTest: test_str_humanize
|
24641
|
+
------------------------------------------------
|
24642
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24643
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24644
|
+
--------------------------------
|
24645
|
+
BadPlainRubyObjectTest: test_ods
|
24646
|
+
--------------------------------
|
24647
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24648
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24649
|
+
--------------------------------
|
24650
|
+
BadPlainRubyObjectTest: test_csv
|
24651
|
+
--------------------------------
|
24652
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24653
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24654
|
+
---------------------------------
|
24655
|
+
BadPlainRubyObjectTest: test_xlsx
|
24656
|
+
---------------------------------
|
24657
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24658
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24659
|
+
-------------------
|
24660
|
+
PostTest: test_xlsx
|
24661
|
+
-------------------
|
24662
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24663
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24664
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24665
|
+
--------------------
|
24666
|
+
PostTest: test_empty
|
24667
|
+
--------------------
|
24668
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24669
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24670
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
24671
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24672
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24673
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
24674
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24675
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24676
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
24677
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24678
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24679
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
24680
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24681
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24682
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
24683
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24684
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24685
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24686
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24687
|
+
------------------
|
24688
|
+
PostTest: test_ods
|
24689
|
+
------------------
|
24690
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24691
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24692
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24693
|
+
------------------
|
24694
|
+
PostTest: test_csv
|
24695
|
+
------------------
|
24696
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24697
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24698
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24699
|
+
------------------------
|
24700
|
+
CustomPostTest: test_csv
|
24701
|
+
------------------------
|
24702
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24703
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24704
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24705
|
+
------------------------
|
24706
|
+
CustomPostTest: test_ods
|
24707
|
+
------------------------
|
24708
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24709
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24710
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24711
|
+
-------------------------
|
24712
|
+
CustomPostTest: test_xlsx
|
24713
|
+
-------------------------
|
24714
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24715
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24716
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24717
|
+
------------------------------------------
|
24718
|
+
CustomPostTest: test_constants_dont_change
|
24719
|
+
------------------------------------------
|
24720
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24721
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24722
|
+
--------------------------
|
24723
|
+
CustomPostTest: test_empty
|
24724
|
+
--------------------------
|
24725
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24726
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24727
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
24728
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24729
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24730
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
24731
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24732
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24733
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
24734
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24735
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24736
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
24737
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24738
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24739
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
24740
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24741
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24742
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24743
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24744
|
+
--------------------------
|
24745
|
+
XlsxTest: test_empty_model
|
24746
|
+
--------------------------
|
24747
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
24748
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24749
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24750
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24751
|
+
-----------------
|
24752
|
+
XlsxTest: test_sa
|
24753
|
+
-----------------
|
24754
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24755
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24756
|
+
-----------------------
|
24757
|
+
XlsxTest: test_empty_sa
|
24758
|
+
-----------------------
|
24759
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24760
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24761
|
+
----------------------
|
24762
|
+
XlsxTest: test_extreme
|
24763
|
+
----------------------
|
24764
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24765
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24766
|
+
--------------------
|
24767
|
+
XlsxTest: test_model
|
24768
|
+
--------------------
|
24769
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24770
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24771
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24772
|
+
-------------------
|
24773
|
+
CsvTest: test_model
|
24774
|
+
-------------------
|
24775
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24776
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24777
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24778
|
+
-------------------------
|
24779
|
+
CsvTest: test_empty_model
|
24780
|
+
-------------------------
|
24781
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
24782
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24783
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24784
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24785
|
+
----------------------
|
24786
|
+
CsvTest: test_empty_sa
|
24787
|
+
----------------------
|
24788
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24789
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24790
|
+
---------------------
|
24791
|
+
CsvTest: test_options
|
24792
|
+
---------------------
|
24793
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24794
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24795
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24796
|
+
----------------
|
24797
|
+
CsvTest: test_sa
|
24798
|
+
----------------
|
24799
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24800
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24801
|
+
-------------------------
|
24802
|
+
ApplicationTest: test_ods
|
24803
|
+
-------------------------
|
24804
|
+
Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
|
24805
|
+
Processing by SpreadsheetsController#ods as HTML
|
24806
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24807
|
+
Rendering text template
|
24808
|
+
Rendered text template (0.0ms)
|
24809
|
+
Sent data data.ods (3.1ms)
|
24810
|
+
Completed 200 OK in 14ms (Views: 3.4ms | ActiveRecord: 0.2ms)
|
24811
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24812
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24813
|
+
--------------------------
|
24814
|
+
ApplicationTest: test_xlsx
|
24815
|
+
--------------------------
|
24816
|
+
Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
|
24817
|
+
Processing by SpreadsheetsController#xlsx as HTML
|
24818
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24819
|
+
Rendering text template
|
24820
|
+
Rendered text template (0.0ms)
|
24821
|
+
Sent data Posts.xlsx (0.5ms)
|
24822
|
+
Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
24823
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24824
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24825
|
+
------------------------------------------------
|
24826
|
+
ApplicationTest: test_Renders_sample_xlsx_action
|
24827
|
+
------------------------------------------------
|
24828
|
+
Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
|
24829
|
+
Processing by SpreadsheetsController#xlsx as XLSX
|
24830
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24831
|
+
Rendering text template
|
24832
|
+
Rendered text template (0.0ms)
|
24833
|
+
Sent data Posts.xlsx (0.5ms)
|
24834
|
+
Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
24835
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24836
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24837
|
+
------------------------------
|
24838
|
+
ApplicationTest: test_alt_xlsx
|
24839
|
+
------------------------------
|
24840
|
+
Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
|
24841
|
+
Processing by SpreadsheetsController#alt_xlsx as XLSX
|
24842
|
+
[1m[36mPost Load (0.3ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24843
|
+
Rendering text template
|
24844
|
+
Rendered text template (0.0ms)
|
24845
|
+
Sent data Posts.xlsx (0.6ms)
|
24846
|
+
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.3ms)
|
24847
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24848
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24849
|
+
-------------------------
|
24850
|
+
ApplicationTest: test_csv
|
24851
|
+
-------------------------
|
24852
|
+
Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:20:57 -0700
|
24853
|
+
Processing by SpreadsheetsController#csv as HTML
|
24854
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24855
|
+
Rendering text template
|
24856
|
+
Rendered text template (0.0ms)
|
24857
|
+
Sent data data.csv (0.5ms)
|
24858
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
24859
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
24860
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24861
|
+
----------------------
|
24862
|
+
OdsTest: test_empty_sa
|
24863
|
+
----------------------
|
24864
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24865
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3f1f451a2de624087e068c2b67520108"], ["content", "ad536fb55905b0d550f893cd4a59e3e8"], ["age", 2], ["created_at", "2018-07-06 14:20:57.272626"], ["updated_at", "2018-07-06 14:20:57.272626"]]
|
24866
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24867
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24868
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2d9544507ee5a0d32455bb3e0b6ce7b9"], ["content", "e6e32f7dc1250324118c6426e8949cdd"], ["age", 2], ["created_at", "2018-07-06 14:20:57.275092"], ["updated_at", "2018-07-06 14:20:57.275092"]]
|
24869
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24870
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24871
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "458df2721316f5b112cf01475255ef29"], ["content", "eb833d6b8c719534a6fc9a345e2fafaf"], ["age", 2], ["created_at", "2018-07-06 14:20:57.277136"], ["updated_at", "2018-07-06 14:20:57.277136"]]
|
24872
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24873
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24874
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "96e7b88e06b2d038330c2106cab5070c"], ["content", "dcff3fccd3879c252e65908efaac3cb5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.279109"], ["updated_at", "2018-07-06 14:20:57.279109"]]
|
24875
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24876
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24877
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "cd4d1ca9310ffe472abbb110d94c74aa"], ["content", "4ea6c37dd5d8441f6b7b90283b3298d4"], ["age", 2], ["created_at", "2018-07-06 14:20:57.281052"], ["updated_at", "2018-07-06 14:20:57.281052"]]
|
24878
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24879
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24880
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0e34a6f3fc578a43d8d6f70b9a9305a2"], ["content", "60afa3c06c7f8c0573937eb47019090c"], ["age", 2], ["created_at", "2018-07-06 14:20:57.283061"], ["updated_at", "2018-07-06 14:20:57.283061"]]
|
24881
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24882
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24883
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a634224b879120385d99b934c8daec64"], ["content", "a0a57e8f41d7cfad242c2987b306716c"], ["age", 2], ["created_at", "2018-07-06 14:20:57.284990"], ["updated_at", "2018-07-06 14:20:57.284990"]]
|
24884
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24885
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24886
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e32da6329fdc6be5b8d89d02343054df"], ["content", "1947e9a5a9dd60e97645fb0f114bc7e8"], ["age", 2], ["created_at", "2018-07-06 14:20:57.286922"], ["updated_at", "2018-07-06 14:20:57.286922"]]
|
24887
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24888
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24889
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e3af708ec9416b2d480e3900764076dd"], ["content", "e886f0091e2c08ede89c360d7b47e535"], ["age", 2], ["created_at", "2018-07-06 14:20:57.288796"], ["updated_at", "2018-07-06 14:20:57.288796"]]
|
24890
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24891
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24892
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "cb56f4ba10d2df4a2e5542e692fee774"], ["content", "3bd2e98c537e453848fe10a7a71ffdf9"], ["age", 2], ["created_at", "2018-07-06 14:20:57.290685"], ["updated_at", "2018-07-06 14:20:57.290685"]]
|
24893
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24894
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24895
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24896
|
+
---------------------
|
24897
|
+
OdsTest: test_options
|
24898
|
+
---------------------
|
24899
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24900
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2a07dcbc5777567d47007bbadde50ee8"], ["content", "c6a7b16c345b1115fb6563f81b9b43c9"], ["age", 2], ["created_at", "2018-07-06 14:20:57.296057"], ["updated_at", "2018-07-06 14:20:57.296057"]]
|
24901
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24902
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24903
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "50b84c2a930aba04a9b06bad5358c0ba"], ["content", "7daaf52db99c69d1ab117580d7ba51f7"], ["age", 2], ["created_at", "2018-07-06 14:20:57.298130"], ["updated_at", "2018-07-06 14:20:57.298130"]]
|
24904
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24905
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24906
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "91a53645b51376299f75a292a6ab3c56"], ["content", "f6b5becb272d80dccb5e1a1f82fce364"], ["age", 2], ["created_at", "2018-07-06 14:20:57.300216"], ["updated_at", "2018-07-06 14:20:57.300216"]]
|
24907
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24908
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24909
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "81dbc2d8c20705f8a15e7d5ea5cfc001"], ["content", "03c4e4caf5962bdb53441d6641b37d5c"], ["age", 2], ["created_at", "2018-07-06 14:20:57.302162"], ["updated_at", "2018-07-06 14:20:57.302162"]]
|
24910
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24911
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24912
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "9a647b365321b794eb6dac27cb0b3932"], ["content", "d7b978ef3bc2fefb096c2d387acb8b38"], ["age", 2], ["created_at", "2018-07-06 14:20:57.304092"], ["updated_at", "2018-07-06 14:20:57.304092"]]
|
24913
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24914
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24915
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "d5bf1975b7e1a7c8315b41baea7e5fb3"], ["content", "f4403ae4b58e65e64f6d52582523afbd"], ["age", 2], ["created_at", "2018-07-06 14:20:57.306000"], ["updated_at", "2018-07-06 14:20:57.306000"]]
|
24916
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24917
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24918
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "548f4d03277dfd010bd19811c0c09b28"], ["content", "91cebf8f52dbbb10149892ba063cc51b"], ["age", 2], ["created_at", "2018-07-06 14:20:57.307964"], ["updated_at", "2018-07-06 14:20:57.307964"]]
|
24919
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24920
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24921
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f77db7455217418967c9b785bfc0689f"], ["content", "ed980bd03f62957cc40bd9ee3cca774f"], ["age", 2], ["created_at", "2018-07-06 14:20:57.309855"], ["updated_at", "2018-07-06 14:20:57.309855"]]
|
24922
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24923
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24924
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7f7d3d7420f6d80ae849b815c28b6426"], ["content", "0619ab62bd8e6dec00c89dc4ab52f7e5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.311825"], ["updated_at", "2018-07-06 14:20:57.311825"]]
|
24925
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24926
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24927
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8ccce481bf2b61ed78cec14456f13b73"], ["content", "d3f95fc63a79755ffaa6ebf428a510b8"], ["age", 2], ["created_at", "2018-07-06 14:20:57.313786"], ["updated_at", "2018-07-06 14:20:57.313786"]]
|
24928
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24929
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
24930
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24931
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24932
|
+
----------------
|
24933
|
+
OdsTest: test_sa
|
24934
|
+
----------------
|
24935
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24936
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "77edbb84e65b4e609474ce2380f88f83"], ["content", "acfc6500e1456b6ff265e9831057e107"], ["age", 2], ["created_at", "2018-07-06 14:20:57.327500"], ["updated_at", "2018-07-06 14:20:57.327500"]]
|
24937
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24938
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24939
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5b17c298813e7f1668a0a74d1ec7add9"], ["content", "c81441e812dbb9b50e2ef103a430c4d5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.329554"], ["updated_at", "2018-07-06 14:20:57.329554"]]
|
24940
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24941
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24942
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ae12f31e395e966cdd109cb832065c6d"], ["content", "fa7f36df4e90317d56aa3546450929cc"], ["age", 2], ["created_at", "2018-07-06 14:20:57.331724"], ["updated_at", "2018-07-06 14:20:57.331724"]]
|
24943
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24944
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24945
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "bd92131ea9627b195241cc791f3f1519"], ["content", "4458e21c5a2f509f3e31c76b8e795ffc"], ["age", 2], ["created_at", "2018-07-06 14:20:57.333644"], ["updated_at", "2018-07-06 14:20:57.333644"]]
|
24946
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24947
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24948
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "334bc4212e6c261c3b6b88aed4d05fb3"], ["content", "d83397967647fe0fb3e50d20044b94ef"], ["age", 2], ["created_at", "2018-07-06 14:20:57.335635"], ["updated_at", "2018-07-06 14:20:57.335635"]]
|
24949
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24950
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24951
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "96a991fc1eba9d7f0400b83b5bb322c2"], ["content", "917421b384e0d6ea337c0bc714280b14"], ["age", 2], ["created_at", "2018-07-06 14:20:57.337538"], ["updated_at", "2018-07-06 14:20:57.337538"]]
|
24952
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24953
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24954
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6293264cecff28eb755e67de0b21c350"], ["content", "b0f9b70d85231fd56db6212333ab9b49"], ["age", 2], ["created_at", "2018-07-06 14:20:57.339498"], ["updated_at", "2018-07-06 14:20:57.339498"]]
|
24955
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24956
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24957
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ccfbdc2416027e19f4849206eff3e90f"], ["content", "5b6c9d805af528c65a413ffb86f08dd5"], ["age", 2], ["created_at", "2018-07-06 14:20:57.341413"], ["updated_at", "2018-07-06 14:20:57.341413"]]
|
24958
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24959
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24960
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f8e2bec261c2bafddfe21bceb568a8a0"], ["content", "bdfacc1aea79a4312effeb406f8f2919"], ["age", 2], ["created_at", "2018-07-06 14:20:57.343438"], ["updated_at", "2018-07-06 14:20:57.343438"]]
|
24961
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24962
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24963
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e6681ca3e3e5dcfef9009b82dc75a46b"], ["content", "d608efca3d886aac007d015738e81004"], ["age", 2], ["created_at", "2018-07-06 14:20:57.345364"], ["updated_at", "2018-07-06 14:20:57.345364"]]
|
24964
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24965
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
24966
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
24967
|
+
-------------------
|
24968
|
+
OdsTest: test_model
|
24969
|
+
-------------------
|
24970
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24971
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "55b71faac0c966b14b55e45ac5909824"], ["content", "ddfdf6a296883b8880dd9655fec4e676"], ["age", 2], ["created_at", "2018-07-06 14:20:57.351644"], ["updated_at", "2018-07-06 14:20:57.351644"]]
|
24972
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24973
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24974
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "eaffed5cffc7b3efe396f1eded09854d"], ["content", "a05c557fa266768f7b64629d4cf8db9b"], ["age", 2], ["created_at", "2018-07-06 14:20:57.353667"], ["updated_at", "2018-07-06 14:20:57.353667"]]
|
24975
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24976
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24977
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "4d6e7df41d61baa01f64b2411fde50de"], ["content", "ec6d552452e30974285d1f3aa993a9d9"], ["age", 2], ["created_at", "2018-07-06 14:20:57.355806"], ["updated_at", "2018-07-06 14:20:57.355806"]]
|
24978
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24979
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24980
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "51de7e1a09a45ac777c0d4d08d52c244"], ["content", "0a353ae28a29a905b34815b697a74ec4"], ["age", 2], ["created_at", "2018-07-06 14:20:57.357697"], ["updated_at", "2018-07-06 14:20:57.357697"]]
|
24981
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24982
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24983
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6cfa5cf23a11e620cf823aa7c5c0ac18"], ["content", "aac7441379119d6f0f10b9415ab4bdd2"], ["age", 2], ["created_at", "2018-07-06 14:20:57.359636"], ["updated_at", "2018-07-06 14:20:57.359636"]]
|
24984
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24985
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24986
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "063c9e0d6ee16e8d23b3d80fe9a54ace"], ["content", "f3eaed9868e79e239c7968de3b7514fb"], ["age", 2], ["created_at", "2018-07-06 14:20:57.361530"], ["updated_at", "2018-07-06 14:20:57.361530"]]
|
24987
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24988
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24989
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "9d1436519d52a3467ae28385ac835134"], ["content", "931be3569352192516be1678cb488b1d"], ["age", 2], ["created_at", "2018-07-06 14:20:57.363458"], ["updated_at", "2018-07-06 14:20:57.363458"]]
|
24990
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24991
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24992
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3e34ccedc806ea0d9eea642791a59034"], ["content", "105bc907faced60b7e2d0726f00b5804"], ["age", 2], ["created_at", "2018-07-06 14:20:57.365299"], ["updated_at", "2018-07-06 14:20:57.365299"]]
|
24993
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24994
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24995
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "153470195e797a4bde9c91b5429d8d6a"], ["content", "72eef83706dace91cd532e0aa37693ef"], ["age", 2], ["created_at", "2018-07-06 14:20:57.367270"], ["updated_at", "2018-07-06 14:20:57.367270"]]
|
24996
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
24997
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
24998
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2ea727b8ba74be9c465cd68bcac6b03f"], ["content", "5a6beb48546bdbe5d91952c9c106428e"], ["age", 2], ["created_at", "2018-07-06 14:20:57.369177"], ["updated_at", "2018-07-06 14:20:57.369177"]]
|
24999
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25000
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25001
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25002
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25003
|
+
-------------------------
|
25004
|
+
OdsTest: test_empty_model
|
25005
|
+
-------------------------
|
25006
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25007
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "621918c56ccb94df721f1cdf925f586d"], ["content", "af54e6b1f87f28f90ee854ab9537dd03"], ["age", 2], ["created_at", "2018-07-06 14:20:57.383175"], ["updated_at", "2018-07-06 14:20:57.383175"]]
|
25008
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25009
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25010
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "dd6c85b5f97b5e46e18daedced404887"], ["content", "9c92d3506948bd39e84782551dff815a"], ["age", 2], ["created_at", "2018-07-06 14:20:57.385276"], ["updated_at", "2018-07-06 14:20:57.385276"]]
|
25011
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25012
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25013
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6f7b090cb5459740ef48096173dcbddd"], ["content", "a99c50adba5e2b5fe264d4a0e492777f"], ["age", 2], ["created_at", "2018-07-06 14:20:57.387387"], ["updated_at", "2018-07-06 14:20:57.387387"]]
|
25014
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25015
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25016
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "45b87a65efa48c3641bf6751edb96e2c"], ["content", "356d9706d4c9d848c792b5bace329843"], ["age", 2], ["created_at", "2018-07-06 14:20:57.389339"], ["updated_at", "2018-07-06 14:20:57.389339"]]
|
25017
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25018
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25019
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ff2d8459f3200f3946529dc99467cc97"], ["content", "d3c7a38d44e2e9697ac6f91c50c5d6bc"], ["age", 2], ["created_at", "2018-07-06 14:20:57.391332"], ["updated_at", "2018-07-06 14:20:57.391332"]]
|
25020
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25021
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25022
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "abaff91835dccc597d41dd9d4459f864"], ["content", "bdd8d27644bc69e1be7593043818e94e"], ["age", 2], ["created_at", "2018-07-06 14:20:57.393267"], ["updated_at", "2018-07-06 14:20:57.393267"]]
|
25023
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25024
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25025
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7132a674e825492e3cf2146af1c2a3f9"], ["content", "692660c5b3ac7fea631c39c6ff34fc71"], ["age", 2], ["created_at", "2018-07-06 14:20:57.395278"], ["updated_at", "2018-07-06 14:20:57.395278"]]
|
25026
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25027
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25028
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "4deb4ba27efaf6e93531de18a1582220"], ["content", "4929d3e05dcda5edda1a115f630c707f"], ["age", 2], ["created_at", "2018-07-06 14:20:57.397272"], ["updated_at", "2018-07-06 14:20:57.397272"]]
|
25029
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25030
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25031
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "15e04e896174c455ff35e3f8d029d4e0"], ["content", "6b726d50b22c2e5163e8e94b63185929"], ["age", 2], ["created_at", "2018-07-06 14:20:57.399208"], ["updated_at", "2018-07-06 14:20:57.399208"]]
|
25032
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25033
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25034
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "79453c83c245a383ebcfcfb5f3604f37"], ["content", "c895f6f71f2d59d7c50bffb1b3410376"], ["age", 2], ["created_at", "2018-07-06 14:20:57.401149"], ["updated_at", "2018-07-06 14:20:57.401149"]]
|
25035
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25036
|
+
[1m[36mCustomPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25037
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25038
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25039
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25040
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
25041
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25042
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
25043
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25044
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25045
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "posts"[0m
|
25046
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25047
|
+
---------------------
|
25048
|
+
CsvTest: test_options
|
25049
|
+
---------------------
|
25050
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25051
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25052
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25053
|
+
-------------------------
|
25054
|
+
CsvTest: test_empty_model
|
25055
|
+
-------------------------
|
25056
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25057
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25058
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25059
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25060
|
+
-------------------
|
25061
|
+
CsvTest: test_model
|
25062
|
+
-------------------
|
25063
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25064
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25065
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25066
|
+
----------------------
|
25067
|
+
CsvTest: test_empty_sa
|
25068
|
+
----------------------
|
25069
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25070
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25071
|
+
----------------
|
25072
|
+
CsvTest: test_sa
|
25073
|
+
----------------
|
25074
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25075
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25076
|
+
-----------------------------------------------
|
25077
|
+
SpreadsheetArchitectUtilsTest: test_get_options
|
25078
|
+
-----------------------------------------------
|
25079
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25080
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25081
|
+
---------------------------------------------------------
|
25082
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
|
25083
|
+
---------------------------------------------------------
|
25084
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25085
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25086
|
+
--------------------------------------------
|
25087
|
+
SpreadsheetArchitectUtilsTest: test_get_type
|
25088
|
+
--------------------------------------------
|
25089
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25090
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25091
|
+
---------------------------------------------------------
|
25092
|
+
SpreadsheetArchitectUtilsTest: test_constants_dont_change
|
25093
|
+
---------------------------------------------------------
|
25094
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25095
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25096
|
+
-----------------------------------------------------------
|
25097
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
|
25098
|
+
-----------------------------------------------------------
|
25099
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25100
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25101
|
+
------------------------------------------------
|
25102
|
+
SpreadsheetArchitectUtilsTest: test_str_humanize
|
25103
|
+
------------------------------------------------
|
25104
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25105
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25106
|
+
-------------------------------------------------
|
25107
|
+
SpreadsheetArchitectUtilsTest: test_get_cell_data
|
25108
|
+
-------------------------------------------------
|
25109
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25110
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25111
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25112
|
+
-------------------------------------
|
25113
|
+
SpreadsheetArchitectTest: test_config
|
25114
|
+
-------------------------------------
|
25115
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25116
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25117
|
+
------------------------
|
25118
|
+
CustomPostTest: test_csv
|
25119
|
+
------------------------
|
25120
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25121
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25122
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25123
|
+
------------------------
|
25124
|
+
CustomPostTest: test_ods
|
25125
|
+
------------------------
|
25126
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25127
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25128
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25129
|
+
------------------------------------------
|
25130
|
+
CustomPostTest: test_constants_dont_change
|
25131
|
+
------------------------------------------
|
25132
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25133
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25134
|
+
--------------------------
|
25135
|
+
CustomPostTest: test_empty
|
25136
|
+
--------------------------
|
25137
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25138
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25139
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
25140
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25141
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25142
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
25143
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25144
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25145
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
25146
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25147
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25148
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
25149
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25150
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25151
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
25152
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25153
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25154
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25155
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25156
|
+
-------------------------
|
25157
|
+
CustomPostTest: test_xlsx
|
25158
|
+
-------------------------
|
25159
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25160
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25161
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25162
|
+
------------------
|
25163
|
+
PostTest: test_csv
|
25164
|
+
------------------
|
25165
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25166
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25167
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25168
|
+
--------------------
|
25169
|
+
PostTest: test_empty
|
25170
|
+
--------------------
|
25171
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25172
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25173
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
25174
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25175
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25176
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
25177
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25178
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25179
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
25180
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25181
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25182
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
25183
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25184
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25185
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
25186
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25187
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25188
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25189
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25190
|
+
-------------------
|
25191
|
+
PostTest: test_xlsx
|
25192
|
+
-------------------
|
25193
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25194
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25195
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25196
|
+
------------------
|
25197
|
+
PostTest: test_ods
|
25198
|
+
------------------
|
25199
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25200
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25201
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25202
|
+
--------------------------
|
25203
|
+
XlsxTest: test_empty_model
|
25204
|
+
--------------------------
|
25205
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25206
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25207
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25208
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25209
|
+
-----------------
|
25210
|
+
XlsxTest: test_sa
|
25211
|
+
-----------------
|
25212
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25213
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25214
|
+
-----------------------
|
25215
|
+
XlsxTest: test_empty_sa
|
25216
|
+
-----------------------
|
25217
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25218
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25219
|
+
----------------------
|
25220
|
+
XlsxTest: test_extreme
|
25221
|
+
----------------------
|
25222
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25223
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25224
|
+
--------------------
|
25225
|
+
XlsxTest: test_model
|
25226
|
+
--------------------
|
25227
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25228
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25229
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25230
|
+
-----------------------------
|
25231
|
+
PlainRubyObjectTest: test_ods
|
25232
|
+
-----------------------------
|
25233
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25234
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25235
|
+
------------------------------
|
25236
|
+
PlainRubyObjectTest: test_xlsx
|
25237
|
+
------------------------------
|
25238
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25239
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25240
|
+
-----------------------------
|
25241
|
+
PlainRubyObjectTest: test_csv
|
25242
|
+
-----------------------------
|
25243
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25244
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25245
|
+
-------------------------------
|
25246
|
+
ActiveModelObjectTest: test_csv
|
25247
|
+
-------------------------------
|
25248
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25249
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25250
|
+
-------------------------------
|
25251
|
+
ActiveModelObjectTest: test_ods
|
25252
|
+
-------------------------------
|
25253
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25254
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25255
|
+
--------------------------------
|
25256
|
+
ActiveModelObjectTest: test_xlsx
|
25257
|
+
--------------------------------
|
25258
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25259
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25260
|
+
------------------------------------------------
|
25261
|
+
ApplicationTest: test_Renders_sample_xlsx_action
|
25262
|
+
------------------------------------------------
|
25263
|
+
Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
|
25264
|
+
Processing by SpreadsheetsController#xlsx as XLSX
|
25265
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25266
|
+
Rendering text template
|
25267
|
+
Rendered text template (0.0ms)
|
25268
|
+
Sent data Posts.xlsx (3.0ms)
|
25269
|
+
Completed 200 OK in 13ms (Views: 3.3ms | ActiveRecord: 0.2ms)
|
25270
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25271
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25272
|
+
------------------------------
|
25273
|
+
ApplicationTest: test_alt_xlsx
|
25274
|
+
------------------------------
|
25275
|
+
Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
|
25276
|
+
Processing by SpreadsheetsController#alt_xlsx as XLSX
|
25277
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25278
|
+
Rendering text template
|
25279
|
+
Rendered text template (0.0ms)
|
25280
|
+
Sent data Posts.xlsx (0.6ms)
|
25281
|
+
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
|
25282
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25283
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25284
|
+
-------------------------
|
25285
|
+
ApplicationTest: test_csv
|
25286
|
+
-------------------------
|
25287
|
+
Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
|
25288
|
+
Processing by SpreadsheetsController#csv as HTML
|
25289
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25290
|
+
Rendering text template
|
25291
|
+
Rendered text template (0.0ms)
|
25292
|
+
Sent data data.csv (0.5ms)
|
25293
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
25294
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25295
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25296
|
+
-------------------------
|
25297
|
+
ApplicationTest: test_ods
|
25298
|
+
-------------------------
|
25299
|
+
Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
|
25300
|
+
Processing by SpreadsheetsController#ods as HTML
|
25301
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25302
|
+
Rendering text template
|
25303
|
+
Rendered text template (0.0ms)
|
25304
|
+
Sent data data.ods (0.4ms)
|
25305
|
+
Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
25306
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25307
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25308
|
+
--------------------------
|
25309
|
+
ApplicationTest: test_xlsx
|
25310
|
+
--------------------------
|
25311
|
+
Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:21:59 -0700
|
25312
|
+
Processing by SpreadsheetsController#xlsx as HTML
|
25313
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25314
|
+
Rendering text template
|
25315
|
+
Rendered text template (0.0ms)
|
25316
|
+
Sent data Posts.xlsx (0.5ms)
|
25317
|
+
Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
25318
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25319
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25320
|
+
-------------------
|
25321
|
+
OdsTest: test_model
|
25322
|
+
-------------------
|
25323
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25324
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e6784161920af63579a57382b5714ce7"], ["content", "73a06901c7f6ab44554fb00443b0cb10"], ["age", 2], ["created_at", "2018-07-06 14:21:59.540982"], ["updated_at", "2018-07-06 14:21:59.540982"]]
|
25325
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25326
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25327
|
+
[1m[36mCustomPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a94c16ce6392410509679a33f86a093d"], ["content", "d1d44f4dd2b28a12d343211ac0aa1d7c"], ["age", 2], ["created_at", "2018-07-06 14:21:59.543463"], ["updated_at", "2018-07-06 14:21:59.543463"]]
|
25328
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25329
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25330
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5ef375ef9f5da451d0856068ab016f0a"], ["content", "c0412b93cee3c1f51463ce3aeb322dc4"], ["age", 2], ["created_at", "2018-07-06 14:21:59.545525"], ["updated_at", "2018-07-06 14:21:59.545525"]]
|
25331
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25332
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25333
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "d333050c4f31566affc00abd714f6fca"], ["content", "d2d5ac3667c61057ba8e2a730784e71d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.547507"], ["updated_at", "2018-07-06 14:21:59.547507"]]
|
25334
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25335
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25336
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "decaa9c19587da7c5dbc5a2606b46db6"], ["content", "a99bc63bf24c9ea82551d2fbedf0b087"], ["age", 2], ["created_at", "2018-07-06 14:21:59.549460"], ["updated_at", "2018-07-06 14:21:59.549460"]]
|
25337
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25338
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25339
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b60ca9486966c82f75f37bfe4e1b314a"], ["content", "2144e0ba56bd9753199c35ddfc832987"], ["age", 2], ["created_at", "2018-07-06 14:21:59.551442"], ["updated_at", "2018-07-06 14:21:59.551442"]]
|
25340
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25341
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25342
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "60e50841f40820778e439826968eea94"], ["content", "b50e76cda5eeab7281eb4846658ea518"], ["age", 2], ["created_at", "2018-07-06 14:21:59.553447"], ["updated_at", "2018-07-06 14:21:59.553447"]]
|
25343
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25344
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25345
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0a778e3e82368a51cc9f3885f5aa6155"], ["content", "ba205e2936ddbeb9a4e7dfcdb76c9ad8"], ["age", 2], ["created_at", "2018-07-06 14:21:59.555415"], ["updated_at", "2018-07-06 14:21:59.555415"]]
|
25346
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25347
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25348
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b9da685400848f11e5e3b7b9d94b0755"], ["content", "028faf999334132c3cd7a2b954ff8993"], ["age", 2], ["created_at", "2018-07-06 14:21:59.557317"], ["updated_at", "2018-07-06 14:21:59.557317"]]
|
25349
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25350
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25351
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "59becb8d38e0eea11ec13d8abd44a51d"], ["content", "ffb4ae5e72ac4bc3db7157e748466230"], ["age", 2], ["created_at", "2018-07-06 14:21:59.559283"], ["updated_at", "2018-07-06 14:21:59.559283"]]
|
25352
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25353
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25354
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25355
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25356
|
+
----------------
|
25357
|
+
OdsTest: test_sa
|
25358
|
+
----------------
|
25359
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25360
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ae0bd3229f74e7702e07d6aa16002319"], ["content", "1773ff3b247dadc35bacb69fd8845a3b"], ["age", 2], ["created_at", "2018-07-06 14:21:59.573181"], ["updated_at", "2018-07-06 14:21:59.573181"]]
|
25361
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25362
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25363
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0dff04adf6c19deb3e43247bbb6310e9"], ["content", "dd4a17d63fdbb7e60745d69470803e38"], ["age", 2], ["created_at", "2018-07-06 14:21:59.575352"], ["updated_at", "2018-07-06 14:21:59.575352"]]
|
25364
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25365
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25366
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "dd4798125b429ab8c3f3a16c849da401"], ["content", "0df23e52151eb24087e0089593870afd"], ["age", 2], ["created_at", "2018-07-06 14:21:59.577428"], ["updated_at", "2018-07-06 14:21:59.577428"]]
|
25367
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25368
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25369
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8d5f43ba5320ec7167703975ce70428e"], ["content", "be783010b88f33869ca71f763144293d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.579411"], ["updated_at", "2018-07-06 14:21:59.579411"]]
|
25370
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25371
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25372
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "87f93eaeedaffb7c2d24ad3b89822234"], ["content", "c83bafcb313e358a5a2b80e489bf57ff"], ["age", 2], ["created_at", "2018-07-06 14:21:59.581363"], ["updated_at", "2018-07-06 14:21:59.581363"]]
|
25373
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25374
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25375
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "74ad51ab12f7fdddb62ab41b41f8f040"], ["content", "9ccd294342d4f11a39b314116908fb34"], ["age", 2], ["created_at", "2018-07-06 14:21:59.583324"], ["updated_at", "2018-07-06 14:21:59.583324"]]
|
25376
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25377
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25378
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2efe6cd3b19fa962710e909c3f69761d"], ["content", "78fa19849e1b17453811b1f484adf364"], ["age", 2], ["created_at", "2018-07-06 14:21:59.585256"], ["updated_at", "2018-07-06 14:21:59.585256"]]
|
25379
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25380
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25381
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7611e8b7f9353df40e4fcc341ee41f00"], ["content", "d78670d1a30d38c129c5a45cd0dad0ce"], ["age", 2], ["created_at", "2018-07-06 14:21:59.587310"], ["updated_at", "2018-07-06 14:21:59.587310"]]
|
25382
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25383
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25384
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "aa55f788e0abe57430cc587c35d0a50e"], ["content", "0dec689d748d458cdfa9fd8f132f3151"], ["age", 2], ["created_at", "2018-07-06 14:21:59.589258"], ["updated_at", "2018-07-06 14:21:59.589258"]]
|
25385
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25386
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25387
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "cb1988b812e259904503839172763067"], ["content", "e9f2bfe50e266f486bcb9102372c94f5"], ["age", 2], ["created_at", "2018-07-06 14:21:59.591222"], ["updated_at", "2018-07-06 14:21:59.591222"]]
|
25388
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25389
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25390
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25391
|
+
----------------------
|
25392
|
+
OdsTest: test_empty_sa
|
25393
|
+
----------------------
|
25394
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25395
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f5b32a2ba80ac30617e92a54047a723f"], ["content", "71abd7a37f2b24e1ee9c0d1d4bc71e56"], ["age", 2], ["created_at", "2018-07-06 14:21:59.597699"], ["updated_at", "2018-07-06 14:21:59.597699"]]
|
25396
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25397
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25398
|
+
[1m[36mCustomPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e476d31b8d9c7d11ed2a9c4487504ac0"], ["content", "0af86ee0c56b9e0639074d4cff7266c5"], ["age", 2], ["created_at", "2018-07-06 14:21:59.599825"], ["updated_at", "2018-07-06 14:21:59.599825"]]
|
25399
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25400
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25401
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "9104825897ef66c42b74648844aaef9a"], ["content", "d80fb072bebf73e612297ae894d69f38"], ["age", 2], ["created_at", "2018-07-06 14:21:59.601932"], ["updated_at", "2018-07-06 14:21:59.601932"]]
|
25402
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25403
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25404
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "92d6571f3db42e2537b2453e667c0131"], ["content", "976d6ea439873e7a5ce9ca15c0e38b52"], ["age", 2], ["created_at", "2018-07-06 14:21:59.603912"], ["updated_at", "2018-07-06 14:21:59.603912"]]
|
25405
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25406
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25407
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a06c9dddde61a5233819ee4f833f5e9d"], ["content", "5a828fa5ce0f1390a348b4a8d01418a3"], ["age", 2], ["created_at", "2018-07-06 14:21:59.605894"], ["updated_at", "2018-07-06 14:21:59.605894"]]
|
25408
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25409
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25410
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e0791c6f49a6dfeb92a200848b9f18f8"], ["content", "90f0c18dc9d54230915ac5651ecd6cbd"], ["age", 2], ["created_at", "2018-07-06 14:21:59.607881"], ["updated_at", "2018-07-06 14:21:59.607881"]]
|
25411
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25412
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25413
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "acf76ffdc3bd9db32e4bb3558d46489c"], ["content", "c564029515d9d475f0d6d33b4ff251cb"], ["age", 2], ["created_at", "2018-07-06 14:21:59.609792"], ["updated_at", "2018-07-06 14:21:59.609792"]]
|
25414
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25415
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25416
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "863f571123322b1bb11e1015e8fb4305"], ["content", "9ddaad1e71d4fac77b4ce42ca95f5794"], ["age", 2], ["created_at", "2018-07-06 14:21:59.611788"], ["updated_at", "2018-07-06 14:21:59.611788"]]
|
25417
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25418
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25419
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c734916168191e5e6b6460bd7724c672"], ["content", "18119e9223d27f159855840b37630578"], ["age", 2], ["created_at", "2018-07-06 14:21:59.613706"], ["updated_at", "2018-07-06 14:21:59.613706"]]
|
25420
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25421
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25422
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "fa97232dd892a9a09e7ff9b71ecce5be"], ["content", "a2ded0b49f303aaf8c25f3841556d671"], ["age", 2], ["created_at", "2018-07-06 14:21:59.615671"], ["updated_at", "2018-07-06 14:21:59.615671"]]
|
25423
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25424
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25425
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25426
|
+
-------------------------
|
25427
|
+
OdsTest: test_empty_model
|
25428
|
+
-------------------------
|
25429
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25430
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3a6c731d75c8c71175306aa83b285229"], ["content", "cabf6d3d680ab015d49c59dbc6b77482"], ["age", 2], ["created_at", "2018-07-06 14:21:59.621199"], ["updated_at", "2018-07-06 14:21:59.621199"]]
|
25431
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25432
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25433
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f60f1a29ca00b8547e9581d6355983c8"], ["content", "10a01025166fdaa465ee98dcf2bbacc2"], ["age", 2], ["created_at", "2018-07-06 14:21:59.623362"], ["updated_at", "2018-07-06 14:21:59.623362"]]
|
25434
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25435
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25436
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "050695f19d0d717fa5e882e818e7ccd4"], ["content", "c6c7ce271f35a774bf0a6bb220737973"], ["age", 2], ["created_at", "2018-07-06 14:21:59.625425"], ["updated_at", "2018-07-06 14:21:59.625425"]]
|
25437
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25438
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25439
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5553d9a7e9c41344b3372b087aa158da"], ["content", "bd3ea962dc37a6d06a104e4b525cc53f"], ["age", 2], ["created_at", "2018-07-06 14:21:59.627412"], ["updated_at", "2018-07-06 14:21:59.627412"]]
|
25440
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25441
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25442
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e33a9bb48881c65d128ced859b9fbbf3"], ["content", "e38998da1c0e2c8496a7458d3b1117c2"], ["age", 2], ["created_at", "2018-07-06 14:21:59.629416"], ["updated_at", "2018-07-06 14:21:59.629416"]]
|
25443
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25444
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25445
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "fc7f1041639ce9c9f134681069d8460c"], ["content", "3e7123fdf18f0c6a8d33b1f56454becd"], ["age", 2], ["created_at", "2018-07-06 14:21:59.631384"], ["updated_at", "2018-07-06 14:21:59.631384"]]
|
25446
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25447
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25448
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0aaf95ed09303019585c9bb29ebd1dc0"], ["content", "d7193b85ec9fafe1d5f3e325dc477fa0"], ["age", 2], ["created_at", "2018-07-06 14:21:59.633282"], ["updated_at", "2018-07-06 14:21:59.633282"]]
|
25449
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25450
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25451
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3f767226b352f67979a46df44ce33d1f"], ["content", "b255dac8e619d8be09bdd5d4e87d44c4"], ["age", 2], ["created_at", "2018-07-06 14:21:59.635331"], ["updated_at", "2018-07-06 14:21:59.635331"]]
|
25452
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25453
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25454
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "da9c307ce0d514acf7b62b016b20906e"], ["content", "373754746a725b3c664c8374bd01ef9d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.637226"], ["updated_at", "2018-07-06 14:21:59.637226"]]
|
25455
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25456
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25457
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ca50dbc6d8ba105437259cb6750a05ab"], ["content", "4fda8e9b13c150a9cad21b457500641d"], ["age", 2], ["created_at", "2018-07-06 14:21:59.639146"], ["updated_at", "2018-07-06 14:21:59.639146"]]
|
25458
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25459
|
+
[1m[36mCustomPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25460
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25461
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25462
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25463
|
+
---------------------
|
25464
|
+
OdsTest: test_options
|
25465
|
+
---------------------
|
25466
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25467
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7499f9c69f199ee2765816f582b83f2c"], ["content", "cf9e7109fe89206feb23e5230ddc5154"], ["age", 2], ["created_at", "2018-07-06 14:21:59.646063"], ["updated_at", "2018-07-06 14:21:59.646063"]]
|
25468
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25469
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25470
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "4839edc5f1e7a1746275bc63e87448fe"], ["content", "e29b60d7f6f6d97e42e0f7cf96cf17a9"], ["age", 2], ["created_at", "2018-07-06 14:21:59.648189"], ["updated_at", "2018-07-06 14:21:59.648189"]]
|
25471
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25472
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25473
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6fbe00bd48e10d065ef93cabe5fa9efa"], ["content", "e9fac88f388a9d66063394e7e4ce7742"], ["age", 2], ["created_at", "2018-07-06 14:21:59.650257"], ["updated_at", "2018-07-06 14:21:59.650257"]]
|
25474
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25475
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25476
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f858568d79cd4350eaed9b0be6bcca78"], ["content", "4945d098891fcdb818ff5e408a2492d8"], ["age", 2], ["created_at", "2018-07-06 14:21:59.652173"], ["updated_at", "2018-07-06 14:21:59.652173"]]
|
25477
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25478
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25479
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "88fae4c2b6e01aebbff651971891175c"], ["content", "ff047607bc167d4c1339ebe6fa48132b"], ["age", 2], ["created_at", "2018-07-06 14:21:59.654090"], ["updated_at", "2018-07-06 14:21:59.654090"]]
|
25480
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25481
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25482
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "081da05be169305fef7f027e95c65a80"], ["content", "0748838a613d46343e4f08f24d5a35f7"], ["age", 2], ["created_at", "2018-07-06 14:21:59.656111"], ["updated_at", "2018-07-06 14:21:59.656111"]]
|
25483
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25484
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25485
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6731b7423950444363d0d84f6af80002"], ["content", "5f428027aa17e1b57ac74884487c8207"], ["age", 2], ["created_at", "2018-07-06 14:21:59.658013"], ["updated_at", "2018-07-06 14:21:59.658013"]]
|
25486
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25487
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25488
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "afa55814dde9d713fbca413ebbe32a86"], ["content", "7d56d5adbc0eb2da1af9285a97e5d063"], ["age", 2], ["created_at", "2018-07-06 14:21:59.659955"], ["updated_at", "2018-07-06 14:21:59.659955"]]
|
25489
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25490
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25491
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7d89ec25f9d1872d755e6d69684839b6"], ["content", "8fb46942bbd1f008f11a26d853e66371"], ["age", 2], ["created_at", "2018-07-06 14:21:59.661956"], ["updated_at", "2018-07-06 14:21:59.661956"]]
|
25492
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25493
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25494
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "34c4fde714e396599d6a91b1775fa2d9"], ["content", "08ac6048191273c6363254e49515f8a2"], ["age", 2], ["created_at", "2018-07-06 14:21:59.663886"], ["updated_at", "2018-07-06 14:21:59.663886"]]
|
25495
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25496
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25497
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25498
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25499
|
+
---------------------------------
|
25500
|
+
BadPlainRubyObjectTest: test_xlsx
|
25501
|
+
---------------------------------
|
25502
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25503
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25504
|
+
--------------------------------
|
25505
|
+
BadPlainRubyObjectTest: test_ods
|
25506
|
+
--------------------------------
|
25507
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25508
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25509
|
+
--------------------------------
|
25510
|
+
BadPlainRubyObjectTest: test_csv
|
25511
|
+
--------------------------------
|
25512
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25513
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25514
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
25515
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25516
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
25517
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25518
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25519
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "posts"[0m
|
25520
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25521
|
+
------------------------------------------
|
25522
|
+
CustomPostTest: test_constants_dont_change
|
25523
|
+
------------------------------------------
|
25524
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25525
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25526
|
+
--------------------------
|
25527
|
+
CustomPostTest: test_empty
|
25528
|
+
--------------------------
|
25529
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25530
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25531
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
25532
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25533
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25534
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
25535
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25536
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25537
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
25538
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25539
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25540
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
25541
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25542
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25543
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
25544
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25545
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25546
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25547
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25548
|
+
------------------------
|
25549
|
+
CustomPostTest: test_ods
|
25550
|
+
------------------------
|
25551
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25552
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25553
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25554
|
+
------------------------
|
25555
|
+
CustomPostTest: test_csv
|
25556
|
+
------------------------
|
25557
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25558
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25559
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25560
|
+
-------------------------
|
25561
|
+
CustomPostTest: test_xlsx
|
25562
|
+
-------------------------
|
25563
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25564
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25565
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25566
|
+
-------------------------
|
25567
|
+
OdsTest: test_empty_model
|
25568
|
+
-------------------------
|
25569
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25570
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6b6d7706050472072a282358cd1128cf"], ["content", "ba5565932ec4b697a26fd372323c1f25"], ["age", 2], ["created_at", "2018-07-06 14:22:59.380295"], ["updated_at", "2018-07-06 14:22:59.380295"]]
|
25571
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25572
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25573
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "27017ab77fef5232236f4b6bb61c10a3"], ["content", "60075309c4ee46f8ebe0fb2a8ee489ef"], ["age", 2], ["created_at", "2018-07-06 14:22:59.382799"], ["updated_at", "2018-07-06 14:22:59.382799"]]
|
25574
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25575
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25576
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e351490f79d882340103e241fc08b290"], ["content", "6b95e74180c2c366aa403a488824dafc"], ["age", 2], ["created_at", "2018-07-06 14:22:59.385093"], ["updated_at", "2018-07-06 14:22:59.385093"]]
|
25577
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25578
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25579
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "d4fde37dfc95c6b3c4dab3d211c428bc"], ["content", "9906ba4ded0976339cb30b0f5f73868f"], ["age", 2], ["created_at", "2018-07-06 14:22:59.387210"], ["updated_at", "2018-07-06 14:22:59.387210"]]
|
25580
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25581
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25582
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ec8434b531ac8c6a8b614f78c75fc789"], ["content", "ab7b680ae47842398bd300c113df6455"], ["age", 2], ["created_at", "2018-07-06 14:22:59.394648"], ["updated_at", "2018-07-06 14:22:59.394648"]]
|
25583
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25584
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25585
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2559c03b899bf2b7d2c0c4f7a1f31fb1"], ["content", "64baabf8e67a077b4f6d5b78609618e0"], ["age", 2], ["created_at", "2018-07-06 14:22:59.396667"], ["updated_at", "2018-07-06 14:22:59.396667"]]
|
25586
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25587
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25588
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "53bceb4e513fb70ff32b8b925e8fdd97"], ["content", "3787276469c89f051764a30a330ac733"], ["age", 2], ["created_at", "2018-07-06 14:22:59.398616"], ["updated_at", "2018-07-06 14:22:59.398616"]]
|
25589
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25590
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25591
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5bcf89d6614c45e3b04f7cf81f893c26"], ["content", "b83b733dd8f73983b6e7e69c93a004f7"], ["age", 2], ["created_at", "2018-07-06 14:22:59.400560"], ["updated_at", "2018-07-06 14:22:59.400560"]]
|
25592
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25593
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25594
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e3a6c23d3a983270b4b3ab7f24dd119f"], ["content", "46c627846da0d27345f1c0a86e061f33"], ["age", 2], ["created_at", "2018-07-06 14:22:59.402467"], ["updated_at", "2018-07-06 14:22:59.402467"]]
|
25595
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25596
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25597
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "377d454d93796e90c10654ecf1500076"], ["content", "2e860d8414af496bf784df20d09457f3"], ["age", 2], ["created_at", "2018-07-06 14:22:59.404461"], ["updated_at", "2018-07-06 14:22:59.404461"]]
|
25598
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25599
|
+
[1m[36mCustomPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25600
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25601
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25602
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25603
|
+
-------------------
|
25604
|
+
OdsTest: test_model
|
25605
|
+
-------------------
|
25606
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25607
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "47130543526c29e5d65810c2b992a618"], ["content", "9fc1a682eda00efe54f1c3db9f847560"], ["age", 2], ["created_at", "2018-07-06 14:22:59.411487"], ["updated_at", "2018-07-06 14:22:59.411487"]]
|
25608
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25609
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25610
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b5d4661040026b55ec79f9cdac1d9c67"], ["content", "584360d0a254ee55d6364ad57a2a28c6"], ["age", 2], ["created_at", "2018-07-06 14:22:59.413566"], ["updated_at", "2018-07-06 14:22:59.413566"]]
|
25611
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25612
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25613
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c6f295a5154bab3a1be0db7f2b96bb37"], ["content", "a05ae5345449428b530e0959e93483ef"], ["age", 2], ["created_at", "2018-07-06 14:22:59.415699"], ["updated_at", "2018-07-06 14:22:59.415699"]]
|
25614
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25615
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25616
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8a6b2a76d4d76b2e610407436d43bc59"], ["content", "d42e296596d0c6f45038c69daec30c7c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.417649"], ["updated_at", "2018-07-06 14:22:59.417649"]]
|
25617
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25618
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25619
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b7c6b2558d237b3d6067b8482db4c13c"], ["content", "6f0ac6485ef60cb5b61c547947317175"], ["age", 2], ["created_at", "2018-07-06 14:22:59.419619"], ["updated_at", "2018-07-06 14:22:59.419619"]]
|
25620
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25621
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25622
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "9bbdbb1510fdf63989175f93c1e7a955"], ["content", "ea31b0c042e286d24aae148f061fd7b1"], ["age", 2], ["created_at", "2018-07-06 14:22:59.421604"], ["updated_at", "2018-07-06 14:22:59.421604"]]
|
25623
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25624
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25625
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "59e52176393b1c7452290daba82dc24e"], ["content", "8c13d5c819c7b3c805e0587093596ce8"], ["age", 2], ["created_at", "2018-07-06 14:22:59.423595"], ["updated_at", "2018-07-06 14:22:59.423595"]]
|
25626
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25627
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25628
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ac97525c75c72665e4bd1b29ec102d70"], ["content", "026f820cabb96028504b77c8ff9b572f"], ["age", 2], ["created_at", "2018-07-06 14:22:59.425576"], ["updated_at", "2018-07-06 14:22:59.425576"]]
|
25629
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25630
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25631
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2176ab51622b03131c8e706a69ec340b"], ["content", "37c49149a5cac5df766c776135f4b797"], ["age", 2], ["created_at", "2018-07-06 14:22:59.427619"], ["updated_at", "2018-07-06 14:22:59.427619"]]
|
25632
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25633
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25634
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "957c7d3460cba53776d459b77ac1a72a"], ["content", "e2c9338021952403e40014a70b71b78a"], ["age", 2], ["created_at", "2018-07-06 14:22:59.429575"], ["updated_at", "2018-07-06 14:22:59.429575"]]
|
25635
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25636
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25637
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25638
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25639
|
+
----------------------
|
25640
|
+
OdsTest: test_empty_sa
|
25641
|
+
----------------------
|
25642
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25643
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ee4e83716f613025d1c26169b0e307e0"], ["content", "b3fe411c04811e0bc75af06f6bbf978a"], ["age", 2], ["created_at", "2018-07-06 14:22:59.443333"], ["updated_at", "2018-07-06 14:22:59.443333"]]
|
25644
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25645
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25646
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b7f06ad2bed25344864eb1af97360b55"], ["content", "ae32aecfc14be1ca48934a82bf5e5722"], ["age", 2], ["created_at", "2018-07-06 14:22:59.445501"], ["updated_at", "2018-07-06 14:22:59.445501"]]
|
25647
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25648
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25649
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6e461f6e2baa4ca0769c1d7612cf738d"], ["content", "a7d53dbd3893b7b974d6281145a6eeb8"], ["age", 2], ["created_at", "2018-07-06 14:22:59.447599"], ["updated_at", "2018-07-06 14:22:59.447599"]]
|
25650
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25651
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25652
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "d138ca1d22539443b15055223f1b0e42"], ["content", "847b2b12c4d56c7e4add974dd0c20b11"], ["age", 2], ["created_at", "2018-07-06 14:22:59.449595"], ["updated_at", "2018-07-06 14:22:59.449595"]]
|
25653
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25654
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25655
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "92866954629beb729d85561c21ef6eca"], ["content", "8cd0ee26c3c3b86bc1697f591a3f1706"], ["age", 2], ["created_at", "2018-07-06 14:22:59.451676"], ["updated_at", "2018-07-06 14:22:59.451676"]]
|
25656
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25657
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25658
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "de6d752e103acdcdd38f9319f1c349f7"], ["content", "517e6f517abb15b97d1f24d13be4b640"], ["age", 2], ["created_at", "2018-07-06 14:22:59.453628"], ["updated_at", "2018-07-06 14:22:59.453628"]]
|
25659
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25660
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25661
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a73c9b69c535d79b80bd9b4a6900c415"], ["content", "4e33ba20de1ec1fc6a307d85063bb1d7"], ["age", 2], ["created_at", "2018-07-06 14:22:59.455641"], ["updated_at", "2018-07-06 14:22:59.455641"]]
|
25662
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25663
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25664
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c71924f321988ed000cb61df8328451d"], ["content", "178334ab91ceeeb59344d6f37752cd30"], ["age", 2], ["created_at", "2018-07-06 14:22:59.457622"], ["updated_at", "2018-07-06 14:22:59.457622"]]
|
25665
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25666
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25667
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "383e4999da3fa222ab97daf1198b227f"], ["content", "d47d59874089b061d4c6aa273aa882fd"], ["age", 2], ["created_at", "2018-07-06 14:22:59.459649"], ["updated_at", "2018-07-06 14:22:59.459649"]]
|
25668
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25669
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25670
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "4ce6dca61aba7fe04013d9807560a5a9"], ["content", "cc01a6066d758a5c650b84e48143ac55"], ["age", 2], ["created_at", "2018-07-06 14:22:59.461592"], ["updated_at", "2018-07-06 14:22:59.461592"]]
|
25671
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25672
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25673
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25674
|
+
---------------------
|
25675
|
+
OdsTest: test_options
|
25676
|
+
---------------------
|
25677
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25678
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e5d7168bbbbfae624c4599e41c47841a"], ["content", "efca9bedfd42173ed2ce0f066ff963d3"], ["age", 2], ["created_at", "2018-07-06 14:22:59.467107"], ["updated_at", "2018-07-06 14:22:59.467107"]]
|
25679
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25680
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25681
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "53d224240857780119482861f177d917"], ["content", "a5cd790afa9a7d9350807a1c5234622b"], ["age", 2], ["created_at", "2018-07-06 14:22:59.469237"], ["updated_at", "2018-07-06 14:22:59.469237"]]
|
25682
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25683
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25684
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a54a97f8e8c7e8e1e6035a51f381a893"], ["content", "863e2573adc2ef58cac1179e11051514"], ["age", 2], ["created_at", "2018-07-06 14:22:59.471317"], ["updated_at", "2018-07-06 14:22:59.471317"]]
|
25685
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25686
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25687
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b9ec701c72ef34f83aed06e1f5224413"], ["content", "3441dba435f1dce44907f2701d76db7c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.473276"], ["updated_at", "2018-07-06 14:22:59.473276"]]
|
25688
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25689
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25690
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "05458eb26b145dd1849c7261867eece0"], ["content", "8694d76adc6d9aa7159fcb0b82ac8ac0"], ["age", 2], ["created_at", "2018-07-06 14:22:59.475292"], ["updated_at", "2018-07-06 14:22:59.475292"]]
|
25691
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25692
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25693
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f9998fdee751b4b2cfd7bd89dad1f72c"], ["content", "891e8395ec97efcddb0f3c46df38afb2"], ["age", 2], ["created_at", "2018-07-06 14:22:59.477290"], ["updated_at", "2018-07-06 14:22:59.477290"]]
|
25694
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25695
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25696
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "966f94c16edd2429dad3b9dfd98c9294"], ["content", "cba5af2ecc735c1a40eafe298dfb58aa"], ["age", 2], ["created_at", "2018-07-06 14:22:59.479296"], ["updated_at", "2018-07-06 14:22:59.479296"]]
|
25697
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25698
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25699
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f3aa9fe2b03af4039a433d9fc338ac07"], ["content", "af412a53bb9c13fc1903b203f892395e"], ["age", 2], ["created_at", "2018-07-06 14:22:59.481248"], ["updated_at", "2018-07-06 14:22:59.481248"]]
|
25700
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25701
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25702
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f08d81a3865b8bea2ff6e807995b868e"], ["content", "dab7a9766ce5c473f475dafb88e5b05c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.483198"], ["updated_at", "2018-07-06 14:22:59.483198"]]
|
25703
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25704
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25705
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "898c9b8d9e291b84a6a4836aa0325f24"], ["content", "692cf3739a99c4d6eb8c3efba5f6a8f2"], ["age", 2], ["created_at", "2018-07-06 14:22:59.485171"], ["updated_at", "2018-07-06 14:22:59.485171"]]
|
25706
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25707
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25708
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25709
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25710
|
+
----------------
|
25711
|
+
OdsTest: test_sa
|
25712
|
+
----------------
|
25713
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25714
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "da20629fd52a0844ab11d9d7f3cae9ad"], ["content", "5379d6c42f230e97ec853a23e246a89c"], ["age", 2], ["created_at", "2018-07-06 14:22:59.498948"], ["updated_at", "2018-07-06 14:22:59.498948"]]
|
25715
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25716
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25717
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "fd5e006cc3368c1dc8e6e24d036f4478"], ["content", "19404c8a73f2953571c3b664cfa24265"], ["age", 2], ["created_at", "2018-07-06 14:22:59.501094"], ["updated_at", "2018-07-06 14:22:59.501094"]]
|
25718
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25719
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25720
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6aeaedc3e2b0a6bb2f851032d24bf594"], ["content", "23729722d860ad6ae88aabff354b5b32"], ["age", 2], ["created_at", "2018-07-06 14:22:59.503204"], ["updated_at", "2018-07-06 14:22:59.503204"]]
|
25721
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25722
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25723
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c7ac49fd2a6185cb6f0a2b88923404e0"], ["content", "a07ae4421e58cf734978aaf563114958"], ["age", 2], ["created_at", "2018-07-06 14:22:59.505133"], ["updated_at", "2018-07-06 14:22:59.505133"]]
|
25724
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25725
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25726
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c39e7bd184fc2ae1ff456fc4bf67bbad"], ["content", "8cd5f35d7646d69f64540c1ffa8e905a"], ["age", 2], ["created_at", "2018-07-06 14:22:59.507160"], ["updated_at", "2018-07-06 14:22:59.507160"]]
|
25727
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25728
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25729
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8bad59d2531e959a973ffb4e780fb2fa"], ["content", "069f66b005ba26836c9e47b0d373c15b"], ["age", 2], ["created_at", "2018-07-06 14:22:59.509137"], ["updated_at", "2018-07-06 14:22:59.509137"]]
|
25730
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25731
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25732
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "31be95a52ad72fa2a891dd036904feaa"], ["content", "bbf1d78594f7e8b808eb660e8e9ba4a7"], ["age", 2], ["created_at", "2018-07-06 14:22:59.511128"], ["updated_at", "2018-07-06 14:22:59.511128"]]
|
25733
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25734
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25735
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "47d8ac72e4b1d26300afac04554e0b21"], ["content", "2409a046ff7d7820860b36db17e1fa5e"], ["age", 2], ["created_at", "2018-07-06 14:22:59.513105"], ["updated_at", "2018-07-06 14:22:59.513105"]]
|
25736
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25737
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25738
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5067f6e0fe7f786f3dd3b45dadc4911b"], ["content", "3059cf588d4e992203ab25b095d38a12"], ["age", 2], ["created_at", "2018-07-06 14:22:59.515078"], ["updated_at", "2018-07-06 14:22:59.515078"]]
|
25739
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25740
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25741
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2c5af2d709a9402bc46bd8a98b1de871"], ["content", "284326f35de559147d961649e64226a8"], ["age", 2], ["created_at", "2018-07-06 14:22:59.517041"], ["updated_at", "2018-07-06 14:22:59.517041"]]
|
25742
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25743
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25744
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25745
|
+
-----------------------------
|
25746
|
+
PlainRubyObjectTest: test_ods
|
25747
|
+
-----------------------------
|
25748
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25749
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25750
|
+
-----------------------------
|
25751
|
+
PlainRubyObjectTest: test_csv
|
25752
|
+
-----------------------------
|
25753
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25754
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25755
|
+
------------------------------
|
25756
|
+
PlainRubyObjectTest: test_xlsx
|
25757
|
+
------------------------------
|
25758
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25759
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25760
|
+
--------------------
|
25761
|
+
PostTest: test_empty
|
25762
|
+
--------------------
|
25763
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25764
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25765
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
25766
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25767
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25768
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
25769
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25770
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25771
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
25772
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25773
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25774
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
25775
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25776
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
25777
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
25778
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
25779
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25780
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25781
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25782
|
+
-------------------
|
25783
|
+
PostTest: test_xlsx
|
25784
|
+
-------------------
|
25785
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25786
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25787
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25788
|
+
------------------
|
25789
|
+
PostTest: test_csv
|
25790
|
+
------------------
|
25791
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25792
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25793
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25794
|
+
------------------
|
25795
|
+
PostTest: test_ods
|
25796
|
+
------------------
|
25797
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25798
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25799
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25800
|
+
------------------------------------------------
|
25801
|
+
ApplicationTest: test_Renders_sample_xlsx_action
|
25802
|
+
------------------------------------------------
|
25803
|
+
Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
|
25804
|
+
Processing by SpreadsheetsController#xlsx as XLSX
|
25805
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25806
|
+
Rendering text template
|
25807
|
+
Rendered text template (0.0ms)
|
25808
|
+
Sent data Posts.xlsx (3.3ms)
|
25809
|
+
Completed 200 OK in 32ms (Views: 3.5ms | ActiveRecord: 0.2ms)
|
25810
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25811
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25812
|
+
-------------------------
|
25813
|
+
ApplicationTest: test_csv
|
25814
|
+
-------------------------
|
25815
|
+
Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
|
25816
|
+
Processing by SpreadsheetsController#csv as HTML
|
25817
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25818
|
+
Rendering text template
|
25819
|
+
Rendered text template (0.0ms)
|
25820
|
+
Sent data data.csv (0.5ms)
|
25821
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
25822
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25823
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25824
|
+
-------------------------
|
25825
|
+
ApplicationTest: test_ods
|
25826
|
+
-------------------------
|
25827
|
+
Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
|
25828
|
+
Processing by SpreadsheetsController#ods as HTML
|
25829
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25830
|
+
Rendering text template
|
25831
|
+
Rendered text template (0.0ms)
|
25832
|
+
Sent data data.ods (0.5ms)
|
25833
|
+
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
25834
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25835
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25836
|
+
--------------------------
|
25837
|
+
ApplicationTest: test_xlsx
|
25838
|
+
--------------------------
|
25839
|
+
Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
|
25840
|
+
Processing by SpreadsheetsController#xlsx as HTML
|
25841
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25842
|
+
Rendering text template
|
25843
|
+
Rendered text template (0.0ms)
|
25844
|
+
Sent data Posts.xlsx (0.5ms)
|
25845
|
+
Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
25846
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25847
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25848
|
+
------------------------------
|
25849
|
+
ApplicationTest: test_alt_xlsx
|
25850
|
+
------------------------------
|
25851
|
+
Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:22:59 -0700
|
25852
|
+
Processing by SpreadsheetsController#alt_xlsx as XLSX
|
25853
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25854
|
+
Rendering text template
|
25855
|
+
Rendered text template (0.0ms)
|
25856
|
+
Sent data Posts.xlsx (0.6ms)
|
25857
|
+
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
|
25858
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25859
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25860
|
+
-------------------------------------
|
25861
|
+
SpreadsheetArchitectTest: test_config
|
25862
|
+
-------------------------------------
|
25863
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25864
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25865
|
+
---------------------------------
|
25866
|
+
BadPlainRubyObjectTest: test_xlsx
|
25867
|
+
---------------------------------
|
25868
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25869
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25870
|
+
--------------------------------
|
25871
|
+
BadPlainRubyObjectTest: test_csv
|
25872
|
+
--------------------------------
|
25873
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25874
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25875
|
+
--------------------------------
|
25876
|
+
BadPlainRubyObjectTest: test_ods
|
25877
|
+
--------------------------------
|
25878
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25879
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25880
|
+
-------------------------------
|
25881
|
+
ActiveModelObjectTest: test_csv
|
25882
|
+
-------------------------------
|
25883
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25884
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25885
|
+
--------------------------------
|
25886
|
+
ActiveModelObjectTest: test_xlsx
|
25887
|
+
--------------------------------
|
25888
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25889
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25890
|
+
-------------------------------
|
25891
|
+
ActiveModelObjectTest: test_ods
|
25892
|
+
-------------------------------
|
25893
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25894
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25895
|
+
--------------------------
|
25896
|
+
XlsxTest: test_empty_model
|
25897
|
+
--------------------------
|
25898
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25899
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25900
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25901
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25902
|
+
-----------------------
|
25903
|
+
XlsxTest: test_empty_sa
|
25904
|
+
-----------------------
|
25905
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25906
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25907
|
+
----------------------
|
25908
|
+
XlsxTest: test_extreme
|
25909
|
+
----------------------
|
25910
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25911
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25912
|
+
--------------------
|
25913
|
+
XlsxTest: test_model
|
25914
|
+
--------------------
|
25915
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25916
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25917
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25918
|
+
-----------------
|
25919
|
+
XlsxTest: test_sa
|
25920
|
+
-----------------
|
25921
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25922
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25923
|
+
---------------------------------------------------------
|
25924
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
|
25925
|
+
---------------------------------------------------------
|
25926
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25927
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25928
|
+
--------------------------------------------
|
25929
|
+
SpreadsheetArchitectUtilsTest: test_get_type
|
25930
|
+
--------------------------------------------
|
25931
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25932
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25933
|
+
---------------------------------------------------------
|
25934
|
+
SpreadsheetArchitectUtilsTest: test_constants_dont_change
|
25935
|
+
---------------------------------------------------------
|
25936
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25937
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25938
|
+
-------------------------------------------------
|
25939
|
+
SpreadsheetArchitectUtilsTest: test_get_cell_data
|
25940
|
+
-------------------------------------------------
|
25941
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25942
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25943
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25944
|
+
------------------------------------------------
|
25945
|
+
SpreadsheetArchitectUtilsTest: test_str_humanize
|
25946
|
+
------------------------------------------------
|
25947
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25948
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25949
|
+
-----------------------------------------------------------
|
25950
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
|
25951
|
+
-----------------------------------------------------------
|
25952
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25953
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25954
|
+
-----------------------------------------------
|
25955
|
+
SpreadsheetArchitectUtilsTest: test_get_options
|
25956
|
+
-----------------------------------------------
|
25957
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25958
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25959
|
+
-------------------
|
25960
|
+
CsvTest: test_model
|
25961
|
+
-------------------
|
25962
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25963
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25964
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25965
|
+
-------------------------
|
25966
|
+
CsvTest: test_empty_model
|
25967
|
+
-------------------------
|
25968
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
25969
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25970
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
25971
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25972
|
+
----------------
|
25973
|
+
CsvTest: test_sa
|
25974
|
+
----------------
|
25975
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25976
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25977
|
+
---------------------
|
25978
|
+
CsvTest: test_options
|
25979
|
+
---------------------
|
25980
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
25981
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25982
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25983
|
+
----------------------
|
25984
|
+
CsvTest: test_empty_sa
|
25985
|
+
----------------------
|
25986
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
25987
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25988
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
25989
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25990
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
25991
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25992
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
25993
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "posts"[0m
|
25994
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
25995
|
+
------------------------------
|
25996
|
+
ApplicationTest: test_alt_xlsx
|
25997
|
+
------------------------------
|
25998
|
+
Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
|
25999
|
+
Processing by SpreadsheetsController#alt_xlsx as XLSX
|
26000
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26001
|
+
Rendering text template
|
26002
|
+
Rendered text template (0.0ms)
|
26003
|
+
Sent data Posts.xlsx (1.2ms)
|
26004
|
+
Completed 200 OK in 24ms (Views: 19.4ms | ActiveRecord: 0.7ms)
|
26005
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26006
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26007
|
+
-------------------------
|
26008
|
+
ApplicationTest: test_csv
|
26009
|
+
-------------------------
|
26010
|
+
Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
|
26011
|
+
Processing by SpreadsheetsController#csv as HTML
|
26012
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26013
|
+
Rendering text template
|
26014
|
+
Rendered text template (0.0ms)
|
26015
|
+
Sent data data.csv (0.5ms)
|
26016
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
26017
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26018
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26019
|
+
--------------------------
|
26020
|
+
ApplicationTest: test_xlsx
|
26021
|
+
--------------------------
|
26022
|
+
Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
|
26023
|
+
Processing by SpreadsheetsController#xlsx as HTML
|
26024
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26025
|
+
Rendering text template
|
26026
|
+
Rendered text template (0.0ms)
|
26027
|
+
Sent data Posts.xlsx (0.5ms)
|
26028
|
+
Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
26029
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26030
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26031
|
+
------------------------------------------------
|
26032
|
+
ApplicationTest: test_Renders_sample_xlsx_action
|
26033
|
+
------------------------------------------------
|
26034
|
+
Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
|
26035
|
+
Processing by SpreadsheetsController#xlsx as XLSX
|
26036
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26037
|
+
Rendering text template
|
26038
|
+
Rendered text template (0.0ms)
|
26039
|
+
Sent data Posts.xlsx (0.5ms)
|
26040
|
+
Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
26041
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26042
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26043
|
+
-------------------------
|
26044
|
+
ApplicationTest: test_ods
|
26045
|
+
-------------------------
|
26046
|
+
Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:28:12 -0700
|
26047
|
+
Processing by SpreadsheetsController#ods as HTML
|
26048
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26049
|
+
Rendering text template
|
26050
|
+
Rendered text template (0.0ms)
|
26051
|
+
Sent data data.ods (0.5ms)
|
26052
|
+
Completed 200 OK in 12ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
26053
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26054
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26055
|
+
------------------
|
26056
|
+
PostTest: test_csv
|
26057
|
+
------------------
|
26058
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26059
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26060
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26061
|
+
--------------------
|
26062
|
+
PostTest: test_empty
|
26063
|
+
--------------------
|
26064
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26065
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26066
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
26067
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26068
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26069
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
26070
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26071
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26072
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
26073
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26074
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26075
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
26076
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26077
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26078
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
26079
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26080
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26081
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26082
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26083
|
+
------------------
|
26084
|
+
PostTest: test_ods
|
26085
|
+
------------------
|
26086
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26087
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26088
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26089
|
+
-------------------
|
26090
|
+
PostTest: test_xlsx
|
26091
|
+
-------------------
|
26092
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26093
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26094
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26095
|
+
-----------------------------
|
26096
|
+
PlainRubyObjectTest: test_csv
|
26097
|
+
-----------------------------
|
26098
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26099
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26100
|
+
------------------------------
|
26101
|
+
PlainRubyObjectTest: test_xlsx
|
26102
|
+
------------------------------
|
26103
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26104
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26105
|
+
-----------------------------
|
26106
|
+
PlainRubyObjectTest: test_ods
|
26107
|
+
-----------------------------
|
26108
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26109
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26110
|
+
-------------------------------------
|
26111
|
+
SpreadsheetArchitectTest: test_config
|
26112
|
+
-------------------------------------
|
26113
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26114
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26115
|
+
------------------------------------------
|
26116
|
+
CustomPostTest: test_constants_dont_change
|
26117
|
+
------------------------------------------
|
26118
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26119
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26120
|
+
--------------------------
|
26121
|
+
CustomPostTest: test_empty
|
26122
|
+
--------------------------
|
26123
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26124
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26125
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
26126
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26127
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26128
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
26129
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26130
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26131
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
26132
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26133
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26134
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
26135
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26136
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26137
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
26138
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26139
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26140
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26141
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26142
|
+
------------------------
|
26143
|
+
CustomPostTest: test_ods
|
26144
|
+
------------------------
|
26145
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26146
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26147
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26148
|
+
------------------------
|
26149
|
+
CustomPostTest: test_csv
|
26150
|
+
------------------------
|
26151
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26152
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26153
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26154
|
+
-------------------------
|
26155
|
+
CustomPostTest: test_xlsx
|
26156
|
+
-------------------------
|
26157
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26158
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26159
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26160
|
+
-------------------------------
|
26161
|
+
ActiveModelObjectTest: test_ods
|
26162
|
+
-------------------------------
|
26163
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26164
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26165
|
+
--------------------------------
|
26166
|
+
ActiveModelObjectTest: test_xlsx
|
26167
|
+
--------------------------------
|
26168
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26169
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26170
|
+
-------------------------------
|
26171
|
+
ActiveModelObjectTest: test_csv
|
26172
|
+
-------------------------------
|
26173
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26174
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26175
|
+
-----------------------------------------------
|
26176
|
+
SpreadsheetArchitectUtilsTest: test_get_options
|
26177
|
+
-----------------------------------------------
|
26178
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26179
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26180
|
+
---------------------------------------------------------
|
26181
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
|
26182
|
+
---------------------------------------------------------
|
26183
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26184
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26185
|
+
--------------------------------------------
|
26186
|
+
SpreadsheetArchitectUtilsTest: test_get_type
|
26187
|
+
--------------------------------------------
|
26188
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26189
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26190
|
+
---------------------------------------------------------
|
26191
|
+
SpreadsheetArchitectUtilsTest: test_constants_dont_change
|
26192
|
+
---------------------------------------------------------
|
26193
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26194
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26195
|
+
------------------------------------------------
|
26196
|
+
SpreadsheetArchitectUtilsTest: test_str_humanize
|
26197
|
+
------------------------------------------------
|
26198
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26199
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26200
|
+
-----------------------------------------------------------
|
26201
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
|
26202
|
+
-----------------------------------------------------------
|
26203
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26204
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26205
|
+
-------------------------------------------------
|
26206
|
+
SpreadsheetArchitectUtilsTest: test_get_cell_data
|
26207
|
+
-------------------------------------------------
|
26208
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26209
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26210
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26211
|
+
--------------------------
|
26212
|
+
XlsxTest: test_empty_model
|
26213
|
+
--------------------------
|
26214
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
26215
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26216
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26217
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26218
|
+
--------------------
|
26219
|
+
XlsxTest: test_model
|
26220
|
+
--------------------
|
26221
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26222
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26223
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26224
|
+
-----------------
|
26225
|
+
XlsxTest: test_sa
|
26226
|
+
-----------------
|
26227
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26228
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26229
|
+
-----------------------
|
26230
|
+
XlsxTest: test_empty_sa
|
26231
|
+
-----------------------
|
26232
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26233
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26234
|
+
----------------------
|
26235
|
+
XlsxTest: test_extreme
|
26236
|
+
----------------------
|
26237
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26238
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26239
|
+
----------------------
|
26240
|
+
OdsTest: test_empty_sa
|
26241
|
+
----------------------
|
26242
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26243
|
+
[1m[36mCustomPost Create (0.4ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7f9cc0542ce0dd4c243e7c6fcea29a67"], ["content", "0774c86f03e140c972590885e7b53869"], ["age", 2], ["created_at", "2018-07-06 14:28:12.547638"], ["updated_at", "2018-07-06 14:28:12.547638"]]
|
26244
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26245
|
+
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26246
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "284a01370ff70ebcf61b29e2fa8912a0"], ["content", "e36b837d67951be9c41c77fb4aef7e28"], ["age", 2], ["created_at", "2018-07-06 14:28:12.550653"], ["updated_at", "2018-07-06 14:28:12.550653"]]
|
26247
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26248
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26249
|
+
[1m[36mCustomPost Create (0.6ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "af0b24b02145361003aba10f6a40bcb2"], ["content", "9abf13400e139ab2e652cdffd1d945b7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.552870"], ["updated_at", "2018-07-06 14:28:12.552870"]]
|
26250
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26251
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26252
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3082871ac4a0e824a3cdb8520bb7814b"], ["content", "9b4bd65287dd046631a7ddcbaee5cd65"], ["age", 2], ["created_at", "2018-07-06 14:28:12.555326"], ["updated_at", "2018-07-06 14:28:12.555326"]]
|
26253
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26254
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26255
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "290fad22a0214e6d37d0373f42e1b2aa"], ["content", "6babbe1c017a77fffe514fbd77bb5345"], ["age", 2], ["created_at", "2018-07-06 14:28:12.557660"], ["updated_at", "2018-07-06 14:28:12.557660"]]
|
26256
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26257
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26258
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "10ae89932ae58da2a1b8faedfa5d0e7d"], ["content", "517357fdcaa9429205c8f0b92479bd7e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.559694"], ["updated_at", "2018-07-06 14:28:12.559694"]]
|
26259
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26260
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26261
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "bc8a5a905beff657c89a135b10bd8e82"], ["content", "ab102de1a0d87999ad08c538e4bb97dd"], ["age", 2], ["created_at", "2018-07-06 14:28:12.562098"], ["updated_at", "2018-07-06 14:28:12.562098"]]
|
26262
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26263
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26264
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f400abed339bb42939e25b5408f4f500"], ["content", "69397b8525c41cf1f0fa38d340be7f21"], ["age", 2], ["created_at", "2018-07-06 14:28:12.564493"], ["updated_at", "2018-07-06 14:28:12.564493"]]
|
26265
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26266
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26267
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7a6c5c3c9a936ba8abd7f6fe17a3b972"], ["content", "ab5d22a738312cda5fdedc7cd8429ec8"], ["age", 2], ["created_at", "2018-07-06 14:28:12.566996"], ["updated_at", "2018-07-06 14:28:12.566996"]]
|
26268
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26269
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26270
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "498f79ff7ac7cbfa492846553c5f2e0d"], ["content", "337df70686fb378b293c8f201ba0c82e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.568997"], ["updated_at", "2018-07-06 14:28:12.568997"]]
|
26271
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26272
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26273
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26274
|
+
-------------------
|
26275
|
+
OdsTest: test_model
|
26276
|
+
-------------------
|
26277
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26278
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "d9c810f1d33d31fc03db3328132a0246"], ["content", "91e2824b92bf910bdb29176bd53767ed"], ["age", 2], ["created_at", "2018-07-06 14:28:12.575771"], ["updated_at", "2018-07-06 14:28:12.575771"]]
|
26279
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26280
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26281
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8e5fe7fe919dfe08c6e9d93ae20525a2"], ["content", "447bda8185a03a79654a130412dd4973"], ["age", 2], ["created_at", "2018-07-06 14:28:12.578304"], ["updated_at", "2018-07-06 14:28:12.578304"]]
|
26282
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26283
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26284
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "af741344202a4020fe07456d9a62edfd"], ["content", "9dac5b30312fbf768d9214c5cb608719"], ["age", 2], ["created_at", "2018-07-06 14:28:12.580878"], ["updated_at", "2018-07-06 14:28:12.580878"]]
|
26285
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26286
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26287
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "08e6eebc6b5694e5dc541b46158ded98"], ["content", "75015e6ccabbd6398110d82e6bb1a015"], ["age", 2], ["created_at", "2018-07-06 14:28:12.583313"], ["updated_at", "2018-07-06 14:28:12.583313"]]
|
26288
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26289
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26290
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "1d2c69e45cfdb0332993e7ad2ed7b29c"], ["content", "5a442cd8a894712e2b9551d939de3faa"], ["age", 2], ["created_at", "2018-07-06 14:28:12.585656"], ["updated_at", "2018-07-06 14:28:12.585656"]]
|
26291
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26292
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26293
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "499004a3c84d5ad8a83983108caaa2c2"], ["content", "092485e61a1b9f5d4b42be65bfa7fd4f"], ["age", 2], ["created_at", "2018-07-06 14:28:12.587661"], ["updated_at", "2018-07-06 14:28:12.587661"]]
|
26294
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26295
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26296
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "223b018e9391509b6c111a2a16b241f9"], ["content", "d45e7e1eff2bea3e431fa08cc38fdf36"], ["age", 2], ["created_at", "2018-07-06 14:28:12.590045"], ["updated_at", "2018-07-06 14:28:12.590045"]]
|
26297
|
+
[1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26298
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26299
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3faa720cbe7aec441f9fcc83cdf57ecc"], ["content", "d75b7b23902750ba7224738844165479"], ["age", 2], ["created_at", "2018-07-06 14:28:12.592515"], ["updated_at", "2018-07-06 14:28:12.592515"]]
|
26300
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26301
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26302
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5c1c551e3474b57781d187b6e6e3d5b0"], ["content", "af94d387fcb9273fd0e8532a5cc8da9b"], ["age", 2], ["created_at", "2018-07-06 14:28:12.594858"], ["updated_at", "2018-07-06 14:28:12.594858"]]
|
26303
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26304
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26305
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c913ac5eac96e161d378e7bd6c4b5837"], ["content", "6cd212ac4b95b61e858c5a615f88937b"], ["age", 2], ["created_at", "2018-07-06 14:28:12.596809"], ["updated_at", "2018-07-06 14:28:12.596809"]]
|
26306
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26307
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26308
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26309
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26310
|
+
----------------
|
26311
|
+
OdsTest: test_sa
|
26312
|
+
----------------
|
26313
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26314
|
+
[1m[36mCustomPost Create (0.6ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a1bdf238175bd5b2906b296eaa35793a"], ["content", "4a6019033ee7d08e0a6124edf581a796"], ["age", 2], ["created_at", "2018-07-06 14:28:12.617148"], ["updated_at", "2018-07-06 14:28:12.617148"]]
|
26315
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26316
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26317
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "82c6b78c5f8887028e33e2f7559a2e73"], ["content", "6894b0c1f89b651bffd456b7ffd74eb7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.619626"], ["updated_at", "2018-07-06 14:28:12.619626"]]
|
26318
|
+
[1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26319
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26320
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8eb791257d4cd71ddbd26be6a547d5bb"], ["content", "a7ee9fd7428febadb8e12fbafd9d0564"], ["age", 2], ["created_at", "2018-07-06 14:28:12.622151"], ["updated_at", "2018-07-06 14:28:12.622151"]]
|
26321
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26322
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26323
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "905796113bd82c4fec5dae65c1df43be"], ["content", "d3481a3116b980310711a38b3bd4f1a4"], ["age", 2], ["created_at", "2018-07-06 14:28:12.624317"], ["updated_at", "2018-07-06 14:28:12.624317"]]
|
26324
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26325
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26326
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "515cbcdd5a4d760cbac96fcaec365474"], ["content", "c648d6ff285fc78ce20a5f6db294ea5b"], ["age", 2], ["created_at", "2018-07-06 14:28:12.626309"], ["updated_at", "2018-07-06 14:28:12.626309"]]
|
26327
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26328
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26329
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7bbdf67e670a13b92dfd217eb02864bc"], ["content", "638a0a71db9f39049e55768ff37418bd"], ["age", 2], ["created_at", "2018-07-06 14:28:12.628544"], ["updated_at", "2018-07-06 14:28:12.628544"]]
|
26330
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26331
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26332
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5479a8c29d40b57c8680d414aa42e05a"], ["content", "d335e19db27d0f08c24c2944c978a8c1"], ["age", 2], ["created_at", "2018-07-06 14:28:12.630889"], ["updated_at", "2018-07-06 14:28:12.630889"]]
|
26333
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26334
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26335
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b787ec64d9765f7895928ebb291c9336"], ["content", "47aba83aa7a5a214a27ad50353ccb103"], ["age", 2], ["created_at", "2018-07-06 14:28:12.632839"], ["updated_at", "2018-07-06 14:28:12.632839"]]
|
26336
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26337
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26338
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "965bc9323817a3ea211470e9121480ec"], ["content", "e631c6d6f2470a9dc5c3bc2b04da2e8e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.635202"], ["updated_at", "2018-07-06 14:28:12.635202"]]
|
26339
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26340
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26341
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2aa882d7f2fcc9fa50595b65db41c83f"], ["content", "8a41d4367cb07068375b0dd2d71709a6"], ["age", 2], ["created_at", "2018-07-06 14:28:12.637511"], ["updated_at", "2018-07-06 14:28:12.637511"]]
|
26342
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26343
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26344
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26345
|
+
-------------------------
|
26346
|
+
OdsTest: test_empty_model
|
26347
|
+
-------------------------
|
26348
|
+
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26349
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "405f0979d048234275dce2cbc2e00057"], ["content", "9874ad4ef1004497f81f5ab81c8f14e7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.645802"], ["updated_at", "2018-07-06 14:28:12.645802"]]
|
26350
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26351
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26352
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3d0648680feb7bbd2f55def76f1eb133"], ["content", "98995eb78b2ba6c690e225432c8e1c46"], ["age", 2], ["created_at", "2018-07-06 14:28:12.647887"], ["updated_at", "2018-07-06 14:28:12.647887"]]
|
26353
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26354
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26355
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f12af40410f527851048f5337057540d"], ["content", "5f80c8c8d32e739883a680635f6e5108"], ["age", 2], ["created_at", "2018-07-06 14:28:12.650380"], ["updated_at", "2018-07-06 14:28:12.650380"]]
|
26356
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26357
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26358
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "36fd3326671d96c25be26d9a9afd68c4"], ["content", "049317d9eefc34879a673d4f43f714bc"], ["age", 2], ["created_at", "2018-07-06 14:28:12.652857"], ["updated_at", "2018-07-06 14:28:12.652857"]]
|
26359
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26360
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26361
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6707c977b14c4bbc1ca545738e9a0bae"], ["content", "66309030e8bf5fcdfd5290f5a3ed3c44"], ["age", 2], ["created_at", "2018-07-06 14:28:12.654773"], ["updated_at", "2018-07-06 14:28:12.654773"]]
|
26362
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26363
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26364
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ab8da4f272b6516c113431229b312bf1"], ["content", "3d2d8c95a5e981244c53f27edae98ac5"], ["age", 2], ["created_at", "2018-07-06 14:28:12.657157"], ["updated_at", "2018-07-06 14:28:12.657157"]]
|
26365
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26366
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26367
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7f63f7565322c8f96186a5d997316985"], ["content", "a0c0f2c0512cda21a4b5db60283dace2"], ["age", 2], ["created_at", "2018-07-06 14:28:12.659591"], ["updated_at", "2018-07-06 14:28:12.659591"]]
|
26368
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26369
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26370
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "521e8bff97f922eceeb1882cd540ea78"], ["content", "141146dd361767be4fa23d9cbc8b7548"], ["age", 2], ["created_at", "2018-07-06 14:28:12.661499"], ["updated_at", "2018-07-06 14:28:12.661499"]]
|
26371
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26372
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26373
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b409dde0b5ff8a39f2213fdb36d406a8"], ["content", "12761b0c0ecc8de993eb8172c8b5b80d"], ["age", 2], ["created_at", "2018-07-06 14:28:12.663859"], ["updated_at", "2018-07-06 14:28:12.663859"]]
|
26374
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26375
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26376
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "39c0c0c5372fd73f17e9c8e00b238c30"], ["content", "b4e0e986635a649c51aeee63308c5c9e"], ["age", 2], ["created_at", "2018-07-06 14:28:12.666217"], ["updated_at", "2018-07-06 14:28:12.666217"]]
|
26377
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26378
|
+
[1m[36mCustomPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts"[0m
|
26379
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26380
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26381
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26382
|
+
---------------------
|
26383
|
+
OdsTest: test_options
|
26384
|
+
---------------------
|
26385
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26386
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0b807bdf7e7c150802dd91cc9afdd4a2"], ["content", "4b825f0f8ddc04daf9c6d107b4ee7f74"], ["age", 2], ["created_at", "2018-07-06 14:28:12.674294"], ["updated_at", "2018-07-06 14:28:12.674294"]]
|
26387
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26388
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26389
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "25383313c9b32e2946eeb3f786f7cccc"], ["content", "0501bb9a498800e3421c458c0b0eb06a"], ["age", 2], ["created_at", "2018-07-06 14:28:12.691034"], ["updated_at", "2018-07-06 14:28:12.691034"]]
|
26390
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26391
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26392
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c7cd441034ef60e7dad9dbea60e2a347"], ["content", "07a111b186054da81c0e8566f59b42e0"], ["age", 2], ["created_at", "2018-07-06 14:28:12.693228"], ["updated_at", "2018-07-06 14:28:12.693228"]]
|
26393
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26394
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26395
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "ecb6e5dde3b8d8c8e0ba03d66b01ddb9"], ["content", "8eb3df10dcda613c222b4ff7a3033069"], ["age", 2], ["created_at", "2018-07-06 14:28:12.695288"], ["updated_at", "2018-07-06 14:28:12.695288"]]
|
26396
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26397
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26398
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3fdd716581058e8870b1638c66f884fe"], ["content", "3dc743718b06c195abe56e81ee08c61a"], ["age", 2], ["created_at", "2018-07-06 14:28:12.697252"], ["updated_at", "2018-07-06 14:28:12.697252"]]
|
26399
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26400
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26401
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "178c480c862091b6d01c21e308cc88d4"], ["content", "a587d4f73f9a1f474f59ce86951eb803"], ["age", 2], ["created_at", "2018-07-06 14:28:12.699269"], ["updated_at", "2018-07-06 14:28:12.699269"]]
|
26402
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26403
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26404
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e695df56bbe4b737dc02fc2309e7712c"], ["content", "87d3cc6dd5fbd726e96ba656ac8e88c7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.701217"], ["updated_at", "2018-07-06 14:28:12.701217"]]
|
26405
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26406
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26407
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a3e4b76be87973e659b8027d1eb9de29"], ["content", "8ac3efb6dde3421049d49849a2ecc913"], ["age", 2], ["created_at", "2018-07-06 14:28:12.703222"], ["updated_at", "2018-07-06 14:28:12.703222"]]
|
26408
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26409
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26410
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "acfdea6c8094dc5fde2a571eeb29345e"], ["content", "86e6122a24769d31e06836bda789dc75"], ["age", 2], ["created_at", "2018-07-06 14:28:12.705210"], ["updated_at", "2018-07-06 14:28:12.705210"]]
|
26411
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26412
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26413
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "1e2d028e45f6839cadbf3bd57ac798ae"], ["content", "34f6f68011b2018bc14f4bc56841a5e7"], ["age", 2], ["created_at", "2018-07-06 14:28:12.707173"], ["updated_at", "2018-07-06 14:28:12.707173"]]
|
26414
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26415
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26416
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26417
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26418
|
+
-------------------------
|
26419
|
+
CsvTest: test_empty_model
|
26420
|
+
-------------------------
|
26421
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
26422
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26423
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26424
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26425
|
+
----------------------
|
26426
|
+
CsvTest: test_empty_sa
|
26427
|
+
----------------------
|
26428
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26429
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26430
|
+
-------------------
|
26431
|
+
CsvTest: test_model
|
26432
|
+
-------------------
|
26433
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26434
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26435
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26436
|
+
---------------------
|
26437
|
+
CsvTest: test_options
|
26438
|
+
---------------------
|
26439
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26440
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26441
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26442
|
+
----------------
|
26443
|
+
CsvTest: test_sa
|
26444
|
+
----------------
|
26445
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26446
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26447
|
+
--------------------------------
|
26448
|
+
BadPlainRubyObjectTest: test_csv
|
26449
|
+
--------------------------------
|
26450
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26451
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26452
|
+
--------------------------------
|
26453
|
+
BadPlainRubyObjectTest: test_ods
|
26454
|
+
--------------------------------
|
26455
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26456
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26457
|
+
---------------------------------
|
26458
|
+
BadPlainRubyObjectTest: test_xlsx
|
26459
|
+
---------------------------------
|
26460
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26461
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
26462
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
26463
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26464
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
26465
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
26466
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
26467
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT COUNT(*) FROM "posts"[0m
|
26468
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26469
|
+
-------------------------
|
26470
|
+
OdsTest: test_empty_model
|
26471
|
+
-------------------------
|
26472
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26473
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "30539ed860faf77eddc10e79f204da20"], ["content", "05f981c707afa666df01cfdb5062637c"], ["age", 2], ["created_at", "2018-07-06 14:28:41.139186"], ["updated_at", "2018-07-06 14:28:41.139186"]]
|
26474
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26475
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26476
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "5c58092599f9a77172d4e03937e11f39"], ["content", "c91a16fe05077f1e914846db8063df34"], ["age", 2], ["created_at", "2018-07-06 14:28:41.141847"], ["updated_at", "2018-07-06 14:28:41.141847"]]
|
26477
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26478
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26479
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "32e91c9f887ca040449fe3d49e216e97"], ["content", "19df1428c4685b269fc705db9b4d3f24"], ["age", 2], ["created_at", "2018-07-06 14:28:41.144035"], ["updated_at", "2018-07-06 14:28:41.144035"]]
|
26480
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26481
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26482
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b8aecbc8f556230eb323d3cdbaff3de5"], ["content", "c01a3f3aa2cb1b68a74960821452c2f7"], ["age", 2], ["created_at", "2018-07-06 14:28:41.146039"], ["updated_at", "2018-07-06 14:28:41.146039"]]
|
26483
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26484
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26485
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "8d469807444720473a55acad12eca28b"], ["content", "9ae6f8d98d1b99d32c0fc2677c22023a"], ["age", 2], ["created_at", "2018-07-06 14:28:41.148019"], ["updated_at", "2018-07-06 14:28:41.148019"]]
|
26486
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26487
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26488
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6f23a9321d16e41824a7efae9f564f13"], ["content", "86ca3920fdcd663d170edb3bddf98b8d"], ["age", 2], ["created_at", "2018-07-06 14:28:41.149983"], ["updated_at", "2018-07-06 14:28:41.149983"]]
|
26489
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26490
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26491
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "bc10d952ef7e18e38649d6c8085243bf"], ["content", "5351f5bbcb5b47eded657816bcb696f4"], ["age", 2], ["created_at", "2018-07-06 14:28:41.151996"], ["updated_at", "2018-07-06 14:28:41.151996"]]
|
26492
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26493
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26494
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a777e484c0ac6ceb5e5cc725e0b57ab6"], ["content", "ad165ec1e1a38119127aff9c83aa32ba"], ["age", 2], ["created_at", "2018-07-06 14:28:41.153947"], ["updated_at", "2018-07-06 14:28:41.153947"]]
|
26495
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26496
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26497
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e02b452047dec95a5b1fb8fa9b609a61"], ["content", "89d138ce8791105380edef3d667e1c79"], ["age", 2], ["created_at", "2018-07-06 14:28:41.155977"], ["updated_at", "2018-07-06 14:28:41.155977"]]
|
26498
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26499
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26500
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e87dfa04da3a352aa5a4a04b9491d5b8"], ["content", "2113f6fa11cc2396aa61ccef6838f5e9"], ["age", 2], ["created_at", "2018-07-06 14:28:41.157879"], ["updated_at", "2018-07-06 14:28:41.157879"]]
|
26501
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26502
|
+
[1m[36mCustomPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts"[0m
|
26503
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26504
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26505
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26506
|
+
----------------------
|
26507
|
+
OdsTest: test_empty_sa
|
26508
|
+
----------------------
|
26509
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26510
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "bb53f5061e39f99604e3c8d99e7e4007"], ["content", "bf354f6333c5e0996923b0a3d7e21918"], ["age", 2], ["created_at", "2018-07-06 14:28:41.166668"], ["updated_at", "2018-07-06 14:28:41.166668"]]
|
26511
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26512
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26513
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c1beec2da4aaacd90f7a86b69c4701c2"], ["content", "9f8567d4e6362d4ce3839eeb6180c685"], ["age", 2], ["created_at", "2018-07-06 14:28:41.168882"], ["updated_at", "2018-07-06 14:28:41.168882"]]
|
26514
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26515
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26516
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "12162085d3f611ea745d99217376f58e"], ["content", "a4ab5e9e1fcf99f283c51f8a22554148"], ["age", 2], ["created_at", "2018-07-06 14:28:41.170998"], ["updated_at", "2018-07-06 14:28:41.170998"]]
|
26517
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26518
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26519
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "1c1667fa4748e81d30155098b29ddb4f"], ["content", "76eadb40d099cfdbb1e8c94a49168248"], ["age", 2], ["created_at", "2018-07-06 14:28:41.172950"], ["updated_at", "2018-07-06 14:28:41.172950"]]
|
26520
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26521
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26522
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6250012da07a6ae4905a3e410ee03196"], ["content", "323396118bdd78f16b305de2795fee8a"], ["age", 2], ["created_at", "2018-07-06 14:28:41.174895"], ["updated_at", "2018-07-06 14:28:41.174895"]]
|
26523
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26524
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26525
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "303d2eabb0359b6728731dc92cfd733a"], ["content", "0ecc2c93ad80796d51246a00dccbe056"], ["age", 2], ["created_at", "2018-07-06 14:28:41.176819"], ["updated_at", "2018-07-06 14:28:41.176819"]]
|
26526
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26527
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26528
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "f43c3e253ffef1949f3ac0c43095faf6"], ["content", "0cafc6545b1e6ad4e2a5dc5adda7bc81"], ["age", 2], ["created_at", "2018-07-06 14:28:41.178822"], ["updated_at", "2018-07-06 14:28:41.178822"]]
|
26529
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26530
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26531
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "2c0c080bb2b3cf5296e8193b8096c1a0"], ["content", "0d269b0be6d06a06fcb6f6a97ae56ed5"], ["age", 2], ["created_at", "2018-07-06 14:28:41.180776"], ["updated_at", "2018-07-06 14:28:41.180776"]]
|
26532
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26533
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26534
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "de3f82537f54f0184036aac1f6bc9504"], ["content", "5113c3086b85c3146f7abd900defa8c5"], ["age", 2], ["created_at", "2018-07-06 14:28:41.182636"], ["updated_at", "2018-07-06 14:28:41.182636"]]
|
26535
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26536
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26537
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "4c31c00c345044182268cb617a36bb28"], ["content", "f6e7f5e94ab1a0b3501e13739e1f8c57"], ["age", 2], ["created_at", "2018-07-06 14:28:41.184585"], ["updated_at", "2018-07-06 14:28:41.184585"]]
|
26538
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26539
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26540
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26541
|
+
-------------------
|
26542
|
+
OdsTest: test_model
|
26543
|
+
-------------------
|
26544
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26545
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "c1a47b1900aeeb6e1c2d5c7551b788ad"], ["content", "7486cf49584f1e55a0e955e678e992d6"], ["age", 2], ["created_at", "2018-07-06 14:28:41.190074"], ["updated_at", "2018-07-06 14:28:41.190074"]]
|
26546
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26547
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26548
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "92e90b79dee68594d65272a53817cadc"], ["content", "0de2a6c842be18e444ea00a2ea5a488b"], ["age", 2], ["created_at", "2018-07-06 14:28:41.192208"], ["updated_at", "2018-07-06 14:28:41.192208"]]
|
26549
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26550
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26551
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3a3dac249ea40d048066f6029ada6aa2"], ["content", "af77a04b922653b8c56b8e8bd88944ff"], ["age", 2], ["created_at", "2018-07-06 14:28:41.194260"], ["updated_at", "2018-07-06 14:28:41.194260"]]
|
26552
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26553
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26554
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "31ffd75ea0fdd631b247a96885cae966"], ["content", "d54161014240edcb67ac88ccf671afd3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.196239"], ["updated_at", "2018-07-06 14:28:41.196239"]]
|
26555
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26556
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26557
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "002df17e8c9a5c73eb5133fe38219945"], ["content", "dd16d6b42dd247317a63d524eba82944"], ["age", 2], ["created_at", "2018-07-06 14:28:41.198217"], ["updated_at", "2018-07-06 14:28:41.198217"]]
|
26558
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26559
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26560
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "173b25a36e8a42bac3d68285fa89d52a"], ["content", "b15d80189bddee0016f3f813f40e14a8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.200147"], ["updated_at", "2018-07-06 14:28:41.200147"]]
|
26561
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26562
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26563
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "95d63b1c7fffbc0e438ce54edfe8f89d"], ["content", "af04c57b960d0070cbb443909f5c94d6"], ["age", 2], ["created_at", "2018-07-06 14:28:41.202120"], ["updated_at", "2018-07-06 14:28:41.202120"]]
|
26564
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26565
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26566
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "82df07db123c2f6af5d97c465f2a0108"], ["content", "724048c01223b803cccf9b18059ac380"], ["age", 2], ["created_at", "2018-07-06 14:28:41.204084"], ["updated_at", "2018-07-06 14:28:41.204084"]]
|
26567
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26568
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26569
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7fa5d98f246e7317dbd2fb06333fdce7"], ["content", "1631e2d609ef49721fc651abd170d538"], ["age", 2], ["created_at", "2018-07-06 14:28:41.205987"], ["updated_at", "2018-07-06 14:28:41.205987"]]
|
26570
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26571
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26572
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "6bcb28dad6faf6e326ebf0950bf0fe60"], ["content", "ded18e536db7218ffe90476b1ab2b73c"], ["age", 2], ["created_at", "2018-07-06 14:28:41.207978"], ["updated_at", "2018-07-06 14:28:41.207978"]]
|
26573
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26574
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26575
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26576
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26577
|
+
----------------
|
26578
|
+
OdsTest: test_sa
|
26579
|
+
----------------
|
26580
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26581
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "19cca932de6362ce51951c915ca25249"], ["content", "ce65e0dd214dfc8e41c2416ed000fd84"], ["age", 2], ["created_at", "2018-07-06 14:28:41.228096"], ["updated_at", "2018-07-06 14:28:41.228096"]]
|
26582
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26583
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26584
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "13d0a90decfc01c2b64680b80147b179"], ["content", "b1b2f58efbc67f04a1dd1440a9fe1d75"], ["age", 2], ["created_at", "2018-07-06 14:28:41.230246"], ["updated_at", "2018-07-06 14:28:41.230246"]]
|
26585
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26586
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26587
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "170d22a66e3cc2844ae0ca316d26fdaf"], ["content", "8451948add5f2bfe91a3db20a6a1b81b"], ["age", 2], ["created_at", "2018-07-06 14:28:41.232431"], ["updated_at", "2018-07-06 14:28:41.232431"]]
|
26588
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26589
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26590
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3195e1f350d6e2d2b58fd140bca309da"], ["content", "761231243686b0c0e7dba6431b7b716a"], ["age", 2], ["created_at", "2018-07-06 14:28:41.234418"], ["updated_at", "2018-07-06 14:28:41.234418"]]
|
26591
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26592
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26593
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0c97720abaed9d95d8729d34a22e990c"], ["content", "3d3f4ac85ea9c1d5f5918f49892ad2f8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.236421"], ["updated_at", "2018-07-06 14:28:41.236421"]]
|
26594
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26595
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26596
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a20138f0f3a0003f5a4783696cc905af"], ["content", "6975d432606f4c638ad70cc6de9c9c2e"], ["age", 2], ["created_at", "2018-07-06 14:28:41.238407"], ["updated_at", "2018-07-06 14:28:41.238407"]]
|
26597
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26598
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26599
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "92386d36be02c5afdff366b8804aa042"], ["content", "30b7a677d0115d43740a4c1ef109ccc3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.240396"], ["updated_at", "2018-07-06 14:28:41.240396"]]
|
26600
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26601
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26602
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "624ab6d8da97a0dc865aa95c4c01c087"], ["content", "c08355adda1bf149384e31753de1e324"], ["age", 2], ["created_at", "2018-07-06 14:28:41.242334"], ["updated_at", "2018-07-06 14:28:41.242334"]]
|
26603
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26604
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26605
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "e80963d2bfbac5e0bd5950d8bd9e09f0"], ["content", "7c0ed0a1170e88bd0d70e9f72c5849e3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.244300"], ["updated_at", "2018-07-06 14:28:41.244300"]]
|
26606
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26607
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26608
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "0d3b282323b00de760e05c8d218fd000"], ["content", "7e0dce114379a6af38bb7878a107e959"], ["age", 2], ["created_at", "2018-07-06 14:28:41.246340"], ["updated_at", "2018-07-06 14:28:41.246340"]]
|
26609
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26610
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26611
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26612
|
+
---------------------
|
26613
|
+
OdsTest: test_options
|
26614
|
+
---------------------
|
26615
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26616
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "bbc4ff3a3ac0779e4829d8b823e54422"], ["content", "d772c7c3f5c3f206bf78d946155df8db"], ["age", 2], ["created_at", "2018-07-06 14:28:41.252805"], ["updated_at", "2018-07-06 14:28:41.252805"]]
|
26617
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26618
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26619
|
+
[1m[36mCustomPost Create (0.3ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "eee3177ce582cfa29fe92cb6d0088121"], ["content", "a10b62b1e22a92db9d230cff1c9e7657"], ["age", 2], ["created_at", "2018-07-06 14:28:41.254943"], ["updated_at", "2018-07-06 14:28:41.254943"]]
|
26620
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26621
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26622
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "3b8d7c4f45df4f2b065c44e3cfd01c01"], ["content", "121c2653b656442c8a53ccb53d675b8e"], ["age", 2], ["created_at", "2018-07-06 14:28:41.257066"], ["updated_at", "2018-07-06 14:28:41.257066"]]
|
26623
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26624
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26625
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "462dfd2af6a6fbf8af34d50eeb22df12"], ["content", "75788e934bdea97c78061dec0f2926a3"], ["age", 2], ["created_at", "2018-07-06 14:28:41.259033"], ["updated_at", "2018-07-06 14:28:41.259033"]]
|
26626
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26627
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26628
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "1fddeb37ea358aaeef93e1de68398b84"], ["content", "f937781695dc2205559df66acc86b976"], ["age", 2], ["created_at", "2018-07-06 14:28:41.260977"], ["updated_at", "2018-07-06 14:28:41.260977"]]
|
26629
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26630
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26631
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "51b0c93885ce91ab0b9e048b37291a2b"], ["content", "1c67f9aa07ce0b5b9cb48fbea98485bb"], ["age", 2], ["created_at", "2018-07-06 14:28:41.262983"], ["updated_at", "2018-07-06 14:28:41.262983"]]
|
26632
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26633
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26634
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "7e7274d794b701246b501130fe4d1755"], ["content", "6c2017d61c896de266358d6a580be87c"], ["age", 2], ["created_at", "2018-07-06 14:28:41.264955"], ["updated_at", "2018-07-06 14:28:41.264955"]]
|
26635
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26636
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26637
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "b1e1601bda52ff618f78c77f5167fd0f"], ["content", "2ca1f0d6f668a1d52727944b2fe0f9f8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.266981"], ["updated_at", "2018-07-06 14:28:41.266981"]]
|
26638
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26639
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26640
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "d01fd81e07b61fbb6718af91e53af8ff"], ["content", "d3440212909743bcf68f402c724029ab"], ["age", 2], ["created_at", "2018-07-06 14:28:41.269046"], ["updated_at", "2018-07-06 14:28:41.269046"]]
|
26641
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26642
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26643
|
+
[1m[36mCustomPost Create (0.2ms)[0m [1m[32mINSERT INTO "posts" ("name", "content", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "a7574d75ae0d18b2f5b25491116d6c41"], ["content", "55c10ca25ef128887a043e8d67137bd8"], ["age", 2], ["created_at", "2018-07-06 14:28:41.271091"], ["updated_at", "2018-07-06 14:28:41.271091"]]
|
26644
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26645
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26646
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26647
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26648
|
+
---------------------------------
|
26649
|
+
BadPlainRubyObjectTest: test_xlsx
|
26650
|
+
---------------------------------
|
26651
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26652
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26653
|
+
--------------------------------
|
26654
|
+
BadPlainRubyObjectTest: test_csv
|
26655
|
+
--------------------------------
|
26656
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26657
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26658
|
+
--------------------------------
|
26659
|
+
BadPlainRubyObjectTest: test_ods
|
26660
|
+
--------------------------------
|
26661
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26662
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26663
|
+
-------------------------------
|
26664
|
+
ActiveModelObjectTest: test_csv
|
26665
|
+
-------------------------------
|
26666
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26667
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26668
|
+
-------------------------------
|
26669
|
+
ActiveModelObjectTest: test_ods
|
26670
|
+
-------------------------------
|
26671
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26672
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26673
|
+
--------------------------------
|
26674
|
+
ActiveModelObjectTest: test_xlsx
|
26675
|
+
--------------------------------
|
26676
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26677
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26678
|
+
----------------------
|
26679
|
+
CsvTest: test_empty_sa
|
26680
|
+
----------------------
|
26681
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26682
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26683
|
+
-------------------------
|
26684
|
+
CsvTest: test_empty_model
|
26685
|
+
-------------------------
|
26686
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
26687
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26688
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26689
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26690
|
+
----------------
|
26691
|
+
CsvTest: test_sa
|
26692
|
+
----------------
|
26693
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26694
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26695
|
+
-------------------
|
26696
|
+
CsvTest: test_model
|
26697
|
+
-------------------
|
26698
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26699
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26700
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26701
|
+
---------------------
|
26702
|
+
CsvTest: test_options
|
26703
|
+
---------------------
|
26704
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26705
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26706
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26707
|
+
------------------
|
26708
|
+
PostTest: test_ods
|
26709
|
+
------------------
|
26710
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26711
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26712
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26713
|
+
------------------
|
26714
|
+
PostTest: test_csv
|
26715
|
+
------------------
|
26716
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26717
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26718
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26719
|
+
--------------------
|
26720
|
+
PostTest: test_empty
|
26721
|
+
--------------------
|
26722
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26723
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26724
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
26725
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26726
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26727
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
26728
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26729
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26730
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
26731
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26732
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26733
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
26734
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26735
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26736
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
26737
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26738
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26739
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26740
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26741
|
+
-------------------
|
26742
|
+
PostTest: test_xlsx
|
26743
|
+
-------------------
|
26744
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26745
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26746
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26747
|
+
------------------------------------------
|
26748
|
+
CustomPostTest: test_constants_dont_change
|
26749
|
+
------------------------------------------
|
26750
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26751
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26752
|
+
------------------------
|
26753
|
+
CustomPostTest: test_csv
|
26754
|
+
------------------------
|
26755
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26756
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26757
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26758
|
+
--------------------------
|
26759
|
+
CustomPostTest: test_empty
|
26760
|
+
--------------------------
|
26761
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26762
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26763
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
|
26764
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26765
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26766
|
+
[1m[36mPost Destroy (0.3ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 2]]
|
26767
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26768
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26769
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 3]]
|
26770
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26771
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26772
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 4]]
|
26773
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26774
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
26775
|
+
[1m[36mPost Destroy (0.1ms)[0m [1m[31mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 5]]
|
26776
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
26777
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26778
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26779
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26780
|
+
-------------------------
|
26781
|
+
CustomPostTest: test_xlsx
|
26782
|
+
-------------------------
|
26783
|
+
[1m[36mCustomPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26784
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26785
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26786
|
+
------------------------
|
26787
|
+
CustomPostTest: test_ods
|
26788
|
+
------------------------
|
26789
|
+
[1m[36mCustomPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26790
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26791
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26792
|
+
-------------------------------------
|
26793
|
+
SpreadsheetArchitectTest: test_config
|
26794
|
+
-------------------------------------
|
26795
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26796
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26797
|
+
------------------------------
|
26798
|
+
PlainRubyObjectTest: test_xlsx
|
26799
|
+
------------------------------
|
26800
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26801
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26802
|
+
-----------------------------
|
26803
|
+
PlainRubyObjectTest: test_csv
|
26804
|
+
-----------------------------
|
26805
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26806
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26807
|
+
-----------------------------
|
26808
|
+
PlainRubyObjectTest: test_ods
|
26809
|
+
-----------------------------
|
26810
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26811
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26812
|
+
--------------------
|
26813
|
+
XlsxTest: test_model
|
26814
|
+
--------------------
|
26815
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26816
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26817
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26818
|
+
-----------------------
|
26819
|
+
XlsxTest: test_empty_sa
|
26820
|
+
-----------------------
|
26821
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26822
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26823
|
+
----------------------
|
26824
|
+
XlsxTest: test_extreme
|
26825
|
+
----------------------
|
26826
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26827
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26828
|
+
-----------------
|
26829
|
+
XlsxTest: test_sa
|
26830
|
+
-----------------
|
26831
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26832
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26833
|
+
--------------------------
|
26834
|
+
XlsxTest: test_empty_model
|
26835
|
+
--------------------------
|
26836
|
+
[1m[36mPost Destroy (0.2ms)[0m [1m[31mDELETE FROM "posts"[0m
|
26837
|
+
[1m[36mPost Load (0.1ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26838
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
26839
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26840
|
+
-----------------------------------------------
|
26841
|
+
SpreadsheetArchitectUtilsTest: test_get_options
|
26842
|
+
-----------------------------------------------
|
26843
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26844
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26845
|
+
---------------------------------------------------------
|
26846
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_ods
|
26847
|
+
---------------------------------------------------------
|
26848
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26849
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26850
|
+
--------------------------------------------
|
26851
|
+
SpreadsheetArchitectUtilsTest: test_get_type
|
26852
|
+
--------------------------------------------
|
26853
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26854
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26855
|
+
------------------------------------------------
|
26856
|
+
SpreadsheetArchitectUtilsTest: test_str_humanize
|
26857
|
+
------------------------------------------------
|
26858
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26859
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26860
|
+
---------------------------------------------------------
|
26861
|
+
SpreadsheetArchitectUtilsTest: test_constants_dont_change
|
26862
|
+
---------------------------------------------------------
|
26863
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26864
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26865
|
+
-----------------------------------------------------------
|
26866
|
+
SpreadsheetArchitectUtilsTest: test_convert_styles_to_axlsx
|
26867
|
+
-----------------------------------------------------------
|
26868
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26869
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26870
|
+
-------------------------------------------------
|
26871
|
+
SpreadsheetArchitectUtilsTest: test_get_cell_data
|
26872
|
+
-------------------------------------------------
|
26873
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26874
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26875
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26876
|
+
--------------------------
|
26877
|
+
ApplicationTest: test_xlsx
|
26878
|
+
--------------------------
|
26879
|
+
Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
|
26880
|
+
Processing by SpreadsheetsController#xlsx as HTML
|
26881
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26882
|
+
Rendering text template
|
26883
|
+
Rendered text template (0.0ms)
|
26884
|
+
Sent data Posts.xlsx (3.3ms)
|
26885
|
+
Completed 200 OK in 14ms (Views: 3.5ms | ActiveRecord: 0.2ms)
|
26886
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26887
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26888
|
+
------------------------------
|
26889
|
+
ApplicationTest: test_alt_xlsx
|
26890
|
+
------------------------------
|
26891
|
+
Started GET "/spreadsheet/alt_xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
|
26892
|
+
Processing by SpreadsheetsController#alt_xlsx as XLSX
|
26893
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26894
|
+
Rendering text template
|
26895
|
+
Rendered text template (0.0ms)
|
26896
|
+
Sent data Posts.xlsx (0.6ms)
|
26897
|
+
Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.2ms)
|
26898
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26899
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26900
|
+
-------------------------
|
26901
|
+
ApplicationTest: test_csv
|
26902
|
+
-------------------------
|
26903
|
+
Started GET "/spreadsheet/csv" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
|
26904
|
+
Processing by SpreadsheetsController#csv as HTML
|
26905
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26906
|
+
Rendering text template
|
26907
|
+
Rendered text template (0.0ms)
|
26908
|
+
Sent data data.csv (0.5ms)
|
26909
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
26910
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26911
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26912
|
+
-------------------------
|
26913
|
+
ApplicationTest: test_ods
|
26914
|
+
-------------------------
|
26915
|
+
Started GET "/spreadsheet/ods" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
|
26916
|
+
Processing by SpreadsheetsController#ods as HTML
|
26917
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26918
|
+
Rendering text template
|
26919
|
+
Rendered text template (0.0ms)
|
26920
|
+
Sent data data.ods (0.4ms)
|
26921
|
+
Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 0.2ms)
|
26922
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
26923
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
26924
|
+
------------------------------------------------
|
26925
|
+
ApplicationTest: test_Renders_sample_xlsx_action
|
26926
|
+
------------------------------------------------
|
26927
|
+
Started GET "/spreadsheet/xlsx?format=xlsx" for 127.0.0.1 at 2018-07-06 07:28:41 -0700
|
26928
|
+
Processing by SpreadsheetsController#xlsx as XLSX
|
26929
|
+
[1m[36mPost Load (0.2ms)[0m [1m[34mSELECT "posts".* FROM "posts"[0m
|
26930
|
+
Rendering text template
|
26931
|
+
Rendered text template (0.0ms)
|
26932
|
+
Sent data Posts.xlsx (0.5ms)
|
26933
|
+
Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
26934
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|