activerecord 3.0.6 → 3.0.7.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activerecord might be problematic. Click here for more details.

Files changed (74) hide show
  1. data/CHANGELOG +7 -1
  2. data/lib/active_record.rbc +1825 -0
  3. data/lib/active_record/aggregations.rbc +2173 -0
  4. data/lib/active_record/association_preload.rbc +8379 -0
  5. data/lib/active_record/associations.rbc +25180 -0
  6. data/lib/active_record/associations/association_collection.rbc +11174 -0
  7. data/lib/active_record/associations/association_proxy.rbc +4435 -0
  8. data/lib/active_record/associations/belongs_to_association.rbc +1867 -0
  9. data/lib/active_record/associations/belongs_to_polymorphic_association.rbc +1718 -0
  10. data/lib/active_record/associations/has_many_association.rbc +2553 -0
  11. data/lib/active_record/associations/has_many_through_association.rbc +2381 -0
  12. data/lib/active_record/associations/has_one_association.rbc +2919 -0
  13. data/lib/active_record/associations/through_association_scope.rbc +3411 -0
  14. data/lib/active_record/attribute_methods.rbc +1473 -0
  15. data/lib/active_record/attribute_methods/before_type_cast.rbc +700 -0
  16. data/lib/active_record/attribute_methods/dirty.rbc +1627 -0
  17. data/lib/active_record/attribute_methods/primary_key.rb +6 -0
  18. data/lib/active_record/attribute_methods/primary_key.rbc +1017 -0
  19. data/lib/active_record/attribute_methods/query.rbc +786 -0
  20. data/lib/active_record/attribute_methods/read.rb +5 -3
  21. data/lib/active_record/attribute_methods/read.rbc +2614 -0
  22. data/lib/active_record/attribute_methods/time_zone_conversion.rbc +1148 -0
  23. data/lib/active_record/attribute_methods/write.rbc +998 -0
  24. data/lib/active_record/autosave_association.rbc +4143 -0
  25. data/lib/active_record/base.rb +2 -1
  26. data/lib/active_record/base.rbc +23583 -0
  27. data/lib/active_record/callbacks.rbc +1562 -0
  28. data/lib/active_record/connection_adapters/abstract/connection_pool.rbc +5041 -0
  29. data/lib/active_record/connection_adapters/abstract/connection_specification.rbc +1752 -0
  30. data/lib/active_record/connection_adapters/abstract/database_limits.rbc +877 -0
  31. data/lib/active_record/connection_adapters/abstract/database_statements.rbc +4704 -0
  32. data/lib/active_record/connection_adapters/abstract/query_cache.rbc +1519 -0
  33. data/lib/active_record/connection_adapters/abstract/quoting.rbc +1566 -0
  34. data/lib/active_record/connection_adapters/abstract/schema_definitions.rbc +10452 -0
  35. data/lib/active_record/connection_adapters/abstract/schema_statements.rbc +6987 -0
  36. data/lib/active_record/connection_adapters/abstract_adapter.rbc +2890 -0
  37. data/lib/active_record/connection_adapters/postgresql_adapter.rbc +16913 -0
  38. data/lib/active_record/connection_adapters/sqlite3_adapter.rbc +1265 -0
  39. data/lib/active_record/connection_adapters/sqlite_adapter.rbc +0 -0
  40. data/lib/active_record/counter_cache.rbc +1191 -0
  41. data/lib/active_record/dynamic_finder_match.rbc +1091 -0
  42. data/lib/active_record/dynamic_scope_match.rbc +514 -0
  43. data/lib/active_record/errors.rbc +1077 -0
  44. data/lib/active_record/locking/optimistic.rbc +2281 -0
  45. data/lib/active_record/locking/pessimistic.rbc +384 -0
  46. data/lib/active_record/log_subscriber.rbc +1055 -0
  47. data/lib/active_record/migration.rbc +8513 -0
  48. data/lib/active_record/named_scope.rbc +1347 -0
  49. data/lib/active_record/nested_attributes.rb +1 -0
  50. data/lib/active_record/nested_attributes.rbc +3599 -0
  51. data/lib/active_record/observer.rbc +941 -0
  52. data/lib/active_record/persistence.rbc +3631 -0
  53. data/lib/active_record/query_cache.rbc +760 -0
  54. data/lib/active_record/railtie.rbc +2109 -0
  55. data/lib/active_record/railties/controller_runtime.rbc +838 -0
  56. data/lib/active_record/reflection.rbc +6897 -0
  57. data/lib/active_record/relation.rbc +6006 -0
  58. data/lib/active_record/relation/batches.rb +1 -1
  59. data/lib/active_record/relation/batches.rbc +1078 -0
  60. data/lib/active_record/relation/calculations.rbc +4012 -0
  61. data/lib/active_record/relation/finder_methods.rb +14 -6
  62. data/lib/active_record/relation/finder_methods.rbc +5264 -0
  63. data/lib/active_record/relation/query_methods.rbc +6458 -0
  64. data/lib/active_record/relation/spawn_methods.rbc +3034 -0
  65. data/lib/active_record/serialization.rbc +1302 -0
  66. data/lib/active_record/serializers/xml_serializer.rbc +1866 -0
  67. data/lib/active_record/timestamp.rbc +1354 -0
  68. data/lib/active_record/transactions.rbc +3348 -0
  69. data/lib/active_record/validations.rbc +1597 -0
  70. data/lib/active_record/validations/associated.rbc +681 -0
  71. data/lib/active_record/validations/uniqueness.rbc +1803 -0
  72. data/lib/active_record/version.rb +2 -2
  73. data/lib/active_record/version.rbc +295 -0
  74. metadata +89 -16
@@ -0,0 +1,2890 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 136
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 5
41
+ 7
42
+ 4
43
+ 64
44
+ 47
45
+ 49
46
+ 1
47
+ 1
48
+ 15
49
+ 5
50
+ 7
51
+ 5
52
+ 64
53
+ 47
54
+ 49
55
+ 1
56
+ 1
57
+ 15
58
+ 5
59
+ 7
60
+ 6
61
+ 64
62
+ 47
63
+ 49
64
+ 1
65
+ 1
66
+ 15
67
+ 5
68
+ 7
69
+ 7
70
+ 64
71
+ 47
72
+ 49
73
+ 1
74
+ 1
75
+ 15
76
+ 5
77
+ 7
78
+ 8
79
+ 64
80
+ 47
81
+ 49
82
+ 1
83
+ 1
84
+ 15
85
+ 5
86
+ 7
87
+ 9
88
+ 64
89
+ 47
90
+ 49
91
+ 1
92
+ 1
93
+ 15
94
+ 5
95
+ 7
96
+ 10
97
+ 64
98
+ 47
99
+ 49
100
+ 1
101
+ 1
102
+ 15
103
+ 5
104
+ 7
105
+ 11
106
+ 64
107
+ 47
108
+ 49
109
+ 1
110
+ 1
111
+ 15
112
+ 5
113
+ 7
114
+ 12
115
+ 64
116
+ 47
117
+ 49
118
+ 1
119
+ 1
120
+ 15
121
+ 99
122
+ 7
123
+ 13
124
+ 65
125
+ 49
126
+ 14
127
+ 2
128
+ 13
129
+ 99
130
+ 12
131
+ 7
132
+ 15
133
+ 12
134
+ 7
135
+ 16
136
+ 12
137
+ 65
138
+ 12
139
+ 49
140
+ 17
141
+ 4
142
+ 15
143
+ 49
144
+ 15
145
+ 0
146
+ 15
147
+ 2
148
+ 11
149
+ I
150
+ 6
151
+ I
152
+ 0
153
+ I
154
+ 0
155
+ I
156
+ 0
157
+ n
158
+ p
159
+ 18
160
+ s
161
+ 4
162
+ date
163
+ x
164
+ 7
165
+ require
166
+ s
167
+ 10
168
+ bigdecimal
169
+ s
170
+ 15
171
+ bigdecimal/util
172
+ s
173
+ 33
174
+ active_support/core_ext/benchmark
175
+ s
176
+ 61
177
+ active_record/connection_adapters/abstract/schema_definitions
178
+ s
179
+ 60
180
+ active_record/connection_adapters/abstract/schema_statements
181
+ s
182
+ 62
183
+ active_record/connection_adapters/abstract/database_statements
184
+ s
185
+ 50
186
+ active_record/connection_adapters/abstract/quoting
187
+ s
188
+ 58
189
+ active_record/connection_adapters/abstract/connection_pool
190
+ s
191
+ 67
192
+ active_record/connection_adapters/abstract/connection_specification
193
+ s
194
+ 54
195
+ active_record/connection_adapters/abstract/query_cache
196
+ s
197
+ 58
198
+ active_record/connection_adapters/abstract/database_limits
199
+ x
200
+ 12
201
+ ActiveRecord
202
+ x
203
+ 11
204
+ open_module
205
+ x
206
+ 15
207
+ __module_init__
208
+ M
209
+ 1
210
+ n
211
+ n
212
+ x
213
+ 12
214
+ ActiveRecord
215
+ i
216
+ 28
217
+ 5
218
+ 66
219
+ 99
220
+ 7
221
+ 0
222
+ 65
223
+ 49
224
+ 1
225
+ 2
226
+ 13
227
+ 99
228
+ 12
229
+ 7
230
+ 2
231
+ 12
232
+ 7
233
+ 3
234
+ 12
235
+ 65
236
+ 12
237
+ 49
238
+ 4
239
+ 4
240
+ 15
241
+ 49
242
+ 2
243
+ 0
244
+ 11
245
+ I
246
+ 6
247
+ I
248
+ 0
249
+ I
250
+ 0
251
+ I
252
+ 0
253
+ n
254
+ p
255
+ 5
256
+ x
257
+ 18
258
+ ConnectionAdapters
259
+ x
260
+ 11
261
+ open_module
262
+ x
263
+ 15
264
+ __module_init__
265
+ M
266
+ 1
267
+ n
268
+ n
269
+ x
270
+ 18
271
+ ConnectionAdapters
272
+ i
273
+ 29
274
+ 5
275
+ 66
276
+ 99
277
+ 7
278
+ 0
279
+ 1
280
+ 65
281
+ 49
282
+ 1
283
+ 3
284
+ 13
285
+ 99
286
+ 12
287
+ 7
288
+ 2
289
+ 12
290
+ 7
291
+ 3
292
+ 12
293
+ 65
294
+ 12
295
+ 49
296
+ 4
297
+ 4
298
+ 15
299
+ 49
300
+ 2
301
+ 0
302
+ 11
303
+ I
304
+ 6
305
+ I
306
+ 0
307
+ I
308
+ 0
309
+ I
310
+ 0
311
+ n
312
+ p
313
+ 5
314
+ x
315
+ 15
316
+ AbstractAdapter
317
+ x
318
+ 10
319
+ open_class
320
+ x
321
+ 14
322
+ __class_init__
323
+ M
324
+ 1
325
+ n
326
+ n
327
+ x
328
+ 15
329
+ AbstractAdapter
330
+ i
331
+ 452
332
+ 5
333
+ 66
334
+ 5
335
+ 45
336
+ 0
337
+ 1
338
+ 45
339
+ 2
340
+ 3
341
+ 45
342
+ 4
343
+ 5
344
+ 47
345
+ 49
346
+ 6
347
+ 3
348
+ 15
349
+ 5
350
+ 45
351
+ 7
352
+ 8
353
+ 47
354
+ 49
355
+ 6
356
+ 1
357
+ 15
358
+ 5
359
+ 45
360
+ 9
361
+ 10
362
+ 47
363
+ 49
364
+ 6
365
+ 1
366
+ 15
367
+ 5
368
+ 45
369
+ 11
370
+ 12
371
+ 43
372
+ 13
373
+ 47
374
+ 49
375
+ 6
376
+ 1
377
+ 15
378
+ 5
379
+ 7
380
+ 14
381
+ 7
382
+ 15
383
+ 47
384
+ 49
385
+ 16
386
+ 2
387
+ 15
388
+ 99
389
+ 7
390
+ 17
391
+ 7
392
+ 18
393
+ 65
394
+ 67
395
+ 49
396
+ 19
397
+ 0
398
+ 49
399
+ 20
400
+ 4
401
+ 15
402
+ 99
403
+ 7
404
+ 21
405
+ 7
406
+ 22
407
+ 65
408
+ 67
409
+ 49
410
+ 19
411
+ 0
412
+ 49
413
+ 20
414
+ 4
415
+ 15
416
+ 99
417
+ 7
418
+ 23
419
+ 7
420
+ 24
421
+ 65
422
+ 67
423
+ 49
424
+ 19
425
+ 0
426
+ 49
427
+ 20
428
+ 4
429
+ 15
430
+ 99
431
+ 7
432
+ 25
433
+ 7
434
+ 26
435
+ 65
436
+ 67
437
+ 49
438
+ 19
439
+ 0
440
+ 49
441
+ 20
442
+ 4
443
+ 15
444
+ 99
445
+ 7
446
+ 27
447
+ 7
448
+ 28
449
+ 65
450
+ 67
451
+ 49
452
+ 19
453
+ 0
454
+ 49
455
+ 20
456
+ 4
457
+ 15
458
+ 99
459
+ 7
460
+ 29
461
+ 7
462
+ 30
463
+ 65
464
+ 67
465
+ 49
466
+ 19
467
+ 0
468
+ 49
469
+ 20
470
+ 4
471
+ 15
472
+ 99
473
+ 7
474
+ 31
475
+ 7
476
+ 32
477
+ 65
478
+ 67
479
+ 49
480
+ 19
481
+ 0
482
+ 49
483
+ 20
484
+ 4
485
+ 15
486
+ 99
487
+ 7
488
+ 33
489
+ 7
490
+ 34
491
+ 65
492
+ 67
493
+ 49
494
+ 19
495
+ 0
496
+ 49
497
+ 20
498
+ 4
499
+ 15
500
+ 99
501
+ 7
502
+ 35
503
+ 7
504
+ 36
505
+ 65
506
+ 67
507
+ 49
508
+ 19
509
+ 0
510
+ 49
511
+ 20
512
+ 4
513
+ 15
514
+ 99
515
+ 7
516
+ 37
517
+ 7
518
+ 38
519
+ 65
520
+ 67
521
+ 49
522
+ 19
523
+ 0
524
+ 49
525
+ 20
526
+ 4
527
+ 15
528
+ 99
529
+ 7
530
+ 39
531
+ 7
532
+ 40
533
+ 65
534
+ 67
535
+ 49
536
+ 19
537
+ 0
538
+ 49
539
+ 20
540
+ 4
541
+ 15
542
+ 99
543
+ 7
544
+ 41
545
+ 7
546
+ 42
547
+ 65
548
+ 67
549
+ 49
550
+ 19
551
+ 0
552
+ 49
553
+ 20
554
+ 4
555
+ 15
556
+ 99
557
+ 7
558
+ 43
559
+ 7
560
+ 44
561
+ 65
562
+ 67
563
+ 49
564
+ 19
565
+ 0
566
+ 49
567
+ 20
568
+ 4
569
+ 15
570
+ 99
571
+ 7
572
+ 45
573
+ 7
574
+ 46
575
+ 65
576
+ 67
577
+ 49
578
+ 19
579
+ 0
580
+ 49
581
+ 20
582
+ 4
583
+ 15
584
+ 99
585
+ 7
586
+ 47
587
+ 7
588
+ 48
589
+ 65
590
+ 67
591
+ 49
592
+ 19
593
+ 0
594
+ 49
595
+ 20
596
+ 4
597
+ 15
598
+ 99
599
+ 7
600
+ 49
601
+ 7
602
+ 50
603
+ 65
604
+ 67
605
+ 49
606
+ 19
607
+ 0
608
+ 49
609
+ 20
610
+ 4
611
+ 15
612
+ 99
613
+ 7
614
+ 51
615
+ 7
616
+ 52
617
+ 65
618
+ 67
619
+ 49
620
+ 19
621
+ 0
622
+ 49
623
+ 20
624
+ 4
625
+ 15
626
+ 99
627
+ 7
628
+ 53
629
+ 7
630
+ 54
631
+ 65
632
+ 67
633
+ 49
634
+ 19
635
+ 0
636
+ 49
637
+ 20
638
+ 4
639
+ 15
640
+ 99
641
+ 7
642
+ 55
643
+ 7
644
+ 56
645
+ 65
646
+ 67
647
+ 49
648
+ 19
649
+ 0
650
+ 49
651
+ 20
652
+ 4
653
+ 15
654
+ 99
655
+ 7
656
+ 57
657
+ 7
658
+ 58
659
+ 65
660
+ 67
661
+ 49
662
+ 19
663
+ 0
664
+ 49
665
+ 20
666
+ 4
667
+ 15
668
+ 99
669
+ 7
670
+ 59
671
+ 7
672
+ 60
673
+ 65
674
+ 67
675
+ 49
676
+ 19
677
+ 0
678
+ 49
679
+ 20
680
+ 4
681
+ 15
682
+ 99
683
+ 7
684
+ 61
685
+ 7
686
+ 62
687
+ 65
688
+ 67
689
+ 49
690
+ 19
691
+ 0
692
+ 49
693
+ 20
694
+ 4
695
+ 15
696
+ 99
697
+ 7
698
+ 63
699
+ 7
700
+ 64
701
+ 65
702
+ 67
703
+ 49
704
+ 19
705
+ 0
706
+ 49
707
+ 20
708
+ 4
709
+ 15
710
+ 99
711
+ 7
712
+ 65
713
+ 7
714
+ 66
715
+ 65
716
+ 67
717
+ 49
718
+ 19
719
+ 0
720
+ 49
721
+ 20
722
+ 4
723
+ 15
724
+ 99
725
+ 7
726
+ 67
727
+ 7
728
+ 68
729
+ 65
730
+ 67
731
+ 49
732
+ 19
733
+ 0
734
+ 49
735
+ 20
736
+ 4
737
+ 15
738
+ 99
739
+ 7
740
+ 69
741
+ 7
742
+ 70
743
+ 65
744
+ 67
745
+ 49
746
+ 19
747
+ 0
748
+ 49
749
+ 20
750
+ 4
751
+ 15
752
+ 5
753
+ 48
754
+ 71
755
+ 15
756
+ 99
757
+ 7
758
+ 72
759
+ 7
760
+ 73
761
+ 65
762
+ 67
763
+ 49
764
+ 19
765
+ 0
766
+ 49
767
+ 20
768
+ 4
769
+ 15
770
+ 99
771
+ 7
772
+ 74
773
+ 7
774
+ 75
775
+ 65
776
+ 67
777
+ 49
778
+ 19
779
+ 0
780
+ 49
781
+ 20
782
+ 4
783
+ 11
784
+ I
785
+ 5
786
+ I
787
+ 0
788
+ I
789
+ 0
790
+ I
791
+ 0
792
+ n
793
+ p
794
+ 76
795
+ x
796
+ 7
797
+ Quoting
798
+ n
799
+ x
800
+ 18
801
+ DatabaseStatements
802
+ n
803
+ x
804
+ 16
805
+ SchemaStatements
806
+ n
807
+ x
808
+ 7
809
+ include
810
+ x
811
+ 14
812
+ DatabaseLimits
813
+ n
814
+ x
815
+ 10
816
+ QueryCache
817
+ n
818
+ x
819
+ 13
820
+ ActiveSupport
821
+ n
822
+ x
823
+ 9
824
+ Callbacks
825
+ x
826
+ 8
827
+ checkout
828
+ x
829
+ 7
830
+ checkin
831
+ x
832
+ 16
833
+ define_callbacks
834
+ x
835
+ 10
836
+ initialize
837
+ M
838
+ 1
839
+ n
840
+ n
841
+ x
842
+ 10
843
+ initialize
844
+ i
845
+ 51
846
+ 23
847
+ 1
848
+ 10
849
+ 8
850
+ 1
851
+ 19
852
+ 1
853
+ 15
854
+ 1
855
+ 38
856
+ 0
857
+ 15
858
+ 20
859
+ 0
860
+ 20
861
+ 1
862
+ 17
863
+ 2
864
+ 38
865
+ 1
866
+ 15
867
+ 38
868
+ 2
869
+ 15
870
+ 2
871
+ 15
872
+ 3
873
+ 38
874
+ 3
875
+ 15
876
+ 44
877
+ 43
878
+ 4
879
+ 78
880
+ 49
881
+ 5
882
+ 1
883
+ 38
884
+ 6
885
+ 15
886
+ 45
887
+ 7
888
+ 8
889
+ 43
890
+ 9
891
+ 49
892
+ 10
893
+ 0
894
+ 38
895
+ 11
896
+ 11
897
+ I
898
+ 4
899
+ I
900
+ 2
901
+ I
902
+ 1
903
+ I
904
+ 2
905
+ n
906
+ p
907
+ 12
908
+ x
909
+ 7
910
+ @active
911
+ x
912
+ 11
913
+ @connection
914
+ x
915
+ 7
916
+ @logger
917
+ x
918
+ 20
919
+ @query_cache_enabled
920
+ x
921
+ 4
922
+ Hash
923
+ x
924
+ 16
925
+ new_from_literal
926
+ x
927
+ 12
928
+ @query_cache
929
+ x
930
+ 13
931
+ ActiveSupport
932
+ n
933
+ x
934
+ 13
935
+ Notifications
936
+ x
937
+ 12
938
+ instrumenter
939
+ x
940
+ 13
941
+ @instrumenter
942
+ p
943
+ 13
944
+ I
945
+ -1
946
+ I
947
+ 27
948
+ I
949
+ 8
950
+ I
951
+ 28
952
+ I
953
+ c
954
+ I
955
+ 29
956
+ I
957
+ 1a
958
+ I
959
+ 2a
960
+ I
961
+ 1e
962
+ I
963
+ 2b
964
+ I
965
+ 28
966
+ I
967
+ 2c
968
+ I
969
+ 33
970
+ x
971
+ 107
972
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
973
+ p
974
+ 2
975
+ x
976
+ 10
977
+ connection
978
+ x
979
+ 6
980
+ logger
981
+ x
982
+ 17
983
+ method_visibility
984
+ x
985
+ 15
986
+ add_defn_method
987
+ x
988
+ 12
989
+ adapter_name
990
+ M
991
+ 1
992
+ n
993
+ n
994
+ x
995
+ 12
996
+ adapter_name
997
+ i
998
+ 4
999
+ 7
1000
+ 0
1001
+ 64
1002
+ 11
1003
+ I
1004
+ 1
1005
+ I
1006
+ 0
1007
+ I
1008
+ 0
1009
+ I
1010
+ 0
1011
+ n
1012
+ p
1013
+ 1
1014
+ s
1015
+ 8
1016
+ Abstract
1017
+ p
1018
+ 5
1019
+ I
1020
+ -1
1021
+ I
1022
+ 31
1023
+ I
1024
+ 0
1025
+ I
1026
+ 32
1027
+ I
1028
+ 4
1029
+ x
1030
+ 107
1031
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1032
+ p
1033
+ 0
1034
+ x
1035
+ 20
1036
+ supports_migrations?
1037
+ M
1038
+ 1
1039
+ n
1040
+ n
1041
+ x
1042
+ 20
1043
+ supports_migrations?
1044
+ i
1045
+ 2
1046
+ 3
1047
+ 11
1048
+ I
1049
+ 1
1050
+ I
1051
+ 0
1052
+ I
1053
+ 0
1054
+ I
1055
+ 0
1056
+ n
1057
+ p
1058
+ 0
1059
+ p
1060
+ 5
1061
+ I
1062
+ -1
1063
+ I
1064
+ 37
1065
+ I
1066
+ 0
1067
+ I
1068
+ 38
1069
+ I
1070
+ 2
1071
+ x
1072
+ 107
1073
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1074
+ p
1075
+ 0
1076
+ x
1077
+ 21
1078
+ supports_primary_key?
1079
+ M
1080
+ 1
1081
+ n
1082
+ n
1083
+ x
1084
+ 21
1085
+ supports_primary_key?
1086
+ i
1087
+ 2
1088
+ 3
1089
+ 11
1090
+ I
1091
+ 1
1092
+ I
1093
+ 0
1094
+ I
1095
+ 0
1096
+ I
1097
+ 0
1098
+ n
1099
+ p
1100
+ 0
1101
+ p
1102
+ 5
1103
+ I
1104
+ -1
1105
+ I
1106
+ 3e
1107
+ I
1108
+ 0
1109
+ I
1110
+ 3f
1111
+ I
1112
+ 2
1113
+ x
1114
+ 107
1115
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1116
+ p
1117
+ 0
1118
+ x
1119
+ 24
1120
+ supports_count_distinct?
1121
+ M
1122
+ 1
1123
+ n
1124
+ n
1125
+ x
1126
+ 24
1127
+ supports_count_distinct?
1128
+ i
1129
+ 2
1130
+ 2
1131
+ 11
1132
+ I
1133
+ 1
1134
+ I
1135
+ 0
1136
+ I
1137
+ 0
1138
+ I
1139
+ 0
1140
+ n
1141
+ p
1142
+ 0
1143
+ p
1144
+ 5
1145
+ I
1146
+ -1
1147
+ I
1148
+ 44
1149
+ I
1150
+ 0
1151
+ I
1152
+ 45
1153
+ I
1154
+ 2
1155
+ x
1156
+ 107
1157
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1158
+ p
1159
+ 0
1160
+ x
1161
+ 26
1162
+ supports_ddl_transactions?
1163
+ M
1164
+ 1
1165
+ n
1166
+ n
1167
+ x
1168
+ 26
1169
+ supports_ddl_transactions?
1170
+ i
1171
+ 2
1172
+ 3
1173
+ 11
1174
+ I
1175
+ 1
1176
+ I
1177
+ 0
1178
+ I
1179
+ 0
1180
+ I
1181
+ 0
1182
+ n
1183
+ p
1184
+ 0
1185
+ p
1186
+ 5
1187
+ I
1188
+ -1
1189
+ I
1190
+ 4b
1191
+ I
1192
+ 0
1193
+ I
1194
+ 4c
1195
+ I
1196
+ 2
1197
+ x
1198
+ 107
1199
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1200
+ p
1201
+ 0
1202
+ x
1203
+ 20
1204
+ supports_savepoints?
1205
+ M
1206
+ 1
1207
+ n
1208
+ n
1209
+ x
1210
+ 20
1211
+ supports_savepoints?
1212
+ i
1213
+ 2
1214
+ 3
1215
+ 11
1216
+ I
1217
+ 1
1218
+ I
1219
+ 0
1220
+ I
1221
+ 0
1222
+ I
1223
+ 0
1224
+ n
1225
+ p
1226
+ 0
1227
+ p
1228
+ 5
1229
+ I
1230
+ -1
1231
+ I
1232
+ 51
1233
+ I
1234
+ 0
1235
+ I
1236
+ 52
1237
+ I
1238
+ 2
1239
+ x
1240
+ 107
1241
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1242
+ p
1243
+ 0
1244
+ x
1245
+ 21
1246
+ prefetch_primary_key?
1247
+ M
1248
+ 1
1249
+ n
1250
+ n
1251
+ x
1252
+ 21
1253
+ prefetch_primary_key?
1254
+ i
1255
+ 10
1256
+ 23
1257
+ 0
1258
+ 10
1259
+ 8
1260
+ 1
1261
+ 19
1262
+ 0
1263
+ 15
1264
+ 3
1265
+ 11
1266
+ I
1267
+ 2
1268
+ I
1269
+ 1
1270
+ I
1271
+ 0
1272
+ I
1273
+ 1
1274
+ n
1275
+ p
1276
+ 0
1277
+ p
1278
+ 5
1279
+ I
1280
+ -1
1281
+ I
1282
+ 59
1283
+ I
1284
+ 8
1285
+ I
1286
+ 5a
1287
+ I
1288
+ a
1289
+ x
1290
+ 107
1291
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1292
+ p
1293
+ 1
1294
+ x
1295
+ 10
1296
+ table_name
1297
+ x
1298
+ 17
1299
+ ids_in_list_limit
1300
+ M
1301
+ 1
1302
+ n
1303
+ n
1304
+ x
1305
+ 17
1306
+ ids_in_list_limit
1307
+ i
1308
+ 2
1309
+ 1
1310
+ 11
1311
+ I
1312
+ 1
1313
+ I
1314
+ 0
1315
+ I
1316
+ 0
1317
+ I
1318
+ 0
1319
+ n
1320
+ p
1321
+ 0
1322
+ p
1323
+ 5
1324
+ I
1325
+ -1
1326
+ I
1327
+ 5e
1328
+ I
1329
+ 0
1330
+ I
1331
+ 5f
1332
+ I
1333
+ 2
1334
+ x
1335
+ 107
1336
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1337
+ p
1338
+ 0
1339
+ x
1340
+ 16
1341
+ quote_table_name
1342
+ M
1343
+ 1
1344
+ n
1345
+ n
1346
+ x
1347
+ 16
1348
+ quote_table_name
1349
+ i
1350
+ 8
1351
+ 5
1352
+ 20
1353
+ 0
1354
+ 47
1355
+ 49
1356
+ 0
1357
+ 1
1358
+ 11
1359
+ I
1360
+ 3
1361
+ I
1362
+ 1
1363
+ I
1364
+ 1
1365
+ I
1366
+ 1
1367
+ n
1368
+ p
1369
+ 1
1370
+ x
1371
+ 17
1372
+ quote_column_name
1373
+ p
1374
+ 5
1375
+ I
1376
+ -1
1377
+ I
1378
+ 65
1379
+ I
1380
+ 0
1381
+ I
1382
+ 66
1383
+ I
1384
+ 8
1385
+ x
1386
+ 107
1387
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1388
+ p
1389
+ 1
1390
+ x
1391
+ 4
1392
+ name
1393
+ x
1394
+ 29
1395
+ disable_referential_integrity
1396
+ M
1397
+ 1
1398
+ n
1399
+ n
1400
+ x
1401
+ 29
1402
+ disable_referential_integrity
1403
+ i
1404
+ 3
1405
+ 60
1406
+ 0
1407
+ 11
1408
+ I
1409
+ 1
1410
+ I
1411
+ 0
1412
+ I
1413
+ 0
1414
+ I
1415
+ 0
1416
+ n
1417
+ p
1418
+ 0
1419
+ p
1420
+ 5
1421
+ I
1422
+ -1
1423
+ I
1424
+ 6c
1425
+ I
1426
+ 0
1427
+ I
1428
+ 6d
1429
+ I
1430
+ 3
1431
+ x
1432
+ 107
1433
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1434
+ p
1435
+ 0
1436
+ x
1437
+ 7
1438
+ active?
1439
+ M
1440
+ 1
1441
+ n
1442
+ n
1443
+ x
1444
+ 7
1445
+ active?
1446
+ i
1447
+ 12
1448
+ 39
1449
+ 0
1450
+ 3
1451
+ 83
1452
+ 1
1453
+ 10
1454
+ 10
1455
+ 2
1456
+ 8
1457
+ 11
1458
+ 3
1459
+ 11
1460
+ I
1461
+ 2
1462
+ I
1463
+ 0
1464
+ I
1465
+ 0
1466
+ I
1467
+ 0
1468
+ n
1469
+ p
1470
+ 2
1471
+ x
1472
+ 7
1473
+ @active
1474
+ x
1475
+ 2
1476
+ ==
1477
+ p
1478
+ 5
1479
+ I
1480
+ -1
1481
+ I
1482
+ 75
1483
+ I
1484
+ 0
1485
+ I
1486
+ 76
1487
+ I
1488
+ c
1489
+ x
1490
+ 107
1491
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1492
+ p
1493
+ 0
1494
+ x
1495
+ 10
1496
+ reconnect!
1497
+ M
1498
+ 1
1499
+ n
1500
+ n
1501
+ x
1502
+ 10
1503
+ reconnect!
1504
+ i
1505
+ 4
1506
+ 2
1507
+ 38
1508
+ 0
1509
+ 11
1510
+ I
1511
+ 1
1512
+ I
1513
+ 0
1514
+ I
1515
+ 0
1516
+ I
1517
+ 0
1518
+ n
1519
+ p
1520
+ 1
1521
+ x
1522
+ 7
1523
+ @active
1524
+ p
1525
+ 5
1526
+ I
1527
+ -1
1528
+ I
1529
+ 7b
1530
+ I
1531
+ 0
1532
+ I
1533
+ 7c
1534
+ I
1535
+ 4
1536
+ x
1537
+ 107
1538
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1539
+ p
1540
+ 0
1541
+ x
1542
+ 11
1543
+ disconnect!
1544
+ M
1545
+ 1
1546
+ n
1547
+ n
1548
+ x
1549
+ 11
1550
+ disconnect!
1551
+ i
1552
+ 4
1553
+ 3
1554
+ 38
1555
+ 0
1556
+ 11
1557
+ I
1558
+ 1
1559
+ I
1560
+ 0
1561
+ I
1562
+ 0
1563
+ I
1564
+ 0
1565
+ n
1566
+ p
1567
+ 1
1568
+ x
1569
+ 7
1570
+ @active
1571
+ p
1572
+ 5
1573
+ I
1574
+ -1
1575
+ I
1576
+ 81
1577
+ I
1578
+ 0
1579
+ I
1580
+ 82
1581
+ I
1582
+ 4
1583
+ x
1584
+ 107
1585
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1586
+ p
1587
+ 0
1588
+ x
1589
+ 6
1590
+ reset!
1591
+ M
1592
+ 1
1593
+ n
1594
+ n
1595
+ x
1596
+ 6
1597
+ reset!
1598
+ i
1599
+ 2
1600
+ 1
1601
+ 11
1602
+ I
1603
+ 1
1604
+ I
1605
+ 0
1606
+ I
1607
+ 0
1608
+ I
1609
+ 0
1610
+ n
1611
+ p
1612
+ 0
1613
+ p
1614
+ 5
1615
+ I
1616
+ -1
1617
+ I
1618
+ 8b
1619
+ I
1620
+ 0
1621
+ I
1622
+ 8d
1623
+ I
1624
+ 2
1625
+ x
1626
+ 107
1627
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1628
+ p
1629
+ 0
1630
+ x
1631
+ 19
1632
+ requires_reloading?
1633
+ M
1634
+ 1
1635
+ n
1636
+ n
1637
+ x
1638
+ 19
1639
+ requires_reloading?
1640
+ i
1641
+ 2
1642
+ 3
1643
+ 11
1644
+ I
1645
+ 1
1646
+ I
1647
+ 0
1648
+ I
1649
+ 0
1650
+ I
1651
+ 0
1652
+ n
1653
+ p
1654
+ 0
1655
+ p
1656
+ 5
1657
+ I
1658
+ -1
1659
+ I
1660
+ 91
1661
+ I
1662
+ 0
1663
+ I
1664
+ 92
1665
+ I
1666
+ 2
1667
+ x
1668
+ 107
1669
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1670
+ p
1671
+ 0
1672
+ x
1673
+ 7
1674
+ verify!
1675
+ M
1676
+ 1
1677
+ n
1678
+ n
1679
+ x
1680
+ 7
1681
+ verify!
1682
+ i
1683
+ 16
1684
+ 5
1685
+ 47
1686
+ 49
1687
+ 0
1688
+ 0
1689
+ 9
1690
+ 10
1691
+ 1
1692
+ 8
1693
+ 15
1694
+ 5
1695
+ 47
1696
+ 49
1697
+ 1
1698
+ 0
1699
+ 11
1700
+ I
1701
+ 2
1702
+ I
1703
+ 1
1704
+ I
1705
+ 0
1706
+ I
1707
+ 0
1708
+ I
1709
+ 0
1710
+ p
1711
+ 2
1712
+ x
1713
+ 7
1714
+ active?
1715
+ x
1716
+ 10
1717
+ reconnect!
1718
+ p
1719
+ 5
1720
+ I
1721
+ -1
1722
+ I
1723
+ 98
1724
+ I
1725
+ 0
1726
+ I
1727
+ 99
1728
+ I
1729
+ 10
1730
+ x
1731
+ 107
1732
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1733
+ p
1734
+ 1
1735
+ x
1736
+ 7
1737
+ ignored
1738
+ x
1739
+ 14
1740
+ raw_connection
1741
+ M
1742
+ 1
1743
+ n
1744
+ n
1745
+ x
1746
+ 14
1747
+ raw_connection
1748
+ i
1749
+ 3
1750
+ 39
1751
+ 0
1752
+ 11
1753
+ I
1754
+ 1
1755
+ I
1756
+ 0
1757
+ I
1758
+ 0
1759
+ I
1760
+ 0
1761
+ n
1762
+ p
1763
+ 1
1764
+ x
1765
+ 11
1766
+ @connection
1767
+ p
1768
+ 5
1769
+ I
1770
+ -1
1771
+ I
1772
+ a2
1773
+ I
1774
+ 0
1775
+ I
1776
+ a3
1777
+ I
1778
+ 3
1779
+ x
1780
+ 107
1781
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1782
+ p
1783
+ 0
1784
+ x
1785
+ 17
1786
+ open_transactions
1787
+ M
1788
+ 1
1789
+ n
1790
+ n
1791
+ x
1792
+ 17
1793
+ open_transactions
1794
+ i
1795
+ 10
1796
+ 39
1797
+ 0
1798
+ 13
1799
+ 10
1800
+ 9
1801
+ 15
1802
+ 78
1803
+ 38
1804
+ 0
1805
+ 11
1806
+ I
1807
+ 2
1808
+ I
1809
+ 0
1810
+ I
1811
+ 0
1812
+ I
1813
+ 0
1814
+ n
1815
+ p
1816
+ 1
1817
+ x
1818
+ 18
1819
+ @open_transactions
1820
+ p
1821
+ 5
1822
+ I
1823
+ -1
1824
+ I
1825
+ a6
1826
+ I
1827
+ 0
1828
+ I
1829
+ a7
1830
+ I
1831
+ a
1832
+ x
1833
+ 107
1834
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1835
+ p
1836
+ 0
1837
+ x
1838
+ 27
1839
+ increment_open_transactions
1840
+ M
1841
+ 1
1842
+ n
1843
+ n
1844
+ x
1845
+ 27
1846
+ increment_open_transactions
1847
+ i
1848
+ 18
1849
+ 39
1850
+ 0
1851
+ 13
1852
+ 10
1853
+ 9
1854
+ 15
1855
+ 78
1856
+ 38
1857
+ 0
1858
+ 15
1859
+ 39
1860
+ 0
1861
+ 79
1862
+ 81
1863
+ 1
1864
+ 38
1865
+ 0
1866
+ 11
1867
+ I
1868
+ 2
1869
+ I
1870
+ 0
1871
+ I
1872
+ 0
1873
+ I
1874
+ 0
1875
+ n
1876
+ p
1877
+ 2
1878
+ x
1879
+ 18
1880
+ @open_transactions
1881
+ x
1882
+ 1
1883
+ +
1884
+ p
1885
+ 7
1886
+ I
1887
+ -1
1888
+ I
1889
+ aa
1890
+ I
1891
+ 0
1892
+ I
1893
+ ab
1894
+ I
1895
+ a
1896
+ I
1897
+ ac
1898
+ I
1899
+ 12
1900
+ x
1901
+ 107
1902
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1903
+ p
1904
+ 0
1905
+ x
1906
+ 27
1907
+ decrement_open_transactions
1908
+ M
1909
+ 1
1910
+ n
1911
+ n
1912
+ x
1913
+ 27
1914
+ decrement_open_transactions
1915
+ i
1916
+ 8
1917
+ 39
1918
+ 0
1919
+ 79
1920
+ 82
1921
+ 1
1922
+ 38
1923
+ 0
1924
+ 11
1925
+ I
1926
+ 2
1927
+ I
1928
+ 0
1929
+ I
1930
+ 0
1931
+ I
1932
+ 0
1933
+ n
1934
+ p
1935
+ 2
1936
+ x
1937
+ 18
1938
+ @open_transactions
1939
+ x
1940
+ 1
1941
+ -
1942
+ p
1943
+ 5
1944
+ I
1945
+ -1
1946
+ I
1947
+ af
1948
+ I
1949
+ 0
1950
+ I
1951
+ b0
1952
+ I
1953
+ 8
1954
+ x
1955
+ 107
1956
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
1957
+ p
1958
+ 0
1959
+ x
1960
+ 21
1961
+ transaction_joinable=
1962
+ M
1963
+ 1
1964
+ n
1965
+ n
1966
+ x
1967
+ 21
1968
+ transaction_joinable=
1969
+ i
1970
+ 5
1971
+ 20
1972
+ 0
1973
+ 38
1974
+ 0
1975
+ 11
1976
+ I
1977
+ 2
1978
+ I
1979
+ 1
1980
+ I
1981
+ 1
1982
+ I
1983
+ 1
1984
+ n
1985
+ p
1986
+ 1
1987
+ x
1988
+ 21
1989
+ @transaction_joinable
1990
+ p
1991
+ 5
1992
+ I
1993
+ -1
1994
+ I
1995
+ b3
1996
+ I
1997
+ 0
1998
+ I
1999
+ b4
2000
+ I
2001
+ 5
2002
+ x
2003
+ 107
2004
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2005
+ p
2006
+ 1
2007
+ x
2008
+ 8
2009
+ joinable
2010
+ x
2011
+ 16
2012
+ create_savepoint
2013
+ M
2014
+ 1
2015
+ n
2016
+ n
2017
+ x
2018
+ 16
2019
+ create_savepoint
2020
+ i
2021
+ 2
2022
+ 1
2023
+ 11
2024
+ I
2025
+ 1
2026
+ I
2027
+ 0
2028
+ I
2029
+ 0
2030
+ I
2031
+ 0
2032
+ n
2033
+ p
2034
+ 0
2035
+ p
2036
+ 5
2037
+ I
2038
+ -1
2039
+ I
2040
+ b7
2041
+ I
2042
+ 0
2043
+ I
2044
+ b8
2045
+ I
2046
+ 2
2047
+ x
2048
+ 107
2049
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2050
+ p
2051
+ 0
2052
+ x
2053
+ 21
2054
+ rollback_to_savepoint
2055
+ M
2056
+ 1
2057
+ n
2058
+ n
2059
+ x
2060
+ 21
2061
+ rollback_to_savepoint
2062
+ i
2063
+ 2
2064
+ 1
2065
+ 11
2066
+ I
2067
+ 1
2068
+ I
2069
+ 0
2070
+ I
2071
+ 0
2072
+ I
2073
+ 0
2074
+ n
2075
+ p
2076
+ 0
2077
+ p
2078
+ 5
2079
+ I
2080
+ -1
2081
+ I
2082
+ ba
2083
+ I
2084
+ 0
2085
+ I
2086
+ bb
2087
+ I
2088
+ 2
2089
+ x
2090
+ 107
2091
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2092
+ p
2093
+ 0
2094
+ x
2095
+ 17
2096
+ release_savepoint
2097
+ M
2098
+ 1
2099
+ n
2100
+ n
2101
+ x
2102
+ 17
2103
+ release_savepoint
2104
+ i
2105
+ 2
2106
+ 1
2107
+ 11
2108
+ I
2109
+ 1
2110
+ I
2111
+ 0
2112
+ I
2113
+ 0
2114
+ I
2115
+ 0
2116
+ n
2117
+ p
2118
+ 0
2119
+ p
2120
+ 5
2121
+ I
2122
+ -1
2123
+ I
2124
+ bd
2125
+ I
2126
+ 0
2127
+ I
2128
+ be
2129
+ I
2130
+ 2
2131
+ x
2132
+ 107
2133
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2134
+ p
2135
+ 0
2136
+ x
2137
+ 22
2138
+ current_savepoint_name
2139
+ M
2140
+ 1
2141
+ n
2142
+ n
2143
+ x
2144
+ 22
2145
+ current_savepoint_name
2146
+ i
2147
+ 11
2148
+ 7
2149
+ 0
2150
+ 5
2151
+ 48
2152
+ 1
2153
+ 47
2154
+ 101
2155
+ 2
2156
+ 63
2157
+ 2
2158
+ 11
2159
+ I
2160
+ 2
2161
+ I
2162
+ 0
2163
+ I
2164
+ 0
2165
+ I
2166
+ 0
2167
+ n
2168
+ p
2169
+ 3
2170
+ s
2171
+ 14
2172
+ active_record_
2173
+ x
2174
+ 17
2175
+ open_transactions
2176
+ x
2177
+ 4
2178
+ to_s
2179
+ p
2180
+ 5
2181
+ I
2182
+ -1
2183
+ I
2184
+ c0
2185
+ I
2186
+ 0
2187
+ I
2188
+ c1
2189
+ I
2190
+ b
2191
+ x
2192
+ 107
2193
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2194
+ p
2195
+ 0
2196
+ x
2197
+ 9
2198
+ protected
2199
+ x
2200
+ 3
2201
+ log
2202
+ M
2203
+ 1
2204
+ n
2205
+ n
2206
+ x
2207
+ 3
2208
+ log
2209
+ i
2210
+ 164
2211
+ 26
2212
+ 93
2213
+ 0
2214
+ 15
2215
+ 29
2216
+ 68
2217
+ 0
2218
+ 20
2219
+ 1
2220
+ 13
2221
+ 10
2222
+ 18
2223
+ 15
2224
+ 7
2225
+ 0
2226
+ 64
2227
+ 19
2228
+ 1
2229
+ 15
2230
+ 39
2231
+ 1
2232
+ 7
2233
+ 2
2234
+ 64
2235
+ 44
2236
+ 43
2237
+ 3
2238
+ 4
2239
+ 3
2240
+ 49
2241
+ 4
2242
+ 1
2243
+ 13
2244
+ 7
2245
+ 5
2246
+ 20
2247
+ 0
2248
+ 49
2249
+ 6
2250
+ 2
2251
+ 15
2252
+ 13
2253
+ 7
2254
+ 7
2255
+ 20
2256
+ 1
2257
+ 49
2258
+ 6
2259
+ 2
2260
+ 15
2261
+ 13
2262
+ 7
2263
+ 8
2264
+ 5
2265
+ 48
2266
+ 9
2267
+ 49
2268
+ 6
2269
+ 2
2270
+ 15
2271
+ 56
2272
+ 10
2273
+ 50
2274
+ 11
2275
+ 2
2276
+ 30
2277
+ 8
2278
+ 160
2279
+ 26
2280
+ 93
2281
+ 1
2282
+ 15
2283
+ 24
2284
+ 13
2285
+ 45
2286
+ 12
2287
+ 13
2288
+ 12
2289
+ 49
2290
+ 14
2291
+ 1
2292
+ 10
2293
+ 85
2294
+ 8
2295
+ 155
2296
+ 15
2297
+ 24
2298
+ 19
2299
+ 2
2300
+ 15
2301
+ 20
2302
+ 2
2303
+ 49
2304
+ 15
2305
+ 0
2306
+ 49
2307
+ 7
2308
+ 0
2309
+ 47
2310
+ 101
2311
+ 16
2312
+ 7
2313
+ 17
2314
+ 20
2315
+ 2
2316
+ 49
2317
+ 18
2318
+ 0
2319
+ 47
2320
+ 101
2321
+ 16
2322
+ 7
2323
+ 17
2324
+ 20
2325
+ 0
2326
+ 47
2327
+ 101
2328
+ 16
2329
+ 63
2330
+ 5
2331
+ 19
2332
+ 3
2333
+ 15
2334
+ 39
2335
+ 19
2336
+ 9
2337
+ 136
2338
+ 39
2339
+ 19
2340
+ 20
2341
+ 3
2342
+ 49
2343
+ 20
2344
+ 1
2345
+ 8
2346
+ 137
2347
+ 1
2348
+ 15
2349
+ 5
2350
+ 5
2351
+ 20
2352
+ 2
2353
+ 20
2354
+ 3
2355
+ 47
2356
+ 49
2357
+ 21
2358
+ 2
2359
+ 47
2360
+ 49
2361
+ 22
2362
+ 1
2363
+ 25
2364
+ 8
2365
+ 160
2366
+ 15
2367
+ 92
2368
+ 1
2369
+ 27
2370
+ 34
2371
+ 92
2372
+ 0
2373
+ 27
2374
+ 11
2375
+ I
2376
+ c
2377
+ I
2378
+ 4
2379
+ I
2380
+ 2
2381
+ I
2382
+ 2
2383
+ n
2384
+ p
2385
+ 23
2386
+ s
2387
+ 3
2388
+ SQL
2389
+ x
2390
+ 13
2391
+ @instrumenter
2392
+ s
2393
+ 17
2394
+ sql.active_record
2395
+ x
2396
+ 4
2397
+ Hash
2398
+ x
2399
+ 16
2400
+ new_from_literal
2401
+ x
2402
+ 3
2403
+ sql
2404
+ x
2405
+ 3
2406
+ []=
2407
+ x
2408
+ 4
2409
+ name
2410
+ x
2411
+ 13
2412
+ connection_id
2413
+ x
2414
+ 9
2415
+ object_id
2416
+ M
2417
+ 1
2418
+ p
2419
+ 2
2420
+ x
2421
+ 9
2422
+ for_block
2423
+ t
2424
+ n
2425
+ x
2426
+ 3
2427
+ log
2428
+ i
2429
+ 3
2430
+ 60
2431
+ 0
2432
+ 11
2433
+ I
2434
+ 2
2435
+ I
2436
+ 0
2437
+ I
2438
+ 0
2439
+ I
2440
+ 0
2441
+ I
2442
+ -2
2443
+ p
2444
+ 0
2445
+ p
2446
+ 3
2447
+ I
2448
+ 0
2449
+ I
2450
+ ca
2451
+ I
2452
+ 3
2453
+ x
2454
+ 107
2455
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2456
+ p
2457
+ 0
2458
+ x
2459
+ 10
2460
+ instrument
2461
+ x
2462
+ 9
2463
+ Exception
2464
+ n
2465
+ x
2466
+ 3
2467
+ ===
2468
+ x
2469
+ 5
2470
+ class
2471
+ x
2472
+ 4
2473
+ to_s
2474
+ s
2475
+ 2
2476
+ :
2477
+ x
2478
+ 7
2479
+ message
2480
+ x
2481
+ 7
2482
+ @logger
2483
+ x
2484
+ 5
2485
+ debug
2486
+ x
2487
+ 19
2488
+ translate_exception
2489
+ x
2490
+ 5
2491
+ raise
2492
+ p
2493
+ 23
2494
+ I
2495
+ -1
2496
+ I
2497
+ c6
2498
+ I
2499
+ 0
2500
+ I
2501
+ c7
2502
+ I
2503
+ 13
2504
+ I
2505
+ c8
2506
+ I
2507
+ 18
2508
+ I
2509
+ c9
2510
+ I
2511
+ 3c
2512
+ I
2513
+ c8
2514
+ I
2515
+ 49
2516
+ I
2517
+ cc
2518
+ I
2519
+ 56
2520
+ I
2521
+ d0
2522
+ I
2523
+ 57
2524
+ I
2525
+ cc
2526
+ I
2527
+ 5a
2528
+ I
2529
+ cd
2530
+ I
2531
+ 7b
2532
+ I
2533
+ ce
2534
+ I
2535
+ 8a
2536
+ I
2537
+ cf
2538
+ I
2539
+ a4
2540
+ x
2541
+ 107
2542
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2543
+ p
2544
+ 4
2545
+ x
2546
+ 3
2547
+ sql
2548
+ x
2549
+ 4
2550
+ name
2551
+ x
2552
+ 1
2553
+ e
2554
+ x
2555
+ 7
2556
+ message
2557
+ x
2558
+ 19
2559
+ translate_exception
2560
+ M
2561
+ 1
2562
+ n
2563
+ n
2564
+ x
2565
+ 19
2566
+ translate_exception
2567
+ i
2568
+ 31
2569
+ 45
2570
+ 0
2571
+ 1
2572
+ 43
2573
+ 2
2574
+ 13
2575
+ 71
2576
+ 3
2577
+ 47
2578
+ 9
2579
+ 25
2580
+ 47
2581
+ 49
2582
+ 4
2583
+ 0
2584
+ 13
2585
+ 20
2586
+ 1
2587
+ 47
2588
+ 49
2589
+ 5
2590
+ 1
2591
+ 15
2592
+ 8
2593
+ 30
2594
+ 20
2595
+ 1
2596
+ 49
2597
+ 3
2598
+ 1
2599
+ 11
2600
+ I
2601
+ 5
2602
+ I
2603
+ 2
2604
+ I
2605
+ 2
2606
+ I
2607
+ 2
2608
+ n
2609
+ p
2610
+ 6
2611
+ x
2612
+ 12
2613
+ ActiveRecord
2614
+ n
2615
+ x
2616
+ 16
2617
+ StatementInvalid
2618
+ x
2619
+ 3
2620
+ new
2621
+ x
2622
+ 8
2623
+ allocate
2624
+ x
2625
+ 10
2626
+ initialize
2627
+ p
2628
+ 5
2629
+ I
2630
+ -1
2631
+ I
2632
+ d2
2633
+ I
2634
+ 0
2635
+ I
2636
+ d4
2637
+ I
2638
+ 1f
2639
+ x
2640
+ 107
2641
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2642
+ p
2643
+ 2
2644
+ x
2645
+ 1
2646
+ e
2647
+ x
2648
+ 7
2649
+ message
2650
+ p
2651
+ 69
2652
+ I
2653
+ 2
2654
+ I
2655
+ 20
2656
+ I
2657
+ 11
2658
+ I
2659
+ 21
2660
+ I
2661
+ 1a
2662
+ I
2663
+ 22
2664
+ I
2665
+ 23
2666
+ I
2667
+ 23
2668
+ I
2669
+ 2e
2670
+ I
2671
+ 25
2672
+ I
2673
+ 38
2674
+ I
2675
+ 27
2676
+ I
2677
+ 46
2678
+ I
2679
+ 31
2680
+ I
2681
+ 54
2682
+ I
2683
+ 37
2684
+ I
2685
+ 62
2686
+ I
2687
+ 3e
2688
+ I
2689
+ 70
2690
+ I
2691
+ 44
2692
+ I
2693
+ 7e
2694
+ I
2695
+ 4b
2696
+ I
2697
+ 8c
2698
+ I
2699
+ 51
2700
+ I
2701
+ 9a
2702
+ I
2703
+ 59
2704
+ I
2705
+ a8
2706
+ I
2707
+ 5e
2708
+ I
2709
+ b6
2710
+ I
2711
+ 65
2712
+ I
2713
+ c4
2714
+ I
2715
+ 6c
2716
+ I
2717
+ d2
2718
+ I
2719
+ 75
2720
+ I
2721
+ e0
2722
+ I
2723
+ 7b
2724
+ I
2725
+ ee
2726
+ I
2727
+ 81
2728
+ I
2729
+ fc
2730
+ I
2731
+ 8b
2732
+ I
2733
+ 10a
2734
+ I
2735
+ 91
2736
+ I
2737
+ 118
2738
+ I
2739
+ 98
2740
+ I
2741
+ 126
2742
+ I
2743
+ a2
2744
+ I
2745
+ 134
2746
+ I
2747
+ a6
2748
+ I
2749
+ 142
2750
+ I
2751
+ aa
2752
+ I
2753
+ 150
2754
+ I
2755
+ af
2756
+ I
2757
+ 15e
2758
+ I
2759
+ b3
2760
+ I
2761
+ 16c
2762
+ I
2763
+ b7
2764
+ I
2765
+ 17a
2766
+ I
2767
+ ba
2768
+ I
2769
+ 188
2770
+ I
2771
+ bd
2772
+ I
2773
+ 196
2774
+ I
2775
+ c0
2776
+ I
2777
+ 1a4
2778
+ I
2779
+ c4
2780
+ I
2781
+ 1a8
2782
+ I
2783
+ c6
2784
+ I
2785
+ 1b6
2786
+ I
2787
+ d2
2788
+ I
2789
+ 1c4
2790
+ x
2791
+ 107
2792
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2793
+ p
2794
+ 0
2795
+ x
2796
+ 13
2797
+ attach_method
2798
+ p
2799
+ 3
2800
+ I
2801
+ 2
2802
+ I
2803
+ 1f
2804
+ I
2805
+ 1d
2806
+ x
2807
+ 107
2808
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2809
+ p
2810
+ 0
2811
+ x
2812
+ 13
2813
+ attach_method
2814
+ p
2815
+ 3
2816
+ I
2817
+ 2
2818
+ I
2819
+ 11
2820
+ I
2821
+ 1c
2822
+ x
2823
+ 107
2824
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2825
+ p
2826
+ 0
2827
+ x
2828
+ 13
2829
+ attach_method
2830
+ p
2831
+ 27
2832
+ I
2833
+ 0
2834
+ I
2835
+ 1
2836
+ I
2837
+ 9
2838
+ I
2839
+ 2
2840
+ I
2841
+ 12
2842
+ I
2843
+ 3
2844
+ I
2845
+ 1b
2846
+ I
2847
+ 4
2848
+ I
2849
+ 24
2850
+ I
2851
+ 7
2852
+ I
2853
+ 2d
2854
+ I
2855
+ 8
2856
+ I
2857
+ 36
2858
+ I
2859
+ 9
2860
+ I
2861
+ 3f
2862
+ I
2863
+ a
2864
+ I
2865
+ 48
2866
+ I
2867
+ b
2868
+ I
2869
+ 51
2870
+ I
2871
+ c
2872
+ I
2873
+ 5a
2874
+ I
2875
+ d
2876
+ I
2877
+ 63
2878
+ I
2879
+ e
2880
+ I
2881
+ 6c
2882
+ I
2883
+ 10
2884
+ I
2885
+ 88
2886
+ x
2887
+ 107
2888
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
2889
+ p
2890
+ 0