report_cat 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/controllers/report_cat/reports_controller.rb +1 -1
- data/config/version.txt +1 -1
- data/db/migrate/20130918075200_create_date_ranges.rb +1 -1
- data/spec/dummy/db/schema.rb +10 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +2402 -0
- metadata +1 -1
data/spec/dummy/log/test.log
CHANGED
@@ -34661,3 +34661,2405 @@ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
34661
34661
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34662
34662
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34663
34663
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34664
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34665
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34666
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34667
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
34668
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
34669
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
34670
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34671
|
+
Migrating to CreateDateRanges (20130918075200)
|
34672
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34673
|
+
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "report_cat_date_ranges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "start_date" date, "stop_date" date, "period" varchar)[0m
|
34674
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_report_cat_date_ranges_on_period_and_start_date" ON "report_cat_date_ranges" ("period", "start_date")[0m
|
34675
|
+
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
|
34676
|
+
FROM sqlite_master
|
34677
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_start_date' AND type='index'
|
34678
|
+
UNION ALL
|
34679
|
+
SELECT sql
|
34680
|
+
FROM sqlite_temp_master
|
34681
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_start_date' AND type='index'
|
34682
|
+
[0m
|
34683
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_report_cat_date_ranges_on_period_and_stop_date" ON "report_cat_date_ranges" ("period", "stop_date")[0m
|
34684
|
+
[1m[35m (0.0ms)[0m [1m[34m SELECT sql
|
34685
|
+
FROM sqlite_master
|
34686
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_stop_date' AND type='index'
|
34687
|
+
UNION ALL
|
34688
|
+
SELECT sql
|
34689
|
+
FROM sqlite_temp_master
|
34690
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_stop_date' AND type='index'
|
34691
|
+
[0m
|
34692
|
+
[1m[35m (0.0ms)[0m [1m[34m SELECT sql
|
34693
|
+
FROM sqlite_master
|
34694
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_start_date' AND type='index'
|
34695
|
+
UNION ALL
|
34696
|
+
SELECT sql
|
34697
|
+
FROM sqlite_temp_master
|
34698
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_start_date' AND type='index'
|
34699
|
+
[0m
|
34700
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_report_cat_date_ranges_on_period_and_dates" ON "report_cat_date_ranges" ("period", "start_date", "stop_date")[0m
|
34701
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20130918075200"]]
|
34702
|
+
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
34703
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
34704
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34705
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2017-09-19 23:46:58.348938"], ["updated_at", "2017-09-19 23:46:58.348938"]]
|
34706
|
+
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
34707
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34708
|
+
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
|
34709
|
+
FROM sqlite_master
|
34710
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_dates' AND type='index'
|
34711
|
+
UNION ALL
|
34712
|
+
SELECT sql
|
34713
|
+
FROM sqlite_temp_master
|
34714
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_dates' AND type='index'
|
34715
|
+
[0m
|
34716
|
+
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
|
34717
|
+
FROM sqlite_master
|
34718
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_stop_date' AND type='index'
|
34719
|
+
UNION ALL
|
34720
|
+
SELECT sql
|
34721
|
+
FROM sqlite_temp_master
|
34722
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_stop_date' AND type='index'
|
34723
|
+
[0m
|
34724
|
+
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
|
34725
|
+
FROM sqlite_master
|
34726
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_start_date' AND type='index'
|
34727
|
+
UNION ALL
|
34728
|
+
SELECT sql
|
34729
|
+
FROM sqlite_temp_master
|
34730
|
+
WHERE name='index_report_cat_date_ranges_on_period_and_start_date' AND type='index'
|
34731
|
+
[0m
|
34732
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
34733
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34734
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34735
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34736
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34737
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34738
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34739
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34740
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34741
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34742
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34743
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34744
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34745
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34746
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34747
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34748
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34749
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34750
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34751
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34752
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34753
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34754
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34755
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34756
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34757
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34758
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34759
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34760
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34761
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34762
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34763
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34764
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34765
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34766
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34767
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34768
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34769
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34770
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34771
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34772
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34773
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34774
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34775
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34776
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34777
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34778
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34779
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34780
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34781
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34782
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34783
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34784
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34785
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34786
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34787
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34788
|
+
[1m[35m (0.6ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date from report_cat_date_ranges where (
|
34789
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
34790
|
+
or
|
34791
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34792
|
+
)
|
34793
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
34794
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34795
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
34796
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34797
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
34798
|
+
or
|
34799
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34800
|
+
)
|
34801
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
34802
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34803
|
+
[1m[35mSQL (1.6ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-08-26"], ["stop_date", "2013-09-01"], ["period", "weekly"]]
|
34804
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34805
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34806
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-02"], ["stop_date", "2013-09-08"], ["period", "weekly"]]
|
34807
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34808
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34809
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-09"], ["stop_date", "2013-09-15"], ["period", "weekly"]]
|
34810
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34811
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34812
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-16"], ["stop_date", "2013-09-22"], ["period", "weekly"]]
|
34813
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34814
|
+
[1m[35m (0.2ms)[0m [1m[34mselect 1[0m
|
34815
|
+
[1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
|
34816
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34817
|
+
[1m[36mReportCat::DateRange Load (0.4ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34818
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
34819
|
+
or
|
34820
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34821
|
+
)
|
34822
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
34823
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34824
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
34825
|
+
or
|
34826
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34827
|
+
)
|
34828
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
34829
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34830
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34831
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34832
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34833
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34834
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34835
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34836
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34837
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34838
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34839
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34840
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34841
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34842
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34843
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
34844
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34845
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34846
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34847
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34848
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34849
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34850
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
34851
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34852
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34853
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34854
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34855
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
34856
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34857
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb
|
34858
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/_google_charts.html.erb (0.8ms)
|
34859
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb (44.2ms)
|
34860
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34861
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34862
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
34863
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
34864
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34865
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34866
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
34867
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34868
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34869
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
34870
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34871
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34872
|
+
Processing by ReportCat::ReportsController#index as HTML
|
34873
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin
|
34874
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
34875
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin (0.4ms)
|
34876
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
34877
|
+
Completed 200 OK in 14ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
34878
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
34879
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34880
|
+
Processing by ReportCat::ReportsController#index as HTML
|
34881
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin
|
34882
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin (0.2ms)
|
34883
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
34884
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
34885
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34886
|
+
Processing by ReportCat::ReportsController#index as HTML
|
34887
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin
|
34888
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin (0.1ms)
|
34889
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
34890
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34891
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34892
|
+
Processing by ReportCat::ReportsController#show as HTML
|
34893
|
+
Parameters: {"id"=>"test"}
|
34894
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin
|
34895
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
34896
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin (0.5ms)
|
34897
|
+
Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
34898
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
34899
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34900
|
+
Processing by ReportCat::ReportsController#show as HTML
|
34901
|
+
Parameters: {"id"=>"test"}
|
34902
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin
|
34903
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin (0.1ms)
|
34904
|
+
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
34905
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34906
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
34907
|
+
Processing by ReportCat::ReportsController#show as CSV
|
34908
|
+
Parameters: {"id"=>"test"}
|
34909
|
+
Rendering text template
|
34910
|
+
Rendered text template (0.1ms)
|
34911
|
+
Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
34912
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34913
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34914
|
+
Processing by ReportCat::ReportsController#show as HTML
|
34915
|
+
Parameters: {"id"=>"test"}
|
34916
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin
|
34917
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin (0.1ms)
|
34918
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
34919
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
34920
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
34921
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34922
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34923
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34924
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34925
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34926
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
34927
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
34928
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
34929
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
34930
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
34931
|
+
[1m[36mReportCat::DateRange Load (0.7ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34932
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
34933
|
+
or
|
34934
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34935
|
+
)
|
34936
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
34937
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34938
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
34939
|
+
[1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34940
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34941
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
34942
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34943
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34944
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
34945
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34946
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34947
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
34948
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34949
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34950
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
34951
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34952
|
+
[1m[36mReportCat::DateRange Load (0.4ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34953
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
34954
|
+
or
|
34955
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34956
|
+
)
|
34957
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
34958
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34959
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
34960
|
+
or
|
34961
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34962
|
+
)
|
34963
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
34964
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
34965
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
34966
|
+
or
|
34967
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34968
|
+
)
|
34969
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
34970
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34971
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
34972
|
+
or
|
34973
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34974
|
+
)
|
34975
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
34976
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
34977
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
34978
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
34979
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
34980
|
+
or
|
34981
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
34982
|
+
)
|
34983
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
34984
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34985
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
34986
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34987
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34988
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
34989
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34990
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34991
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
34992
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34993
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34994
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
34995
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34996
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
34997
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
34998
|
+
[1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
34999
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35000
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35001
|
+
or
|
35002
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35003
|
+
)
|
35004
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35005
|
+
[1m[36mReportCat::DateRange Load (0.5ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35006
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35007
|
+
or
|
35008
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35009
|
+
)
|
35010
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35011
|
+
[1m[35m (0.5ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35012
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35013
|
+
or
|
35014
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35015
|
+
)
|
35016
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35017
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35018
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35019
|
+
or
|
35020
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35021
|
+
)
|
35022
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35023
|
+
[1m[35m (1.4ms)[0m [1m[31mrollback transaction[0m
|
35024
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35025
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35026
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35027
|
+
or
|
35028
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35029
|
+
)
|
35030
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35031
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35032
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35033
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35034
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35035
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35036
|
+
[1m[35m (0.7ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35037
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35038
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35039
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35040
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35041
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35042
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35043
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35044
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35045
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35046
|
+
[1m[36mReportCat::DateRange Load (0.6ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35047
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35048
|
+
or
|
35049
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35050
|
+
)
|
35051
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35052
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35053
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35054
|
+
or
|
35055
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35056
|
+
)
|
35057
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35058
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35059
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35060
|
+
or
|
35061
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35062
|
+
)
|
35063
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35064
|
+
[1m[36mReportCat::DateRange Load (0.6ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35065
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35066
|
+
or
|
35067
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35068
|
+
)
|
35069
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35070
|
+
[1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
|
35071
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35072
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35073
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35074
|
+
or
|
35075
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35076
|
+
)
|
35077
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35078
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35079
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35080
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35081
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35082
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35083
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35084
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35085
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35086
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35087
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35088
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35089
|
+
[1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35090
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35091
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35092
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35093
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35094
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35095
|
+
or
|
35096
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35097
|
+
)
|
35098
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35099
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35100
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35101
|
+
or
|
35102
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35103
|
+
)
|
35104
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35105
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35106
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35107
|
+
or
|
35108
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35109
|
+
)
|
35110
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35111
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35112
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35113
|
+
or
|
35114
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35115
|
+
)
|
35116
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35117
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
35118
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35119
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35120
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35121
|
+
or
|
35122
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35123
|
+
)
|
35124
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35125
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35126
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35127
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35128
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35129
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35130
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35131
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35132
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35133
|
+
[1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35134
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35135
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35136
|
+
[1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35137
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35138
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35139
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35140
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35141
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35142
|
+
or
|
35143
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35144
|
+
)
|
35145
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35146
|
+
[1m[36mReportCat::DateRange Load (0.5ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35147
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35148
|
+
or
|
35149
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35150
|
+
)
|
35151
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35152
|
+
[1m[35m (0.3ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35153
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35154
|
+
or
|
35155
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35156
|
+
)
|
35157
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35158
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35159
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35160
|
+
or
|
35161
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35162
|
+
)
|
35163
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35164
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
35165
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35166
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35167
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35168
|
+
or
|
35169
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35170
|
+
)
|
35171
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35172
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35173
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35174
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35175
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35176
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35177
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35178
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35179
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35180
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35181
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35182
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35183
|
+
[1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35184
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35185
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35186
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35187
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35188
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35189
|
+
or
|
35190
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35191
|
+
)
|
35192
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35193
|
+
[1m[36mReportCat::DateRange Load (0.6ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35194
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35195
|
+
or
|
35196
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35197
|
+
)
|
35198
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35199
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
35200
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35201
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35202
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35203
|
+
or
|
35204
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35205
|
+
)
|
35206
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35207
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35208
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35209
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35210
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35211
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35212
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35213
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35214
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35215
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35216
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35217
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35218
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35219
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35220
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35221
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35222
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35223
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35224
|
+
or
|
35225
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35226
|
+
)
|
35227
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35228
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35229
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35230
|
+
or
|
35231
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35232
|
+
)
|
35233
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35234
|
+
[1m[35m (0.3ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35235
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35236
|
+
or
|
35237
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35238
|
+
)
|
35239
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35240
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35241
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35242
|
+
or
|
35243
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35244
|
+
)
|
35245
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35246
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
35247
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35248
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35249
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35250
|
+
or
|
35251
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35252
|
+
)
|
35253
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35254
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35255
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35256
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35257
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35258
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35259
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35260
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35261
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35262
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35263
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35264
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35265
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35266
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35267
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35268
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35269
|
+
[1m[36mReportCat::DateRange Load (0.4ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35270
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35271
|
+
or
|
35272
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35273
|
+
)
|
35274
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35275
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35276
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35277
|
+
or
|
35278
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35279
|
+
)
|
35280
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35281
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35282
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35283
|
+
or
|
35284
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35285
|
+
)
|
35286
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35287
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35288
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35289
|
+
or
|
35290
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35291
|
+
)
|
35292
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35293
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35294
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35295
|
+
or
|
35296
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35297
|
+
)
|
35298
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35299
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35300
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35301
|
+
or
|
35302
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35303
|
+
)
|
35304
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35305
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35306
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35307
|
+
or
|
35308
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35309
|
+
)
|
35310
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35311
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35312
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35313
|
+
or
|
35314
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35315
|
+
)
|
35316
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35317
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35318
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35319
|
+
or
|
35320
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35321
|
+
)
|
35322
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35323
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35324
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35325
|
+
or
|
35326
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35327
|
+
)
|
35328
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35329
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35330
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35331
|
+
or
|
35332
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35333
|
+
)
|
35334
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35335
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
35336
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35337
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35338
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35339
|
+
or
|
35340
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35341
|
+
)
|
35342
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35343
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35344
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35345
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35346
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35347
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35348
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35349
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35350
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35351
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35352
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35353
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35354
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35355
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35356
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35357
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35358
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35359
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35360
|
+
or
|
35361
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35362
|
+
)
|
35363
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35364
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35365
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35366
|
+
or
|
35367
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35368
|
+
)
|
35369
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35370
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35371
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35372
|
+
or
|
35373
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35374
|
+
)
|
35375
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35376
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35377
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35378
|
+
or
|
35379
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35380
|
+
)
|
35381
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35382
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35383
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35384
|
+
or
|
35385
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35386
|
+
)
|
35387
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35388
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35389
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35390
|
+
or
|
35391
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35392
|
+
)
|
35393
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35394
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35395
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35396
|
+
or
|
35397
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35398
|
+
)
|
35399
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35400
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35401
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35402
|
+
or
|
35403
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35404
|
+
)
|
35405
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35406
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35407
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35408
|
+
or
|
35409
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35410
|
+
)
|
35411
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35412
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35413
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35414
|
+
or
|
35415
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35416
|
+
)
|
35417
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35418
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35419
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35420
|
+
or
|
35421
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35422
|
+
)
|
35423
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35424
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges" WHERE ( (
|
35425
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35426
|
+
or
|
35427
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35428
|
+
)
|
35429
|
+
and report_cat_date_ranges.period = 'weekly')[0m
|
35430
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
35431
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35432
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35433
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35434
|
+
or
|
35435
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35436
|
+
)
|
35437
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35438
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35439
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35440
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35441
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35442
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35443
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35444
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35445
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35446
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35447
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35448
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35449
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35450
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35451
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35452
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35453
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35454
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35455
|
+
or
|
35456
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35457
|
+
)
|
35458
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35459
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35460
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35461
|
+
or
|
35462
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35463
|
+
)
|
35464
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35465
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35466
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35467
|
+
or
|
35468
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35469
|
+
)
|
35470
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35471
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35472
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35473
|
+
or
|
35474
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35475
|
+
)
|
35476
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35477
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35478
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35479
|
+
or
|
35480
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35481
|
+
)
|
35482
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35483
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35484
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35485
|
+
or
|
35486
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35487
|
+
)
|
35488
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35489
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35490
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35491
|
+
or
|
35492
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35493
|
+
)
|
35494
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35495
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35496
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35497
|
+
or
|
35498
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35499
|
+
)
|
35500
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35501
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35502
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35503
|
+
or
|
35504
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35505
|
+
)
|
35506
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35507
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35508
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35509
|
+
or
|
35510
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35511
|
+
)
|
35512
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35513
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35514
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35515
|
+
or
|
35516
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35517
|
+
)
|
35518
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35519
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
35520
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35521
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35522
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35523
|
+
or
|
35524
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35525
|
+
)
|
35526
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35527
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35528
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35529
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35530
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35531
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35532
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35533
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35534
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35535
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35536
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35537
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35538
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35539
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35540
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35541
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35542
|
+
[1m[36mReportCat::DateRange Load (0.7ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35543
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35544
|
+
or
|
35545
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35546
|
+
)
|
35547
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35548
|
+
[1m[36mReportCat::DateRange Load (0.4ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35549
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35550
|
+
or
|
35551
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35552
|
+
)
|
35553
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35554
|
+
[1m[35m (0.3ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35555
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35556
|
+
or
|
35557
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35558
|
+
)
|
35559
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35560
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35561
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35562
|
+
or
|
35563
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35564
|
+
)
|
35565
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35566
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35567
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
35568
|
+
or
|
35569
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35570
|
+
)
|
35571
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35572
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35573
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35574
|
+
or
|
35575
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35576
|
+
)
|
35577
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35578
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35579
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
35580
|
+
or
|
35581
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35582
|
+
)
|
35583
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35584
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35585
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35586
|
+
or
|
35587
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35588
|
+
)
|
35589
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35590
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35591
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
35592
|
+
or
|
35593
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35594
|
+
)
|
35595
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35596
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35597
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35598
|
+
or
|
35599
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35600
|
+
)
|
35601
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35602
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35603
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
35604
|
+
or
|
35605
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35606
|
+
)
|
35607
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35608
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges" WHERE ( (
|
35609
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35610
|
+
or
|
35611
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35612
|
+
)
|
35613
|
+
and report_cat_date_ranges.period = 'weekly')[0m
|
35614
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
35615
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35616
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35617
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35618
|
+
or
|
35619
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35620
|
+
)
|
35621
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35622
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35623
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35624
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35625
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35626
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35627
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35628
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35629
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35630
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35631
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35632
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35633
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35634
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35635
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35636
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35637
|
+
[1m[36mReportCat::DateRange Load (0.5ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35638
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35639
|
+
or
|
35640
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35641
|
+
)
|
35642
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35643
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
35644
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35645
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35646
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35647
|
+
or
|
35648
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35649
|
+
)
|
35650
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35651
|
+
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35652
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
35653
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35654
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35655
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
35656
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35657
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35658
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
35659
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35660
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35661
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
35662
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35663
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35664
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
35665
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35666
|
+
[1m[36mReportCat::DateRange Load (0.7ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35667
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
35668
|
+
or
|
35669
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35670
|
+
)
|
35671
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
35672
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35673
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35674
|
+
or
|
35675
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35676
|
+
)
|
35677
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35678
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
35679
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
35680
|
+
or
|
35681
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35682
|
+
)
|
35683
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
35684
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
35685
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35686
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35687
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35688
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35689
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35690
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35691
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35692
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35693
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35694
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35695
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35696
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35697
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35698
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35699
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35700
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35701
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35702
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35703
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35704
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35705
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35706
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35707
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35708
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35709
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35710
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
35711
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35712
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35713
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35714
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
35715
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35716
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
35717
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35718
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35719
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35720
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35721
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35722
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35723
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35724
|
+
[1m[36mReportCat::DateRange Load (0.6ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35725
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
35726
|
+
or
|
35727
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35728
|
+
)
|
35729
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35730
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35731
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35732
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35733
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
35734
|
+
or
|
35735
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35736
|
+
)
|
35737
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35738
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35739
|
+
[1m[35mSQL (1.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-15"], ["stop_date", "2013-09-15"], ["period", "daily"]]
|
35740
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35741
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35742
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-16"], ["stop_date", "2013-09-16"], ["period", "daily"]]
|
35743
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35744
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35745
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-17"], ["stop_date", "2013-09-17"], ["period", "daily"]]
|
35746
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35747
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35748
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-18"], ["stop_date", "2013-09-18"], ["period", "daily"]]
|
35749
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35750
|
+
[1m[36mReportCat::DateRange Load (0.7ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35751
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
35752
|
+
or
|
35753
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35754
|
+
)
|
35755
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35756
|
+
[1m[35m (3.1ms)[0m [1m[31mrollback transaction[0m
|
35757
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
35758
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges"[0m
|
35759
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
35760
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
35761
|
+
or
|
35762
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
35763
|
+
)
|
35764
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
35765
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35766
|
+
[1m[35mSQL (0.9ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-15"], ["stop_date", "2013-09-15"], ["period", "daily"]]
|
35767
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35768
|
+
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35769
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-16"], ["stop_date", "2013-09-16"], ["period", "daily"]]
|
35770
|
+
[1m[35m (0.4ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35771
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35772
|
+
[1m[35mSQL (0.7ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-17"], ["stop_date", "2013-09-17"], ["period", "daily"]]
|
35773
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35774
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
35775
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-18"], ["stop_date", "2013-09-18"], ["period", "daily"]]
|
35776
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
35777
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges"[0m
|
35778
|
+
[1m[36mReportCat::DateRange Load (0.3ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-15"], ["stop_date", "2013-09-15"], ["LIMIT", 1]]
|
35779
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-16"], ["stop_date", "2013-09-16"], ["LIMIT", 1]]
|
35780
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-17"], ["stop_date", "2013-09-17"], ["LIMIT", 1]]
|
35781
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-18"], ["stop_date", "2013-09-18"], ["LIMIT", 1]]
|
35782
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
35783
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35784
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35785
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35786
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35787
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35788
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb
|
35789
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb (6.4ms)
|
35790
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35791
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35792
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35793
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35794
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35795
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35796
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35797
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35798
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
35799
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35800
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35801
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35802
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35803
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35804
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35805
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
35806
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35807
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35808
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35809
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35810
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35811
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35812
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35813
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35814
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35815
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35816
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35817
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35818
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35819
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
35820
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35821
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35822
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35823
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35824
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35825
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
35826
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
35827
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35828
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
35829
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35830
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35831
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35832
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35833
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35834
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
35835
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35836
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35837
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35838
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35839
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35840
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35841
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
35842
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35843
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35844
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35845
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35846
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35847
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35848
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35849
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
35850
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35851
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35852
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35853
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35854
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35855
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35856
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35857
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35858
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35859
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35860
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35861
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35862
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35863
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35864
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35865
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35866
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35867
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35868
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35869
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35870
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35871
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35872
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35873
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
35874
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35875
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35876
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35877
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35878
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35879
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35880
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35881
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35882
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35883
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35884
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35885
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35886
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35887
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35888
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35889
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35890
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
35891
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35892
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
35893
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35894
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35895
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
35896
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35897
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
35898
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35899
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
35900
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35901
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35902
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35903
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35904
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35905
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35906
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35907
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35908
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35909
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35910
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35911
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35912
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35913
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35914
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35915
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35916
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35917
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35918
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35919
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35920
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35921
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35922
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35923
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35924
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35925
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35926
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35927
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35928
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35929
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35930
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35931
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35932
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35933
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35934
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35935
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35936
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35937
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35938
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35939
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35940
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35941
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35942
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35943
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35944
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35945
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35946
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35947
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35948
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35949
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35950
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35951
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35952
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35953
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35954
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35955
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35956
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35957
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35958
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35959
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35960
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35961
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35962
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35963
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35964
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35965
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35966
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35967
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35968
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35969
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35970
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35971
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35972
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35973
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35974
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35975
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35976
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35977
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35978
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35979
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35980
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35981
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35982
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35983
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35984
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35985
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
35986
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35987
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35988
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35989
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35990
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35991
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35992
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35993
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35994
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35995
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35996
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
35997
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
35998
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
35999
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36000
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36001
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36002
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36003
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36004
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36005
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36006
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36007
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb
|
36008
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/_google_charts.html.erb (0.8ms)
|
36009
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb (28.4ms)
|
36010
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36011
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36012
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36013
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36014
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36015
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36016
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36017
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36018
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36019
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36020
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36021
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36022
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36023
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36024
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36025
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36026
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36027
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36028
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36029
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36030
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36031
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36032
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36033
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36034
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36035
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36036
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36037
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36038
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36039
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36040
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36041
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36042
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36043
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36044
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36045
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36046
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36047
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
36048
|
+
or
|
36049
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36050
|
+
)
|
36051
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36052
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36053
|
+
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-15"], ["stop_date", "2013-09-15"], ["period", "daily"]]
|
36054
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36055
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36056
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-16"], ["stop_date", "2013-09-16"], ["period", "daily"]]
|
36057
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36058
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36059
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-17"], ["stop_date", "2013-09-17"], ["period", "daily"]]
|
36060
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36061
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36062
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-18"], ["stop_date", "2013-09-18"], ["period", "daily"]]
|
36063
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36064
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36065
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
36066
|
+
or
|
36067
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36068
|
+
)
|
36069
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36070
|
+
[1m[35m (2.1ms)[0m [1m[31mrollback transaction[0m
|
36071
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36072
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges"[0m
|
36073
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36074
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
36075
|
+
or
|
36076
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36077
|
+
)
|
36078
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36079
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36080
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-15"], ["stop_date", "2013-09-15"], ["period", "daily"]]
|
36081
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36082
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36083
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-16"], ["stop_date", "2013-09-16"], ["period", "daily"]]
|
36084
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36085
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36086
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-17"], ["stop_date", "2013-09-17"], ["period", "daily"]]
|
36087
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36088
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36089
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-18"], ["stop_date", "2013-09-18"], ["period", "daily"]]
|
36090
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36091
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges"[0m
|
36092
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-15"], ["stop_date", "2013-09-15"], ["LIMIT", 1]]
|
36093
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-16"], ["stop_date", "2013-09-16"], ["LIMIT", 1]]
|
36094
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-17"], ["stop_date", "2013-09-17"], ["LIMIT", 1]]
|
36095
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE "report_cat_date_ranges"."period" = ? AND "report_cat_date_ranges"."start_date" = ? AND "report_cat_date_ranges"."stop_date" = ? ORDER BY "report_cat_date_ranges"."id" ASC LIMIT ?[0m [["period", "daily"], ["start_date", "2013-09-18"], ["stop_date", "2013-09-18"], ["LIMIT", 1]]
|
36096
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
36097
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36098
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36099
|
+
report_cat_date_ranges.start_date between '2013-09-15' and '2013-09-18'
|
36100
|
+
or
|
36101
|
+
'2013-09-15' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36102
|
+
)
|
36103
|
+
and report_cat_date_ranges.period = 'daily') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36104
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36105
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36106
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36107
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36108
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36109
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36110
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36111
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36112
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36113
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36114
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36115
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36116
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36117
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36118
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36119
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36120
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36121
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36122
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36123
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36124
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36125
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36126
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36127
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36128
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36129
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36130
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36131
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36132
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36133
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36134
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36135
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36136
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36137
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36138
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36139
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36140
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36141
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36142
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36143
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36144
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36145
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36146
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36147
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36148
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36149
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36150
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36151
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36152
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36153
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36154
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36155
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36156
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36157
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36158
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36159
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36160
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36161
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36162
|
+
or
|
36163
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36164
|
+
)
|
36165
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36166
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36167
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36168
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36169
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36170
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36171
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36172
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36173
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36174
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36175
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36176
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36177
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36178
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36179
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36180
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36181
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36182
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36183
|
+
or
|
36184
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36185
|
+
)
|
36186
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36187
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36188
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36189
|
+
or
|
36190
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36191
|
+
)
|
36192
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36193
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36194
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36195
|
+
or
|
36196
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36197
|
+
)
|
36198
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36199
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36200
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36201
|
+
or
|
36202
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36203
|
+
)
|
36204
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36205
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36206
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36207
|
+
or
|
36208
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36209
|
+
)
|
36210
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36211
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36212
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36213
|
+
or
|
36214
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36215
|
+
)
|
36216
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36217
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36218
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36219
|
+
or
|
36220
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36221
|
+
)
|
36222
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36223
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36224
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36225
|
+
or
|
36226
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36227
|
+
)
|
36228
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36229
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36230
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36231
|
+
or
|
36232
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36233
|
+
)
|
36234
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36235
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36236
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36237
|
+
or
|
36238
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36239
|
+
)
|
36240
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36241
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36242
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36243
|
+
or
|
36244
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36245
|
+
)
|
36246
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36247
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges" WHERE ( (
|
36248
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36249
|
+
or
|
36250
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36251
|
+
)
|
36252
|
+
and report_cat_date_ranges.period = 'weekly')[0m
|
36253
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36254
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36255
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36256
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36257
|
+
or
|
36258
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36259
|
+
)
|
36260
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36261
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36262
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36263
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36264
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36265
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36266
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36267
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36268
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36269
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36270
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36271
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36272
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36273
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36274
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36275
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36276
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36277
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36278
|
+
or
|
36279
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36280
|
+
)
|
36281
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36282
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36283
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36284
|
+
or
|
36285
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36286
|
+
)
|
36287
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36288
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36289
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36290
|
+
or
|
36291
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36292
|
+
)
|
36293
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36294
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36295
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36296
|
+
or
|
36297
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36298
|
+
)
|
36299
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36300
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36301
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36302
|
+
or
|
36303
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36304
|
+
)
|
36305
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36306
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36307
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36308
|
+
or
|
36309
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36310
|
+
)
|
36311
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36312
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36313
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36314
|
+
or
|
36315
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36316
|
+
)
|
36317
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36318
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36319
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36320
|
+
or
|
36321
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36322
|
+
)
|
36323
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36324
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36325
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36326
|
+
or
|
36327
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36328
|
+
)
|
36329
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36330
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36331
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36332
|
+
or
|
36333
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36334
|
+
)
|
36335
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36336
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36337
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36338
|
+
or
|
36339
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36340
|
+
)
|
36341
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36342
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36343
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36344
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36345
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36346
|
+
or
|
36347
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36348
|
+
)
|
36349
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36350
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36351
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36352
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36353
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36354
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36355
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36356
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36357
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36358
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36359
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36360
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36361
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36362
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36363
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36364
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36365
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36366
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36367
|
+
or
|
36368
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36369
|
+
)
|
36370
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36371
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36372
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36373
|
+
or
|
36374
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36375
|
+
)
|
36376
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36377
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36378
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36379
|
+
or
|
36380
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36381
|
+
)
|
36382
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36383
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36384
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36385
|
+
or
|
36386
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36387
|
+
)
|
36388
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36389
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36390
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36391
|
+
or
|
36392
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36393
|
+
)
|
36394
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36395
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36396
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36397
|
+
or
|
36398
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36399
|
+
)
|
36400
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36401
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36402
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36403
|
+
or
|
36404
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36405
|
+
)
|
36406
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36407
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36408
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36409
|
+
or
|
36410
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36411
|
+
)
|
36412
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36413
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36414
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36415
|
+
or
|
36416
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36417
|
+
)
|
36418
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36419
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36420
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36421
|
+
or
|
36422
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36423
|
+
)
|
36424
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36425
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36426
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36427
|
+
or
|
36428
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36429
|
+
)
|
36430
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36431
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36432
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36433
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36434
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36435
|
+
or
|
36436
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36437
|
+
)
|
36438
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36439
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36440
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36441
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36442
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36443
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36444
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36445
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36446
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36447
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36448
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36449
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36450
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36451
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36452
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36453
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36454
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36455
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36456
|
+
or
|
36457
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36458
|
+
)
|
36459
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36460
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36461
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36462
|
+
or
|
36463
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36464
|
+
)
|
36465
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36466
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36467
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36468
|
+
or
|
36469
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36470
|
+
)
|
36471
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36472
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36473
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36474
|
+
or
|
36475
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36476
|
+
)
|
36477
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36478
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36479
|
+
report_cat_date_ranges.start_date between '2013-01-07' and '2013-01-31'
|
36480
|
+
or
|
36481
|
+
'2013-01-07' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36482
|
+
)
|
36483
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36484
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36485
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36486
|
+
or
|
36487
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36488
|
+
)
|
36489
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36490
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36491
|
+
report_cat_date_ranges.start_date between '2013-01-14' and '2013-01-31'
|
36492
|
+
or
|
36493
|
+
'2013-01-14' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36494
|
+
)
|
36495
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36496
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36497
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36498
|
+
or
|
36499
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36500
|
+
)
|
36501
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36502
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36503
|
+
report_cat_date_ranges.start_date between '2013-01-21' and '2013-01-31'
|
36504
|
+
or
|
36505
|
+
'2013-01-21' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36506
|
+
)
|
36507
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36508
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36509
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36510
|
+
or
|
36511
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36512
|
+
)
|
36513
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36514
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36515
|
+
report_cat_date_ranges.start_date between '2013-01-28' and '2013-01-31'
|
36516
|
+
or
|
36517
|
+
'2013-01-28' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36518
|
+
)
|
36519
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36520
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "report_cat_date_ranges" WHERE ( (
|
36521
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36522
|
+
or
|
36523
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36524
|
+
)
|
36525
|
+
and report_cat_date_ranges.period = 'weekly')[0m
|
36526
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36527
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36528
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36529
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36530
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36531
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36532
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36533
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36534
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36535
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36536
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36537
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36538
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36539
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36540
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36541
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36542
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36543
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36544
|
+
or
|
36545
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36546
|
+
)
|
36547
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36548
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36549
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36550
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36551
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36552
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36553
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36554
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36555
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36556
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36557
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36558
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36559
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36560
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36561
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36562
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36563
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36564
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36565
|
+
or
|
36566
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36567
|
+
)
|
36568
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36569
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36570
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36571
|
+
or
|
36572
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36573
|
+
)
|
36574
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36575
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36576
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36577
|
+
or
|
36578
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36579
|
+
)
|
36580
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36581
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
36582
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36583
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36584
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36585
|
+
or
|
36586
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36587
|
+
)
|
36588
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36589
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36590
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36591
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36592
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36593
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36594
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36595
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36596
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36597
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36598
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36599
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36600
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36601
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36602
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36603
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36604
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36605
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36606
|
+
or
|
36607
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36608
|
+
)
|
36609
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36610
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36611
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36612
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36613
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36614
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36615
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36616
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36617
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36618
|
+
or
|
36619
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36620
|
+
)
|
36621
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36622
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36623
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36624
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36625
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36626
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36627
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36628
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36629
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36630
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36631
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36632
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36633
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36634
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36635
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36636
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36637
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36638
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36639
|
+
or
|
36640
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36641
|
+
)
|
36642
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36643
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36644
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36645
|
+
or
|
36646
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36647
|
+
)
|
36648
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36649
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36650
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36651
|
+
or
|
36652
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36653
|
+
)
|
36654
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36655
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36656
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36657
|
+
or
|
36658
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36659
|
+
)
|
36660
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36661
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36662
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36663
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36664
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36665
|
+
or
|
36666
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36667
|
+
)
|
36668
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36669
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36670
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36671
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36672
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36673
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36674
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36675
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36676
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36677
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36678
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36679
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36680
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36681
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36682
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36683
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36684
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36685
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36686
|
+
or
|
36687
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36688
|
+
)
|
36689
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36690
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36691
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36692
|
+
or
|
36693
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36694
|
+
)
|
36695
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36696
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36697
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36698
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36699
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36700
|
+
or
|
36701
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36702
|
+
)
|
36703
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36704
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36705
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36706
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36707
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36708
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36709
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36710
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36711
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36712
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36713
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36714
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36715
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36716
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36717
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36718
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36719
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36720
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36721
|
+
or
|
36722
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36723
|
+
)
|
36724
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36725
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36726
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36727
|
+
or
|
36728
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36729
|
+
)
|
36730
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36731
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36732
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36733
|
+
or
|
36734
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36735
|
+
)
|
36736
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36737
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36738
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36739
|
+
or
|
36740
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36741
|
+
)
|
36742
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36743
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
36744
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
36745
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36746
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36747
|
+
or
|
36748
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36749
|
+
)
|
36750
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36751
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36752
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36753
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36754
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36755
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36756
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36757
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36758
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36759
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36760
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36761
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36762
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36763
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36764
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36765
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36766
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36767
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36768
|
+
or
|
36769
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36770
|
+
)
|
36771
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36772
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36773
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36774
|
+
or
|
36775
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36776
|
+
)
|
36777
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36778
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36779
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36780
|
+
or
|
36781
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36782
|
+
)
|
36783
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36784
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36785
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36786
|
+
or
|
36787
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36788
|
+
)
|
36789
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36790
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36791
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36792
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36793
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36794
|
+
or
|
36795
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36796
|
+
)
|
36797
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36798
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36799
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36800
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36801
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36802
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36803
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36804
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36805
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36806
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36807
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36808
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36809
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36810
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36811
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36812
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36813
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36814
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36815
|
+
or
|
36816
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36817
|
+
)
|
36818
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36819
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36820
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36821
|
+
or
|
36822
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36823
|
+
)
|
36824
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36825
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36826
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36827
|
+
or
|
36828
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36829
|
+
)
|
36830
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36831
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36832
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36833
|
+
or
|
36834
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36835
|
+
)
|
36836
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36837
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36838
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36839
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36840
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36841
|
+
or
|
36842
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36843
|
+
)
|
36844
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36845
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36846
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36847
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36848
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36849
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36850
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36851
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36852
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36853
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36854
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36855
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36856
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36857
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36858
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36859
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36860
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36861
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36862
|
+
or
|
36863
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36864
|
+
)
|
36865
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36866
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36867
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36868
|
+
or
|
36869
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36870
|
+
)
|
36871
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36872
|
+
[1m[35m (0.2ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36873
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36874
|
+
or
|
36875
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36876
|
+
)
|
36877
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36878
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36879
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36880
|
+
or
|
36881
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36882
|
+
)
|
36883
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36884
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36885
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36886
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36887
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36888
|
+
or
|
36889
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36890
|
+
)
|
36891
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36892
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36893
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2012-12-31"], ["stop_date", "2013-01-06"], ["period", "weekly"]]
|
36894
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36895
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36896
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-07"], ["stop_date", "2013-01-13"], ["period", "weekly"]]
|
36897
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36898
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36899
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-14"], ["stop_date", "2013-01-20"], ["period", "weekly"]]
|
36900
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36901
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36902
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-21"], ["stop_date", "2013-01-27"], ["period", "weekly"]]
|
36903
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36904
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
36905
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-01-28"], ["stop_date", "2013-02-03"], ["period", "weekly"]]
|
36906
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
36907
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36908
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36909
|
+
or
|
36910
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36911
|
+
)
|
36912
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
36913
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36914
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36915
|
+
or
|
36916
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36917
|
+
)
|
36918
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36919
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date,0 as total from report_cat_date_ranges where (
|
36920
|
+
report_cat_date_ranges.start_date between '2012-12-31' and '2013-01-31'
|
36921
|
+
or
|
36922
|
+
'2012-12-31' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36923
|
+
)
|
36924
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
36925
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
36926
|
+
report_cat_date_ranges.start_date between '2013-01-01' and '2013-01-31'
|
36927
|
+
or
|
36928
|
+
'2013-01-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
36929
|
+
)
|
36930
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
36931
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
36932
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36933
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36934
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36935
|
+
Processing by ReportCat::ReportsController#show as HTML
|
36936
|
+
Parameters: {"id"=>"test"}
|
36937
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin
|
36938
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
36939
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin (0.4ms)
|
36940
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
36941
|
+
Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
36942
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36943
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36944
|
+
Processing by ReportCat::ReportsController#show as HTML
|
36945
|
+
Parameters: {"id"=>"test"}
|
36946
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin
|
36947
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin (0.0ms)
|
36948
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
36949
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36950
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36951
|
+
Processing by ReportCat::ReportsController#show as CSV
|
36952
|
+
Parameters: {"id"=>"test"}
|
36953
|
+
Rendering text template
|
36954
|
+
Rendered text template (0.0ms)
|
36955
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36956
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36957
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36958
|
+
Processing by ReportCat::ReportsController#show as HTML
|
36959
|
+
Parameters: {"id"=>"test"}
|
36960
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin
|
36961
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/show.html.erb within layouts/admin (0.0ms)
|
36962
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
36963
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36964
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36965
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36966
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36967
|
+
Processing by ReportCat::ReportsController#index as HTML
|
36968
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin
|
36969
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
36970
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin (0.3ms)
|
36971
|
+
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
36972
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36973
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36974
|
+
Processing by ReportCat::ReportsController#index as HTML
|
36975
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin
|
36976
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin (0.0ms)
|
36977
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
36978
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
36979
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36980
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36981
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36982
|
+
Processing by ReportCat::ReportsController#index as HTML
|
36983
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin
|
36984
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb within layouts/admin (0.0ms)
|
36985
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
36986
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36987
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36988
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36989
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36990
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36991
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36992
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36993
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36994
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36995
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36996
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36997
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
36998
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
36999
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37000
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37001
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37002
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37003
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37004
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37005
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37006
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37007
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37008
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37009
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37010
|
+
[1m[35m (0.1ms)[0m [1m[34mselect report_cat_date_ranges.start_date as start_date,report_cat_date_ranges.stop_date as stop_date from report_cat_date_ranges where (
|
37011
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
37012
|
+
or
|
37013
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
37014
|
+
)
|
37015
|
+
and report_cat_date_ranges.period = 'weekly' group by report_cat_date_ranges.start_date, report_cat_date_ranges.stop_date order by report_cat_date_ranges.start_date asc[0m
|
37016
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37017
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37018
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
37019
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
37020
|
+
or
|
37021
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
37022
|
+
)
|
37023
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc[0m
|
37024
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37025
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-08-26"], ["stop_date", "2013-09-01"], ["period", "weekly"]]
|
37026
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37027
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37028
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-02"], ["stop_date", "2013-09-08"], ["period", "weekly"]]
|
37029
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37030
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37031
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-09"], ["stop_date", "2013-09-15"], ["period", "weekly"]]
|
37032
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37033
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
37034
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "report_cat_date_ranges" ("start_date", "stop_date", "period") VALUES (?, ?, ?)[0m [["start_date", "2013-09-16"], ["stop_date", "2013-09-22"], ["period", "weekly"]]
|
37035
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
37036
|
+
[1m[35m (0.1ms)[0m [1m[34mselect 1[0m
|
37037
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
37038
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37039
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37040
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37041
|
+
[1m[36mReportCat::DateRange Load (0.2ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
37042
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
37043
|
+
or
|
37044
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
37045
|
+
)
|
37046
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
37047
|
+
[1m[36mReportCat::DateRange Load (0.1ms)[0m [1m[34mSELECT "report_cat_date_ranges".* FROM "report_cat_date_ranges" WHERE ( (
|
37048
|
+
report_cat_date_ranges.start_date between '2013-09-01' and '2013-09-18'
|
37049
|
+
or
|
37050
|
+
'2013-09-01' between report_cat_date_ranges.start_date and report_cat_date_ranges.stop_date
|
37051
|
+
)
|
37052
|
+
and report_cat_date_ranges.period = 'weekly') ORDER BY report_cat_date_ranges.start_date asc LIMIT ?[0m [["LIMIT", 1]]
|
37053
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37054
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37055
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37056
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37057
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37058
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37059
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37060
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
37061
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
37062
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
37063
|
+
Rendering /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb
|
37064
|
+
Rendered /Users/rdh/schrodingersbox/report_cat/app/views/report_cat/reports/index.html.erb (1.1ms)
|
37065
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|