glasses 1.6.0

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.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +35 -0
  4. data/lib/glasses.rb +115 -0
  5. data/lib/glasses/version.rb +3 -0
  6. data/lib/tasks/glasses_tasks.rake +4 -0
  7. data/spec/dummy/Rakefile +6 -0
  8. data/spec/dummy/app/assets/dummy_data/MOCK_DATA.json +1000 -0
  9. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  10. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  11. data/spec/dummy/app/controllers/application_controller.rb +5 -0
  12. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  13. data/spec/dummy/app/models/player.rb +2 -0
  14. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  15. data/spec/dummy/bin/bundle +3 -0
  16. data/spec/dummy/bin/rails +4 -0
  17. data/spec/dummy/bin/rake +4 -0
  18. data/spec/dummy/bin/setup +29 -0
  19. data/spec/dummy/config.ru +4 -0
  20. data/spec/dummy/config/application.rb +32 -0
  21. data/spec/dummy/config/boot.rb +5 -0
  22. data/spec/dummy/config/database.yml +25 -0
  23. data/spec/dummy/config/environment.rb +5 -0
  24. data/spec/dummy/config/environments/development.rb +41 -0
  25. data/spec/dummy/config/environments/production.rb +79 -0
  26. data/spec/dummy/config/environments/test.rb +42 -0
  27. data/spec/dummy/config/initializers/assets.rb +11 -0
  28. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  29. data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
  30. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  31. data/spec/dummy/config/initializers/inflections.rb +16 -0
  32. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  33. data/spec/dummy/config/initializers/session_store.rb +3 -0
  34. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/spec/dummy/config/locales/en.yml +23 -0
  36. data/spec/dummy/config/routes.rb +56 -0
  37. data/spec/dummy/config/secrets.yml +22 -0
  38. data/spec/dummy/db/development.sqlite3 +0 -0
  39. data/spec/dummy/db/migrate/20150401172324_create_players.rb +15 -0
  40. data/spec/dummy/db/schema.rb +29 -0
  41. data/spec/dummy/db/seeds.rb +15 -0
  42. data/spec/dummy/db/test.sqlite3 +0 -0
  43. data/spec/dummy/lib/my_engine/engine.rb +9 -0
  44. data/spec/dummy/log/development.log +461 -0
  45. data/spec/dummy/log/test.log +1845 -0
  46. data/spec/dummy/public/404.html +67 -0
  47. data/spec/dummy/public/422.html +67 -0
  48. data/spec/dummy/public/500.html +66 -0
  49. data/spec/dummy/public/favicon.ico +0 -0
  50. data/spec/dummy/test/glasses_tests/search_test.rb +19 -0
  51. data/spec/dummy/test/test_helper.rb +12 -0
  52. data/spec/glasses_spec.rb +3 -0
  53. data/spec/spec_helper.rb +26 -0
  54. data/spec/tasks/rspec.rake +3 -0
  55. data/spec/tests/sanitized_search_test.rb +17 -0
  56. data/spec/tests/search_test.rb +37 -0
  57. metadata +264 -0
@@ -0,0 +1,1845 @@
1
+  (0.4ms) begin transaction
2
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (name LIKE 'Jane%')
3
+ SQLite3::SQLException: no such column: name: SELECT COUNT(*) FROM "players" WHERE (name LIKE 'Jane%')
4
+  (0.1ms) rollback transaction
5
+  (0.3ms) begin transaction
6
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (name LIKE 'Jane%')
7
+ SQLite3::SQLException: no such column: name: SELECT COUNT(*) FROM "players" WHERE (name LIKE 'Jane%')
8
+  (0.1ms) rollback transaction
9
+  (0.3ms) begin transaction
10
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
11
+  (0.1ms) rollback transaction
12
+  (0.3ms) begin transaction
13
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
14
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
15
+  (0.1ms) rollback transaction
16
+  (0.5ms) begin transaction
17
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
18
+ Player Load (0.1ms) SELECT "players".* FROM "players"
19
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
20
+  (0.2ms) rollback transaction
21
+  (0.3ms) begin transaction
22
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
23
+ Player Load (0.1ms) SELECT "players".* FROM "players"
24
+  (0.1ms) SELECT COUNT(*) FROM "players"
25
+  (0.1ms) rollback transaction
26
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
27
+  (0.1ms) begin transaction
28
+ SQL (15.9ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:37:25.904748"], ["updated_at", "2015-05-20 23:37:25.904748"]]
29
+  (1.1ms) commit transaction
30
+  (0.1ms) begin transaction
31
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-20 23:37:25.953228"], ["updated_at", "2015-05-20 23:37:25.953228"]]
32
+  (1.1ms) commit transaction
33
+  (0.1ms) begin transaction
34
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:37:25.956775"], ["updated_at", "2015-05-20 23:37:25.956775"]]
35
+  (1.1ms) commit transaction
36
+  (0.1ms) begin transaction
37
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:37:25.960014"], ["updated_at", "2015-05-20 23:37:25.960014"]]
38
+  (1.2ms) commit transaction
39
+  (0.1ms) begin transaction
40
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:37:25.963998"], ["updated_at", "2015-05-20 23:37:25.963998"]]
41
+  (1.1ms) commit transaction
42
+  (0.1ms) begin transaction
43
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:37:25.967604"], ["updated_at", "2015-05-20 23:37:25.967604"]]
44
+  (1.1ms) commit transaction
45
+  (0.1ms) begin transaction
46
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:37:25.970943"], ["updated_at", "2015-05-20 23:37:25.970943"]]
47
+  (1.0ms) commit transaction
48
+  (0.1ms) begin transaction
49
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:37:25.974284"], ["updated_at", "2015-05-20 23:37:25.974284"]]
50
+  (1.0ms) commit transaction
51
+  (0.0ms) begin transaction
52
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:37:25.977165"], ["updated_at", "2015-05-20 23:37:25.977165"]]
53
+  (1.0ms) commit transaction
54
+  (0.1ms) begin transaction
55
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:37:25.980060"], ["updated_at", "2015-05-20 23:37:25.980060"]]
56
+  (1.0ms) commit transaction
57
+  (0.3ms) begin transaction
58
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
59
+ Player Load (0.2ms) SELECT "players".* FROM "players"
60
+  (0.1ms) SELECT COUNT(*) FROM "players"
61
+  (0.2ms) rollback transaction
62
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
63
+  (0.1ms) begin transaction
64
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:38:59.286862"], ["updated_at", "2015-05-20 23:38:59.286862"]]
65
+  (1.6ms) commit transaction
66
+  (0.1ms) begin transaction
67
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-20 23:38:59.313670"], ["updated_at", "2015-05-20 23:38:59.313670"]]
68
+  (1.1ms) commit transaction
69
+  (0.1ms) begin transaction
70
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:38:59.316930"], ["updated_at", "2015-05-20 23:38:59.316930"]]
71
+  (1.0ms) commit transaction
72
+  (0.1ms) begin transaction
73
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:38:59.320009"], ["updated_at", "2015-05-20 23:38:59.320009"]]
74
+  (1.1ms) commit transaction
75
+  (0.1ms) begin transaction
76
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:38:59.323622"], ["updated_at", "2015-05-20 23:38:59.323622"]]
77
+  (1.1ms) commit transaction
78
+  (0.1ms) begin transaction
79
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:38:59.326900"], ["updated_at", "2015-05-20 23:38:59.326900"]]
80
+  (1.0ms) commit transaction
81
+  (0.1ms) begin transaction
82
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:38:59.329903"], ["updated_at", "2015-05-20 23:38:59.329903"]]
83
+  (1.0ms) commit transaction
84
+  (0.1ms) begin transaction
85
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-20 23:38:59.333105"], ["updated_at", "2015-05-20 23:38:59.333105"]]
86
+  (1.1ms) commit transaction
87
+  (0.1ms) begin transaction
88
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:38:59.336323"], ["updated_at", "2015-05-20 23:38:59.336323"]]
89
+  (1.0ms) commit transaction
90
+  (0.0ms) begin transaction
91
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-20 23:38:59.339149"], ["updated_at", "2015-05-20 23:38:59.339149"]]
92
+  (1.0ms) commit transaction
93
+ Player Load (2.3ms) SELECT "players".* FROM "players"
94
+  (0.2ms) SELECT COUNT(*) FROM "players"
95
+  (0.4ms) begin transaction
96
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
97
+ Player Load (0.1ms) SELECT "players".* FROM "players"
98
+  (0.1ms) SELECT COUNT(*) FROM "players"
99
+  (0.2ms) rollback transaction
100
+  (15.4ms) DELETE FROM "players";
101
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
102
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
103
+  (0.1ms) begin transaction
104
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:03:43.119004"], ["updated_at", "2015-05-21 01:03:43.119004"]]
105
+  (1.2ms) commit transaction
106
+  (0.1ms) begin transaction
107
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:03:43.174167"], ["updated_at", "2015-05-21 01:03:43.174167"]]
108
+  (1.4ms) commit transaction
109
+  (0.1ms) begin transaction
110
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:03:43.177927"], ["updated_at", "2015-05-21 01:03:43.177927"]]
111
+  (1.1ms) commit transaction
112
+  (0.1ms) begin transaction
113
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:03:43.181057"], ["updated_at", "2015-05-21 01:03:43.181057"]]
114
+  (1.1ms) commit transaction
115
+  (0.1ms) begin transaction
116
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:03:43.184497"], ["updated_at", "2015-05-21 01:03:43.184497"]]
117
+  (1.0ms) commit transaction
118
+  (0.1ms) begin transaction
119
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:03:43.187661"], ["updated_at", "2015-05-21 01:03:43.187661"]]
120
+  (1.1ms) commit transaction
121
+  (0.1ms) begin transaction
122
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:03:43.190894"], ["updated_at", "2015-05-21 01:03:43.190894"]]
123
+  (1.6ms) commit transaction
124
+  (0.1ms) begin transaction
125
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:03:43.194864"], ["updated_at", "2015-05-21 01:03:43.194864"]]
126
+  (1.0ms) commit transaction
127
+  (0.1ms) begin transaction
128
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:03:43.197944"], ["updated_at", "2015-05-21 01:03:43.197944"]]
129
+  (2.0ms) commit transaction
130
+  (0.1ms) begin transaction
131
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:03:43.202067"], ["updated_at", "2015-05-21 01:03:43.202067"]]
132
+  (1.1ms) commit transaction
133
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
134
+ Player Load (0.2ms) SELECT "players".* FROM "players"
135
+  (0.2ms) SELECT COUNT(*) FROM "players"
136
+  (1.2ms) DELETE FROM "players";
137
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
138
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
139
+  (0.1ms) begin transaction
140
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:16.942771"], ["updated_at", "2015-05-21 01:08:16.942771"]]
141
+  (1.1ms) commit transaction
142
+  (0.1ms) begin transaction
143
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:08:16.968080"], ["updated_at", "2015-05-21 01:08:16.968080"]]
144
+  (1.0ms) commit transaction
145
+  (0.0ms) begin transaction
146
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:16.970934"], ["updated_at", "2015-05-21 01:08:16.970934"]]
147
+  (1.5ms) commit transaction
148
+  (0.1ms) begin transaction
149
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:16.974371"], ["updated_at", "2015-05-21 01:08:16.974371"]]
150
+  (1.0ms) commit transaction
151
+  (0.1ms) begin transaction
152
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:16.977617"], ["updated_at", "2015-05-21 01:08:16.977617"]]
153
+  (1.0ms) commit transaction
154
+  (0.0ms) begin transaction
155
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:16.980573"], ["updated_at", "2015-05-21 01:08:16.980573"]]
156
+  (1.1ms) commit transaction
157
+  (0.1ms) begin transaction
158
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:16.984092"], ["updated_at", "2015-05-21 01:08:16.984092"]]
159
+  (1.0ms) commit transaction
160
+  (0.0ms) begin transaction
161
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:16.987329"], ["updated_at", "2015-05-21 01:08:16.987329"]]
162
+  (1.0ms) commit transaction
163
+  (0.1ms) begin transaction
164
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:16.990927"], ["updated_at", "2015-05-21 01:08:16.990927"]]
165
+  (1.5ms) commit transaction
166
+  (0.0ms) begin transaction
167
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:16.994438"], ["updated_at", "2015-05-21 01:08:16.994438"]]
168
+  (1.0ms) commit transaction
169
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
170
+ Player Load (0.3ms) SELECT "players".* FROM "players"
171
+  (0.1ms) SELECT COUNT(*) FROM "players"
172
+  (1.1ms) DELETE FROM "players";
173
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
174
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
175
+  (0.1ms) begin transaction
176
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:48.819270"], ["updated_at", "2015-05-21 01:08:48.819270"]]
177
+  (1.1ms) commit transaction
178
+  (0.0ms) begin transaction
179
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:08:48.824217"], ["updated_at", "2015-05-21 01:08:48.824217"]]
180
+  (1.0ms) commit transaction
181
+  (0.0ms) begin transaction
182
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:48.827042"], ["updated_at", "2015-05-21 01:08:48.827042"]]
183
+  (1.0ms) commit transaction
184
+  (0.0ms) begin transaction
185
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:48.829731"], ["updated_at", "2015-05-21 01:08:48.829731"]]
186
+  (1.0ms) commit transaction
187
+  (0.1ms) begin transaction
188
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:48.832965"], ["updated_at", "2015-05-21 01:08:48.832965"]]
189
+  (1.0ms) commit transaction
190
+  (0.0ms) begin transaction
191
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:48.836299"], ["updated_at", "2015-05-21 01:08:48.836299"]]
192
+  (1.0ms) commit transaction
193
+  (0.0ms) begin transaction
194
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:48.839174"], ["updated_at", "2015-05-21 01:08:48.839174"]]
195
+  (1.1ms) commit transaction
196
+  (0.1ms) begin transaction
197
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:08:48.842327"], ["updated_at", "2015-05-21 01:08:48.842327"]]
198
+  (1.0ms) commit transaction
199
+  (0.1ms) begin transaction
200
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:48.845583"], ["updated_at", "2015-05-21 01:08:48.845583"]]
201
+  (1.1ms) commit transaction
202
+  (0.1ms) begin transaction
203
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:08:48.848694"], ["updated_at", "2015-05-21 01:08:48.848694"]]
204
+  (1.0ms) commit transaction
205
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
206
+  (5.3ms) DELETE FROM "players";
207
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
208
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
209
+  (0.1ms) begin transaction
210
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:19:24.119633"], ["updated_at", "2015-05-21 01:19:24.119633"]]
211
+  (1.2ms) commit transaction
212
+  (0.1ms) begin transaction
213
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:19:24.152572"], ["updated_at", "2015-05-21 01:19:24.152572"]]
214
+  (1.1ms) commit transaction
215
+  (0.1ms) begin transaction
216
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:19:24.155900"], ["updated_at", "2015-05-21 01:19:24.155900"]]
217
+  (1.2ms) commit transaction
218
+  (0.1ms) begin transaction
219
+ SQL (0.6ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:19:24.159342"], ["updated_at", "2015-05-21 01:19:24.159342"]]
220
+  (1.1ms) commit transaction
221
+  (0.1ms) begin transaction
222
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:19:24.163515"], ["updated_at", "2015-05-21 01:19:24.163515"]]
223
+  (1.0ms) commit transaction
224
+  (0.1ms) begin transaction
225
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:19:24.166655"], ["updated_at", "2015-05-21 01:19:24.166655"]]
226
+  (1.1ms) commit transaction
227
+  (0.1ms) begin transaction
228
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:19:24.169846"], ["updated_at", "2015-05-21 01:19:24.169846"]]
229
+  (1.0ms) commit transaction
230
+  (0.1ms) begin transaction
231
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:19:24.173051"], ["updated_at", "2015-05-21 01:19:24.173051"]]
232
+  (1.1ms) commit transaction
233
+  (0.1ms) begin transaction
234
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:19:24.176192"], ["updated_at", "2015-05-21 01:19:24.176192"]]
235
+  (1.7ms) commit transaction
236
+  (0.1ms) begin transaction
237
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:19:24.180138"], ["updated_at", "2015-05-21 01:19:24.180138"]]
238
+  (1.2ms) commit transaction
239
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
240
+ Player Load (0.3ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'Jane%')
241
+  (1.7ms) DELETE FROM "players";
242
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
243
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
244
+  (0.1ms) begin transaction
245
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:11.710870"], ["updated_at", "2015-05-21 01:20:11.710870"]]
246
+  (1.2ms) commit transaction
247
+  (0.1ms) begin transaction
248
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:20:11.736421"], ["updated_at", "2015-05-21 01:20:11.736421"]]
249
+  (1.1ms) commit transaction
250
+  (0.1ms) begin transaction
251
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:11.739816"], ["updated_at", "2015-05-21 01:20:11.739816"]]
252
+  (1.1ms) commit transaction
253
+  (0.1ms) begin transaction
254
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:11.743052"], ["updated_at", "2015-05-21 01:20:11.743052"]]
255
+  (1.4ms) commit transaction
256
+  (0.1ms) begin transaction
257
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:11.746708"], ["updated_at", "2015-05-21 01:20:11.746708"]]
258
+  (1.1ms) commit transaction
259
+  (0.1ms) begin transaction
260
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:11.750029"], ["updated_at", "2015-05-21 01:20:11.750029"]]
261
+  (1.0ms) commit transaction
262
+  (0.0ms) begin transaction
263
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:11.753022"], ["updated_at", "2015-05-21 01:20:11.753022"]]
264
+  (1.0ms) commit transaction
265
+  (0.0ms) begin transaction
266
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:11.756049"], ["updated_at", "2015-05-21 01:20:11.756049"]]
267
+  (1.0ms) commit transaction
268
+  (0.1ms) begin transaction
269
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:11.759551"], ["updated_at", "2015-05-21 01:20:11.759551"]]
270
+  (1.0ms) commit transaction
271
+  (0.1ms) begin transaction
272
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:11.762631"], ["updated_at", "2015-05-21 01:20:11.762631"]]
273
+  (22.7ms) commit transaction
274
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
275
+  (1.8ms) DELETE FROM "players";
276
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
277
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
278
+  (0.1ms) begin transaction
279
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:38.822980"], ["updated_at", "2015-05-21 01:20:38.822980"]]
280
+  (1.2ms) commit transaction
281
+  (0.1ms) begin transaction
282
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:20:38.848942"], ["updated_at", "2015-05-21 01:20:38.848942"]]
283
+  (1.1ms) commit transaction
284
+  (0.1ms) begin transaction
285
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:38.852502"], ["updated_at", "2015-05-21 01:20:38.852502"]]
286
+  (1.1ms) commit transaction
287
+  (0.1ms) begin transaction
288
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:38.855722"], ["updated_at", "2015-05-21 01:20:38.855722"]]
289
+  (1.2ms) commit transaction
290
+  (0.1ms) begin transaction
291
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:38.859451"], ["updated_at", "2015-05-21 01:20:38.859451"]]
292
+  (0.9ms) commit transaction
293
+  (0.0ms) begin transaction
294
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:38.862505"], ["updated_at", "2015-05-21 01:20:38.862505"]]
295
+  (1.0ms) commit transaction
296
+  (0.1ms) begin transaction
297
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:38.865655"], ["updated_at", "2015-05-21 01:20:38.865655"]]
298
+  (1.0ms) commit transaction
299
+  (0.1ms) begin transaction
300
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:20:38.869194"], ["updated_at", "2015-05-21 01:20:38.869194"]]
301
+  (1.1ms) commit transaction
302
+  (0.1ms) begin transaction
303
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:38.872486"], ["updated_at", "2015-05-21 01:20:38.872486"]]
304
+  (1.0ms) commit transaction
305
+  (0.1ms) begin transaction
306
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:20:38.875474"], ["updated_at", "2015-05-21 01:20:38.875474"]]
307
+  (1.0ms) commit transaction
308
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
309
+  (1.5ms) DELETE FROM "players";
310
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
311
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
312
+  (0.1ms) begin transaction
313
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:21:22.313911"], ["updated_at", "2015-05-21 01:21:22.313911"]]
314
+  (1.2ms) commit transaction
315
+  (0.1ms) begin transaction
316
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:21:22.339796"], ["updated_at", "2015-05-21 01:21:22.339796"]]
317
+  (1.1ms) commit transaction
318
+  (0.1ms) begin transaction
319
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:21:22.343221"], ["updated_at", "2015-05-21 01:21:22.343221"]]
320
+  (1.1ms) commit transaction
321
+  (0.1ms) begin transaction
322
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:21:22.346428"], ["updated_at", "2015-05-21 01:21:22.346428"]]
323
+  (1.3ms) commit transaction
324
+  (0.1ms) begin transaction
325
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:21:22.350212"], ["updated_at", "2015-05-21 01:21:22.350212"]]
326
+  (1.1ms) commit transaction
327
+  (0.1ms) begin transaction
328
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:21:22.353551"], ["updated_at", "2015-05-21 01:21:22.353551"]]
329
+  (1.1ms) commit transaction
330
+  (0.1ms) begin transaction
331
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:21:22.356661"], ["updated_at", "2015-05-21 01:21:22.356661"]]
332
+  (1.0ms) commit transaction
333
+  (0.1ms) begin transaction
334
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:21:22.360335"], ["updated_at", "2015-05-21 01:21:22.360335"]]
335
+  (1.1ms) commit transaction
336
+  (0.1ms) begin transaction
337
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:21:22.363784"], ["updated_at", "2015-05-21 01:21:22.363784"]]
338
+  (1.9ms) commit transaction
339
+  (0.1ms) begin transaction
340
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:21:22.368008"], ["updated_at", "2015-05-21 01:21:22.368008"]]
341
+  (1.2ms) commit transaction
342
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
343
+  (1.6ms) DELETE FROM "players";
344
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
345
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
346
+  (0.1ms) begin transaction
347
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:28:37.724010"], ["updated_at", "2015-05-21 01:28:37.724010"]]
348
+  (1.2ms) commit transaction
349
+  (0.1ms) begin transaction
350
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:28:37.757013"], ["updated_at", "2015-05-21 01:28:37.757013"]]
351
+  (1.0ms) commit transaction
352
+  (0.0ms) begin transaction
353
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:28:37.760216"], ["updated_at", "2015-05-21 01:28:37.760216"]]
354
+  (1.1ms) commit transaction
355
+  (0.0ms) begin transaction
356
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:28:37.763174"], ["updated_at", "2015-05-21 01:28:37.763174"]]
357
+  (1.5ms) commit transaction
358
+  (0.1ms) begin transaction
359
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:28:37.766880"], ["updated_at", "2015-05-21 01:28:37.766880"]]
360
+  (1.0ms) commit transaction
361
+  (0.1ms) begin transaction
362
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:28:37.770436"], ["updated_at", "2015-05-21 01:28:37.770436"]]
363
+  (1.1ms) commit transaction
364
+  (0.0ms) begin transaction
365
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:28:37.773664"], ["updated_at", "2015-05-21 01:28:37.773664"]]
366
+  (1.1ms) commit transaction
367
+  (0.1ms) begin transaction
368
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:28:37.777216"], ["updated_at", "2015-05-21 01:28:37.777216"]]
369
+  (1.0ms) commit transaction
370
+  (0.1ms) begin transaction
371
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:28:37.780685"], ["updated_at", "2015-05-21 01:28:37.780685"]]
372
+  (0.9ms) commit transaction
373
+  (0.1ms) begin transaction
374
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:28:37.784053"], ["updated_at", "2015-05-21 01:28:37.784053"]]
375
+  (1.1ms) commit transaction
376
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
377
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'Jane%')
378
+  (1.6ms) DELETE FROM "players";
379
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
380
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
381
+  (0.1ms) begin transaction
382
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:11.136610"], ["updated_at", "2015-05-21 01:29:11.136610"]]
383
+  (1.1ms) commit transaction
384
+  (0.1ms) begin transaction
385
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:29:11.162132"], ["updated_at", "2015-05-21 01:29:11.162132"]]
386
+  (1.0ms) commit transaction
387
+  (0.1ms) begin transaction
388
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:11.165361"], ["updated_at", "2015-05-21 01:29:11.165361"]]
389
+  (1.0ms) commit transaction
390
+  (0.1ms) begin transaction
391
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:11.168442"], ["updated_at", "2015-05-21 01:29:11.168442"]]
392
+  (1.1ms) commit transaction
393
+  (0.1ms) begin transaction
394
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:11.172187"], ["updated_at", "2015-05-21 01:29:11.172187"]]
395
+  (1.1ms) commit transaction
396
+  (0.1ms) begin transaction
397
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:11.175460"], ["updated_at", "2015-05-21 01:29:11.175460"]]
398
+  (1.6ms) commit transaction
399
+  (0.1ms) begin transaction
400
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:11.179179"], ["updated_at", "2015-05-21 01:29:11.179179"]]
401
+  (1.1ms) commit transaction
402
+  (0.1ms) begin transaction
403
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:11.182619"], ["updated_at", "2015-05-21 01:29:11.182619"]]
404
+  (0.9ms) commit transaction
405
+  (0.0ms) begin transaction
406
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:11.185484"], ["updated_at", "2015-05-21 01:29:11.185484"]]
407
+  (1.2ms) commit transaction
408
+  (0.1ms) begin transaction
409
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:11.188689"], ["updated_at", "2015-05-21 01:29:11.188689"]]
410
+  (1.1ms) commit transaction
411
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
412
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
413
+  (1.2ms) DELETE FROM "players";
414
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
415
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
416
+  (0.1ms) begin transaction
417
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:28.637639"], ["updated_at", "2015-05-21 01:29:28.637639"]]
418
+  (1.2ms) commit transaction
419
+  (0.1ms) begin transaction
420
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:29:28.663490"], ["updated_at", "2015-05-21 01:29:28.663490"]]
421
+  (1.0ms) commit transaction
422
+  (0.1ms) begin transaction
423
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:28.667059"], ["updated_at", "2015-05-21 01:29:28.667059"]]
424
+  (1.0ms) commit transaction
425
+  (0.1ms) begin transaction
426
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:28.670223"], ["updated_at", "2015-05-21 01:29:28.670223"]]
427
+  (1.0ms) commit transaction
428
+  (0.1ms) begin transaction
429
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:28.673736"], ["updated_at", "2015-05-21 01:29:28.673736"]]
430
+  (1.0ms) commit transaction
431
+  (0.0ms) begin transaction
432
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:28.676861"], ["updated_at", "2015-05-21 01:29:28.676861"]]
433
+  (1.1ms) commit transaction
434
+  (0.1ms) begin transaction
435
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:28.680102"], ["updated_at", "2015-05-21 01:29:28.680102"]]
436
+  (1.1ms) commit transaction
437
+  (0.0ms) begin transaction
438
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:28.683742"], ["updated_at", "2015-05-21 01:29:28.683742"]]
439
+  (0.9ms) commit transaction
440
+  (0.0ms) begin transaction
441
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:28.686943"], ["updated_at", "2015-05-21 01:29:28.686943"]]
442
+  (1.0ms) commit transaction
443
+  (0.0ms) begin transaction
444
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:28.689870"], ["updated_at", "2015-05-21 01:29:28.689870"]]
445
+  (1.0ms) commit transaction
446
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
447
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
448
+  (1.6ms) DELETE FROM "players";
449
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
450
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
451
+  (0.1ms) begin transaction
452
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:47.249775"], ["updated_at", "2015-05-21 01:29:47.249775"]]
453
+  (1.2ms) commit transaction
454
+  (0.1ms) begin transaction
455
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-21 01:29:47.274914"], ["updated_at", "2015-05-21 01:29:47.274914"]]
456
+  (1.0ms) commit transaction
457
+  (0.1ms) begin transaction
458
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:47.278008"], ["updated_at", "2015-05-21 01:29:47.278008"]]
459
+  (1.0ms) commit transaction
460
+  (0.1ms) begin transaction
461
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:47.281169"], ["updated_at", "2015-05-21 01:29:47.281169"]]
462
+  (1.3ms) commit transaction
463
+  (0.1ms) begin transaction
464
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:47.284645"], ["updated_at", "2015-05-21 01:29:47.284645"]]
465
+  (1.2ms) commit transaction
466
+  (0.1ms) begin transaction
467
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:47.288429"], ["updated_at", "2015-05-21 01:29:47.288429"]]
468
+  (1.0ms) commit transaction
469
+  (0.1ms) begin transaction
470
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:47.291625"], ["updated_at", "2015-05-21 01:29:47.291625"]]
471
+  (20.6ms) commit transaction
472
+  (0.1ms) begin transaction
473
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-21 01:29:47.314564"], ["updated_at", "2015-05-21 01:29:47.314564"]]
474
+  (1.0ms) commit transaction
475
+  (0.1ms) begin transaction
476
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:47.317801"], ["updated_at", "2015-05-21 01:29:47.317801"]]
477
+  (1.1ms) commit transaction
478
+  (0.0ms) begin transaction
479
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-21 01:29:47.321390"], ["updated_at", "2015-05-21 01:29:47.321390"]]
480
+  (1.1ms) commit transaction
481
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
482
+ Player Load (0.3ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
483
+  (14.5ms) DELETE FROM "players";
484
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
485
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
486
+  (0.1ms) begin transaction
487
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:14:35.650901"], ["updated_at", "2015-05-22 11:14:35.650901"]]
488
+  (1.3ms) commit transaction
489
+  (0.1ms) begin transaction
490
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:14:35.676682"], ["updated_at", "2015-05-22 11:14:35.676682"]]
491
+  (1.1ms) commit transaction
492
+  (0.1ms) begin transaction
493
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:14:35.680465"], ["updated_at", "2015-05-22 11:14:35.680465"]]
494
+  (1.1ms) commit transaction
495
+  (0.1ms) begin transaction
496
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:14:35.683909"], ["updated_at", "2015-05-22 11:14:35.683909"]]
497
+  (1.2ms) commit transaction
498
+  (0.1ms) begin transaction
499
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:14:35.687978"], ["updated_at", "2015-05-22 11:14:35.687978"]]
500
+  (1.0ms) commit transaction
501
+  (0.1ms) begin transaction
502
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:14:35.691182"], ["updated_at", "2015-05-22 11:14:35.691182"]]
503
+  (1.6ms) commit transaction
504
+  (0.1ms) begin transaction
505
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:14:35.694948"], ["updated_at", "2015-05-22 11:14:35.694948"]]
506
+  (1.1ms) commit transaction
507
+  (0.0ms) begin transaction
508
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:14:35.698605"], ["updated_at", "2015-05-22 11:14:35.698605"]]
509
+  (1.0ms) commit transaction
510
+  (0.0ms) begin transaction
511
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:14:35.701396"], ["updated_at", "2015-05-22 11:14:35.701396"]]
512
+  (1.1ms) commit transaction
513
+  (0.1ms) begin transaction
514
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:14:35.704383"], ["updated_at", "2015-05-22 11:14:35.704383"]]
515
+  (1.0ms) commit transaction
516
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
517
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
518
+  (7.9ms) DELETE FROM "players";
519
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
520
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
521
+  (0.1ms) begin transaction
522
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:15:00.198387"], ["updated_at", "2015-05-22 11:15:00.198387"]]
523
+  (1.0ms) commit transaction
524
+  (0.1ms) begin transaction
525
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:15:00.204466"], ["updated_at", "2015-05-22 11:15:00.204466"]]
526
+  (1.1ms) commit transaction
527
+  (0.1ms) begin transaction
528
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:15:00.207753"], ["updated_at", "2015-05-22 11:15:00.207753"]]
529
+  (1.1ms) commit transaction
530
+  (0.1ms) begin transaction
531
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:15:00.211078"], ["updated_at", "2015-05-22 11:15:00.211078"]]
532
+  (1.0ms) commit transaction
533
+  (0.1ms) begin transaction
534
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:15:00.214509"], ["updated_at", "2015-05-22 11:15:00.214509"]]
535
+  (1.1ms) commit transaction
536
+  (0.1ms) begin transaction
537
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:15:00.217739"], ["updated_at", "2015-05-22 11:15:00.217739"]]
538
+  (1.1ms) commit transaction
539
+  (0.1ms) begin transaction
540
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:15:00.220797"], ["updated_at", "2015-05-22 11:15:00.220797"]]
541
+  (1.0ms) commit transaction
542
+  (0.1ms) begin transaction
543
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:15:00.223991"], ["updated_at", "2015-05-22 11:15:00.223991"]]
544
+  (1.0ms) commit transaction
545
+  (0.1ms) begin transaction
546
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:15:00.227303"], ["updated_at", "2015-05-22 11:15:00.227303"]]
547
+  (1.0ms) commit transaction
548
+  (0.1ms) begin transaction
549
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:15:00.230373"], ["updated_at", "2015-05-22 11:15:00.230373"]]
550
+  (1.0ms) commit transaction
551
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
552
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
553
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
554
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
555
+  (2.5ms) DELETE FROM "players";
556
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
557
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
558
+  (0.1ms) begin transaction
559
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:17.025594"], ["updated_at", "2015-05-22 11:16:17.025594"]]
560
+  (1.2ms) commit transaction
561
+  (0.1ms) begin transaction
562
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:16:17.031810"], ["updated_at", "2015-05-22 11:16:17.031810"]]
563
+  (1.1ms) commit transaction
564
+  (0.1ms) begin transaction
565
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:17.035241"], ["updated_at", "2015-05-22 11:16:17.035241"]]
566
+  (1.1ms) commit transaction
567
+  (0.1ms) begin transaction
568
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:17.038553"], ["updated_at", "2015-05-22 11:16:17.038553"]]
569
+  (0.9ms) commit transaction
570
+  (0.1ms) begin transaction
571
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:17.041773"], ["updated_at", "2015-05-22 11:16:17.041773"]]
572
+  (1.0ms) commit transaction
573
+  (0.1ms) begin transaction
574
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:17.044720"], ["updated_at", "2015-05-22 11:16:17.044720"]]
575
+  (1.0ms) commit transaction
576
+  (0.1ms) begin transaction
577
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:17.047815"], ["updated_at", "2015-05-22 11:16:17.047815"]]
578
+  (1.1ms) commit transaction
579
+  (0.0ms) begin transaction
580
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:17.050870"], ["updated_at", "2015-05-22 11:16:17.050870"]]
581
+  (0.9ms) commit transaction
582
+  (0.1ms) begin transaction
583
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:17.053982"], ["updated_at", "2015-05-22 11:16:17.053982"]]
584
+  (1.4ms) commit transaction
585
+  (0.1ms) begin transaction
586
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:17.057417"], ["updated_at", "2015-05-22 11:16:17.057417"]]
587
+  (0.9ms) commit transaction
588
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
589
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
590
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
591
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
592
+  (5.8ms) DELETE FROM "players";
593
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
594
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
595
+  (0.1ms) begin transaction
596
+ SQL (0.6ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:39.001116"], ["updated_at", "2015-05-22 11:16:39.001116"]]
597
+  (1.0ms) commit transaction
598
+  (0.0ms) begin transaction
599
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:16:39.008216"], ["updated_at", "2015-05-22 11:16:39.008216"]]
600
+  (1.1ms) commit transaction
601
+  (0.1ms) begin transaction
602
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:39.011235"], ["updated_at", "2015-05-22 11:16:39.011235"]]
603
+  (1.1ms) commit transaction
604
+  (0.1ms) begin transaction
605
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:39.014346"], ["updated_at", "2015-05-22 11:16:39.014346"]]
606
+  (1.0ms) commit transaction
607
+  (0.1ms) begin transaction
608
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:39.017536"], ["updated_at", "2015-05-22 11:16:39.017536"]]
609
+  (1.0ms) commit transaction
610
+  (0.0ms) begin transaction
611
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:39.020466"], ["updated_at", "2015-05-22 11:16:39.020466"]]
612
+  (0.9ms) commit transaction
613
+  (0.1ms) begin transaction
614
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:39.023316"], ["updated_at", "2015-05-22 11:16:39.023316"]]
615
+  (1.1ms) commit transaction
616
+  (0.1ms) begin transaction
617
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:16:39.026412"], ["updated_at", "2015-05-22 11:16:39.026412"]]
618
+  (0.9ms) commit transaction
619
+  (0.1ms) begin transaction
620
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:39.029386"], ["updated_at", "2015-05-22 11:16:39.029386"]]
621
+  (0.9ms) commit transaction
622
+  (0.1ms) begin transaction
623
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:16:39.032168"], ["updated_at", "2015-05-22 11:16:39.032168"]]
624
+  (1.5ms) commit transaction
625
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
626
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
627
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
628
+ SQLite3::SQLException: near "--%')": syntax error: SELECT "players".* FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
629
+  (1.9ms) DELETE FROM "players";
630
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
631
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
632
+  (0.1ms) begin transaction
633
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:42.889818"], ["updated_at", "2015-05-22 11:17:42.889818"]]
634
+  (1.2ms) commit transaction
635
+  (0.0ms) begin transaction
636
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:17:42.895181"], ["updated_at", "2015-05-22 11:17:42.895181"]]
637
+  (1.0ms) commit transaction
638
+  (0.0ms) begin transaction
639
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:42.898135"], ["updated_at", "2015-05-22 11:17:42.898135"]]
640
+  (1.0ms) commit transaction
641
+  (0.0ms) begin transaction
642
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:42.901060"], ["updated_at", "2015-05-22 11:17:42.901060"]]
643
+  (1.2ms) commit transaction
644
+  (0.1ms) begin transaction
645
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:42.904604"], ["updated_at", "2015-05-22 11:17:42.904604"]]
646
+  (1.1ms) commit transaction
647
+  (0.0ms) begin transaction
648
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:42.907669"], ["updated_at", "2015-05-22 11:17:42.907669"]]
649
+  (1.0ms) commit transaction
650
+  (0.1ms) begin transaction
651
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:42.910514"], ["updated_at", "2015-05-22 11:17:42.910514"]]
652
+  (1.0ms) commit transaction
653
+  (0.1ms) begin transaction
654
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:42.913427"], ["updated_at", "2015-05-22 11:17:42.913427"]]
655
+  (0.9ms) commit transaction
656
+  (0.1ms) begin transaction
657
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:42.916452"], ["updated_at", "2015-05-22 11:17:42.916452"]]
658
+  (1.0ms) commit transaction
659
+  (0.0ms) begin transaction
660
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:42.919319"], ["updated_at", "2015-05-22 11:17:42.919319"]]
661
+  (1.0ms) commit transaction
662
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
663
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
664
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
665
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
666
+  (2.0ms) DELETE FROM "players";
667
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
668
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
669
+  (0.1ms) begin transaction
670
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:57.312626"], ["updated_at", "2015-05-22 11:17:57.312626"]]
671
+  (1.3ms) commit transaction
672
+  (0.1ms) begin transaction
673
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:17:57.318556"], ["updated_at", "2015-05-22 11:17:57.318556"]]
674
+  (1.2ms) commit transaction
675
+  (0.1ms) begin transaction
676
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:57.322513"], ["updated_at", "2015-05-22 11:17:57.322513"]]
677
+  (1.0ms) commit transaction
678
+  (0.1ms) begin transaction
679
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:57.326036"], ["updated_at", "2015-05-22 11:17:57.326036"]]
680
+  (1.0ms) commit transaction
681
+  (0.1ms) begin transaction
682
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:57.329824"], ["updated_at", "2015-05-22 11:17:57.329824"]]
683
+  (1.1ms) commit transaction
684
+  (0.1ms) begin transaction
685
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:57.333243"], ["updated_at", "2015-05-22 11:17:57.333243"]]
686
+  (1.0ms) commit transaction
687
+  (0.1ms) begin transaction
688
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:57.336374"], ["updated_at", "2015-05-22 11:17:57.336374"]]
689
+  (1.0ms) commit transaction
690
+  (0.1ms) begin transaction
691
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:17:57.339614"], ["updated_at", "2015-05-22 11:17:57.339614"]]
692
+  (1.7ms) commit transaction
693
+  (0.1ms) begin transaction
694
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:57.343480"], ["updated_at", "2015-05-22 11:17:57.343480"]]
695
+  (1.0ms) commit transaction
696
+  (0.0ms) begin transaction
697
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:17:57.346430"], ["updated_at", "2015-05-22 11:17:57.346430"]]
698
+  (1.1ms) commit transaction
699
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
700
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
701
+  (2.0ms) DELETE FROM "players";
702
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
703
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
704
+  (0.1ms) begin transaction
705
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:19:14.047356"], ["updated_at", "2015-05-22 11:19:14.047356"]]
706
+  (1.1ms) commit transaction
707
+  (0.0ms) begin transaction
708
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:19:14.052701"], ["updated_at", "2015-05-22 11:19:14.052701"]]
709
+  (1.0ms) commit transaction
710
+  (0.1ms) begin transaction
711
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:19:14.055703"], ["updated_at", "2015-05-22 11:19:14.055703"]]
712
+  (0.9ms) commit transaction
713
+  (0.0ms) begin transaction
714
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:19:14.058616"], ["updated_at", "2015-05-22 11:19:14.058616"]]
715
+  (1.0ms) commit transaction
716
+  (0.1ms) begin transaction
717
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:19:14.061897"], ["updated_at", "2015-05-22 11:19:14.061897"]]
718
+  (1.0ms) commit transaction
719
+  (0.0ms) begin transaction
720
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:19:14.064940"], ["updated_at", "2015-05-22 11:19:14.064940"]]
721
+  (1.0ms) commit transaction
722
+  (0.0ms) begin transaction
723
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:19:14.067781"], ["updated_at", "2015-05-22 11:19:14.067781"]]
724
+  (1.1ms) commit transaction
725
+  (0.1ms) begin transaction
726
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:19:14.071105"], ["updated_at", "2015-05-22 11:19:14.071105"]]
727
+  (1.0ms) commit transaction
728
+  (0.1ms) begin transaction
729
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:19:14.074398"], ["updated_at", "2015-05-22 11:19:14.074398"]]
730
+  (1.0ms) commit transaction
731
+  (0.1ms) begin transaction
732
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:19:14.077348"], ["updated_at", "2015-05-22 11:19:14.077348"]]
733
+  (1.0ms) commit transaction
734
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
735
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
736
+  (1.4ms) DELETE FROM "players";
737
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
738
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
739
+  (0.1ms) begin transaction
740
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:23.437272"], ["updated_at", "2015-05-22 11:20:23.437272"]]
741
+  (1.1ms) commit transaction
742
+  (0.1ms) begin transaction
743
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:20:23.442637"], ["updated_at", "2015-05-22 11:20:23.442637"]]
744
+  (1.0ms) commit transaction
745
+  (0.0ms) begin transaction
746
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:23.445593"], ["updated_at", "2015-05-22 11:20:23.445593"]]
747
+  (1.1ms) commit transaction
748
+  (0.1ms) begin transaction
749
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:23.448681"], ["updated_at", "2015-05-22 11:20:23.448681"]]
750
+  (0.9ms) commit transaction
751
+  (0.1ms) begin transaction
752
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:23.451887"], ["updated_at", "2015-05-22 11:20:23.451887"]]
753
+  (1.0ms) commit transaction
754
+  (0.1ms) begin transaction
755
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:23.454805"], ["updated_at", "2015-05-22 11:20:23.454805"]]
756
+  (1.0ms) commit transaction
757
+  (0.0ms) begin transaction
758
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:23.457723"], ["updated_at", "2015-05-22 11:20:23.457723"]]
759
+  (1.0ms) commit transaction
760
+  (0.1ms) begin transaction
761
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:23.460655"], ["updated_at", "2015-05-22 11:20:23.460655"]]
762
+  (1.0ms) commit transaction
763
+  (0.1ms) begin transaction
764
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:23.464028"], ["updated_at", "2015-05-22 11:20:23.464028"]]
765
+  (1.0ms) commit transaction
766
+  (0.1ms) begin transaction
767
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:23.466967"], ["updated_at", "2015-05-22 11:20:23.466967"]]
768
+  (1.0ms) commit transaction
769
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
770
+  (1.4ms) DELETE FROM "players";
771
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
772
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
773
+  (0.1ms) begin transaction
774
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:52.675753"], ["updated_at", "2015-05-22 11:20:52.675753"]]
775
+  (2.0ms) commit transaction
776
+  (0.1ms) begin transaction
777
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:20:52.682320"], ["updated_at", "2015-05-22 11:20:52.682320"]]
778
+  (1.1ms) commit transaction
779
+  (0.0ms) begin transaction
780
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:52.685919"], ["updated_at", "2015-05-22 11:20:52.685919"]]
781
+  (1.0ms) commit transaction
782
+  (0.1ms) begin transaction
783
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:52.689109"], ["updated_at", "2015-05-22 11:20:52.689109"]]
784
+  (1.0ms) commit transaction
785
+  (0.1ms) begin transaction
786
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:52.692685"], ["updated_at", "2015-05-22 11:20:52.692685"]]
787
+  (1.1ms) commit transaction
788
+  (0.0ms) begin transaction
789
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:52.695850"], ["updated_at", "2015-05-22 11:20:52.695850"]]
790
+  (1.0ms) commit transaction
791
+  (0.0ms) begin transaction
792
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:52.698780"], ["updated_at", "2015-05-22 11:20:52.698780"]]
793
+  (1.6ms) commit transaction
794
+  (0.1ms) begin transaction
795
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:20:52.702516"], ["updated_at", "2015-05-22 11:20:52.702516"]]
796
+  (1.7ms) commit transaction
797
+  (0.1ms) begin transaction
798
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:52.706281"], ["updated_at", "2015-05-22 11:20:52.706281"]]
799
+  (1.1ms) commit transaction
800
+  (0.1ms) begin transaction
801
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:20:52.709372"], ["updated_at", "2015-05-22 11:20:52.709372"]]
802
+  (1.1ms) commit transaction
803
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
804
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
805
+  (5.8ms) DELETE FROM "players";
806
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
807
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
808
+  (0.1ms) begin transaction
809
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:21:26.633875"], ["updated_at", "2015-05-22 11:21:26.633875"]]
810
+  (1.3ms) commit transaction
811
+  (0.1ms) begin transaction
812
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:21:26.640162"], ["updated_at", "2015-05-22 11:21:26.640162"]]
813
+  (1.0ms) commit transaction
814
+  (0.0ms) begin transaction
815
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:21:26.643095"], ["updated_at", "2015-05-22 11:21:26.643095"]]
816
+  (1.1ms) commit transaction
817
+  (0.0ms) begin transaction
818
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:21:26.646123"], ["updated_at", "2015-05-22 11:21:26.646123"]]
819
+  (0.9ms) commit transaction
820
+  (0.1ms) begin transaction
821
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:21:26.649174"], ["updated_at", "2015-05-22 11:21:26.649174"]]
822
+  (1.0ms) commit transaction
823
+  (0.1ms) begin transaction
824
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:21:26.652131"], ["updated_at", "2015-05-22 11:21:26.652131"]]
825
+  (1.1ms) commit transaction
826
+  (0.1ms) begin transaction
827
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:21:26.655065"], ["updated_at", "2015-05-22 11:21:26.655065"]]
828
+  (1.0ms) commit transaction
829
+  (0.0ms) begin transaction
830
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:21:26.657845"], ["updated_at", "2015-05-22 11:21:26.657845"]]
831
+  (1.0ms) commit transaction
832
+  (0.1ms) begin transaction
833
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:21:26.660684"], ["updated_at", "2015-05-22 11:21:26.660684"]]
834
+  (1.1ms) commit transaction
835
+  (0.0ms) begin transaction
836
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:21:26.663751"], ["updated_at", "2015-05-22 11:21:26.663751"]]
837
+  (1.2ms) commit transaction
838
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
839
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
840
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
841
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
842
+  (5.8ms) DELETE FROM "players";
843
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
844
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
845
+  (0.1ms) begin transaction
846
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:23:03.806046"], ["updated_at", "2015-05-22 11:23:03.806046"]]
847
+  (1.2ms) commit transaction
848
+  (0.1ms) begin transaction
849
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:23:03.811747"], ["updated_at", "2015-05-22 11:23:03.811747"]]
850
+  (1.1ms) commit transaction
851
+  (0.0ms) begin transaction
852
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:23:03.814869"], ["updated_at", "2015-05-22 11:23:03.814869"]]
853
+  (1.0ms) commit transaction
854
+  (0.1ms) begin transaction
855
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:23:03.817873"], ["updated_at", "2015-05-22 11:23:03.817873"]]
856
+  (0.9ms) commit transaction
857
+  (0.1ms) begin transaction
858
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:23:03.820959"], ["updated_at", "2015-05-22 11:23:03.820959"]]
859
+  (0.9ms) commit transaction
860
+  (0.0ms) begin transaction
861
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:23:03.823782"], ["updated_at", "2015-05-22 11:23:03.823782"]]
862
+  (1.1ms) commit transaction
863
+  (0.0ms) begin transaction
864
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:23:03.826747"], ["updated_at", "2015-05-22 11:23:03.826747"]]
865
+  (1.5ms) commit transaction
866
+  (0.1ms) begin transaction
867
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:23:03.830047"], ["updated_at", "2015-05-22 11:23:03.830047"]]
868
+  (0.9ms) commit transaction
869
+  (0.1ms) begin transaction
870
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:23:03.833084"], ["updated_at", "2015-05-22 11:23:03.833084"]]
871
+  (1.0ms) commit transaction
872
+  (0.1ms) begin transaction
873
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:23:03.836007"], ["updated_at", "2015-05-22 11:23:03.836007"]]
874
+  (1.0ms) commit transaction
875
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
876
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
877
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
878
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1' --%')
879
+  (5.9ms) DELETE FROM "players";
880
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
881
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
882
+  (0.1ms) begin transaction
883
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:24:54.318398"], ["updated_at", "2015-05-22 11:24:54.318398"]]
884
+  (1.2ms) commit transaction
885
+  (0.1ms) begin transaction
886
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:24:54.324099"], ["updated_at", "2015-05-22 11:24:54.324099"]]
887
+  (1.0ms) commit transaction
888
+  (0.1ms) begin transaction
889
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:24:54.327137"], ["updated_at", "2015-05-22 11:24:54.327137"]]
890
+  (1.0ms) commit transaction
891
+  (0.1ms) begin transaction
892
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:24:54.330208"], ["updated_at", "2015-05-22 11:24:54.330208"]]
893
+  (1.0ms) commit transaction
894
+  (0.1ms) begin transaction
895
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:24:54.333962"], ["updated_at", "2015-05-22 11:24:54.333962"]]
896
+  (1.2ms) commit transaction
897
+  (0.1ms) begin transaction
898
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:24:54.337540"], ["updated_at", "2015-05-22 11:24:54.337540"]]
899
+  (1.4ms) commit transaction
900
+  (0.0ms) begin transaction
901
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:24:54.340915"], ["updated_at", "2015-05-22 11:24:54.340915"]]
902
+  (1.1ms) commit transaction
903
+  (0.1ms) begin transaction
904
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:24:54.344241"], ["updated_at", "2015-05-22 11:24:54.344241"]]
905
+  (1.0ms) commit transaction
906
+  (0.1ms) begin transaction
907
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:24:54.347319"], ["updated_at", "2015-05-22 11:24:54.347319"]]
908
+  (1.0ms) commit transaction
909
+  (0.1ms) begin transaction
910
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:24:54.350295"], ["updated_at", "2015-05-22 11:24:54.350295"]]
911
+  (1.0ms) commit transaction
912
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
913
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
914
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 --%')
915
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 --%')
916
+  (1.4ms) DELETE FROM "players";
917
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
918
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
919
+  (0.1ms) begin transaction
920
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:29:12.654361"], ["updated_at", "2015-05-22 11:29:12.654361"]]
921
+  (1.1ms) commit transaction
922
+  (0.1ms) begin transaction
923
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:29:12.659981"], ["updated_at", "2015-05-22 11:29:12.659981"]]
924
+  (1.1ms) commit transaction
925
+  (0.1ms) begin transaction
926
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:29:12.663153"], ["updated_at", "2015-05-22 11:29:12.663153"]]
927
+  (1.0ms) commit transaction
928
+  (0.0ms) begin transaction
929
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:29:12.666103"], ["updated_at", "2015-05-22 11:29:12.666103"]]
930
+  (0.9ms) commit transaction
931
+  (0.1ms) begin transaction
932
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:29:12.669192"], ["updated_at", "2015-05-22 11:29:12.669192"]]
933
+  (1.0ms) commit transaction
934
+  (0.0ms) begin transaction
935
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:29:12.672155"], ["updated_at", "2015-05-22 11:29:12.672155"]]
936
+  (1.0ms) commit transaction
937
+  (0.0ms) begin transaction
938
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:29:12.675030"], ["updated_at", "2015-05-22 11:29:12.675030"]]
939
+  (1.0ms) commit transaction
940
+  (0.1ms) begin transaction
941
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:29:12.677995"], ["updated_at", "2015-05-22 11:29:12.677995"]]
942
+  (0.9ms) commit transaction
943
+  (0.1ms) begin transaction
944
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:29:12.680949"], ["updated_at", "2015-05-22 11:29:12.680949"]]
945
+  (0.9ms) commit transaction
946
+  (0.0ms) begin transaction
947
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:29:12.683781"], ["updated_at", "2015-05-22 11:29:12.683781"]]
948
+  (0.9ms) commit transaction
949
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
950
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
951
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR J%')
952
+ SQLite3::SQLException: unrecognized token: "')": SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR J%')
953
+  (1.6ms) DELETE FROM "players";
954
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
955
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
956
+  (0.1ms) begin transaction
957
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:30:03.336505"], ["updated_at", "2015-05-22 11:30:03.336505"]]
958
+  (1.3ms) commit transaction
959
+  (0.1ms) begin transaction
960
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:30:03.342273"], ["updated_at", "2015-05-22 11:30:03.342273"]]
961
+  (1.1ms) commit transaction
962
+  (0.1ms) begin transaction
963
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:30:03.345861"], ["updated_at", "2015-05-22 11:30:03.345861"]]
964
+  (4.8ms) commit transaction
965
+  (0.1ms) begin transaction
966
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:30:03.353478"], ["updated_at", "2015-05-22 11:30:03.353478"]]
967
+  (1.1ms) commit transaction
968
+  (0.1ms) begin transaction
969
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:30:03.356989"], ["updated_at", "2015-05-22 11:30:03.356989"]]
970
+  (1.0ms) commit transaction
971
+  (0.1ms) begin transaction
972
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:30:03.360110"], ["updated_at", "2015-05-22 11:30:03.360110"]]
973
+  (1.5ms) commit transaction
974
+  (0.1ms) begin transaction
975
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:30:03.363921"], ["updated_at", "2015-05-22 11:30:03.363921"]]
976
+  (1.0ms) commit transaction
977
+  (0.0ms) begin transaction
978
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:30:03.366956"], ["updated_at", "2015-05-22 11:30:03.366956"]]
979
+  (1.0ms) commit transaction
980
+  (0.1ms) begin transaction
981
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:30:03.369916"], ["updated_at", "2015-05-22 11:30:03.369916"]]
982
+  (1.1ms) commit transaction
983
+  (0.1ms) begin transaction
984
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:30:03.373096"], ["updated_at", "2015-05-22 11:30:03.373096"]]
985
+  (1.0ms) commit transaction
986
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
987
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
988
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 'J%')
989
+  (1.4ms) DELETE FROM "players";
990
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
991
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
992
+  (0.1ms) begin transaction
993
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:05.235920"], ["updated_at", "2015-05-22 11:31:05.235920"]]
994
+  (1.2ms) commit transaction
995
+  (0.1ms) begin transaction
996
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:31:05.242203"], ["updated_at", "2015-05-22 11:31:05.242203"]]
997
+  (5.0ms) commit transaction
998
+  (0.1ms) begin transaction
999
+ SQL (0.5ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:05.249692"], ["updated_at", "2015-05-22 11:31:05.249692"]]
1000
+  (1.2ms) commit transaction
1001
+  (0.1ms) begin transaction
1002
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:05.253864"], ["updated_at", "2015-05-22 11:31:05.253864"]]
1003
+  (1.0ms) commit transaction
1004
+  (0.1ms) begin transaction
1005
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:05.257236"], ["updated_at", "2015-05-22 11:31:05.257236"]]
1006
+  (1.0ms) commit transaction
1007
+  (0.1ms) begin transaction
1008
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:05.260394"], ["updated_at", "2015-05-22 11:31:05.260394"]]
1009
+  (1.0ms) commit transaction
1010
+  (0.1ms) begin transaction
1011
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:05.263645"], ["updated_at", "2015-05-22 11:31:05.263645"]]
1012
+  (1.1ms) commit transaction
1013
+  (0.1ms) begin transaction
1014
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:05.266987"], ["updated_at", "2015-05-22 11:31:05.266987"]]
1015
+  (1.0ms) commit transaction
1016
+  (0.0ms) begin transaction
1017
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:05.269953"], ["updated_at", "2015-05-22 11:31:05.269953"]]
1018
+  (1.0ms) commit transaction
1019
+  (0.1ms) begin transaction
1020
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:05.272977"], ["updated_at", "2015-05-22 11:31:05.272977"]]
1021
+  (1.0ms) commit transaction
1022
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1023
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1024
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '1' OR '1' = '1%')
1025
+  (1.3ms) DELETE FROM "players";
1026
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1027
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1028
+  (0.1ms) begin transaction
1029
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:22.118258"], ["updated_at", "2015-05-22 11:31:22.118258"]]
1030
+  (1.0ms) commit transaction
1031
+  (0.1ms) begin transaction
1032
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:31:22.124159"], ["updated_at", "2015-05-22 11:31:22.124159"]]
1033
+  (1.0ms) commit transaction
1034
+  (0.1ms) begin transaction
1035
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:22.127160"], ["updated_at", "2015-05-22 11:31:22.127160"]]
1036
+  (1.3ms) commit transaction
1037
+  (0.0ms) begin transaction
1038
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:22.130464"], ["updated_at", "2015-05-22 11:31:22.130464"]]
1039
+  (1.0ms) commit transaction
1040
+  (0.1ms) begin transaction
1041
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:22.133521"], ["updated_at", "2015-05-22 11:31:22.133521"]]
1042
+  (1.3ms) commit transaction
1043
+  (0.1ms) begin transaction
1044
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:22.136982"], ["updated_at", "2015-05-22 11:31:22.136982"]]
1045
+  (1.0ms) commit transaction
1046
+  (0.1ms) begin transaction
1047
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:22.139895"], ["updated_at", "2015-05-22 11:31:22.139895"]]
1048
+  (0.9ms) commit transaction
1049
+  (0.1ms) begin transaction
1050
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:22.143097"], ["updated_at", "2015-05-22 11:31:22.143097"]]
1051
+  (1.5ms) commit transaction
1052
+  (0.1ms) begin transaction
1053
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:22.146940"], ["updated_at", "2015-05-22 11:31:22.146940"]]
1054
+  (1.0ms) commit transaction
1055
+  (0.0ms) begin transaction
1056
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:22.149868"], ["updated_at", "2015-05-22 11:31:22.149868"]]
1057
+  (1.7ms) commit transaction
1058
+  (0.3ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1059
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1060
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '1' OR '1h' = '1%')
1061
+  (5.9ms) DELETE FROM "players";
1062
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1063
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1064
+  (0.1ms) begin transaction
1065
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:35.489568"], ["updated_at", "2015-05-22 11:31:35.489568"]]
1066
+  (1.1ms) commit transaction
1067
+  (0.1ms) begin transaction
1068
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:31:35.496343"], ["updated_at", "2015-05-22 11:31:35.496343"]]
1069
+  (1.1ms) commit transaction
1070
+  (0.1ms) begin transaction
1071
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:35.499896"], ["updated_at", "2015-05-22 11:31:35.499896"]]
1072
+  (1.1ms) commit transaction
1073
+  (0.1ms) begin transaction
1074
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:35.503517"], ["updated_at", "2015-05-22 11:31:35.503517"]]
1075
+  (1.0ms) commit transaction
1076
+  (0.0ms) begin transaction
1077
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:35.507109"], ["updated_at", "2015-05-22 11:31:35.507109"]]
1078
+  (1.0ms) commit transaction
1079
+  (0.1ms) begin transaction
1080
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:35.510097"], ["updated_at", "2015-05-22 11:31:35.510097"]]
1081
+  (0.9ms) commit transaction
1082
+  (0.1ms) begin transaction
1083
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:35.513268"], ["updated_at", "2015-05-22 11:31:35.513268"]]
1084
+  (1.2ms) commit transaction
1085
+  (0.1ms) begin transaction
1086
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:31:35.516664"], ["updated_at", "2015-05-22 11:31:35.516664"]]
1087
+  (1.0ms) commit transaction
1088
+  (0.1ms) begin transaction
1089
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:35.519828"], ["updated_at", "2015-05-22 11:31:35.519828"]]
1090
+  (1.0ms) commit transaction
1091
+  (0.0ms) begin transaction
1092
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:31:35.522854"], ["updated_at", "2015-05-22 11:31:35.522854"]]
1093
+  (1.0ms) commit transaction
1094
+  (0.3ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1095
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1096
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1h' = '1%')
1097
+  (5.8ms) DELETE FROM "players";
1098
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1099
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1100
+  (0.1ms) begin transaction
1101
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:32:05.639848"], ["updated_at", "2015-05-22 11:32:05.639848"]]
1102
+  (1.1ms) commit transaction
1103
+  (0.0ms) begin transaction
1104
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:32:05.645298"], ["updated_at", "2015-05-22 11:32:05.645298"]]
1105
+  (1.1ms) commit transaction
1106
+  (0.0ms) begin transaction
1107
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:32:05.648236"], ["updated_at", "2015-05-22 11:32:05.648236"]]
1108
+  (1.0ms) commit transaction
1109
+  (0.0ms) begin transaction
1110
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:32:05.651192"], ["updated_at", "2015-05-22 11:32:05.651192"]]
1111
+  (1.1ms) commit transaction
1112
+  (0.1ms) begin transaction
1113
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:32:05.654532"], ["updated_at", "2015-05-22 11:32:05.654532"]]
1114
+  (1.0ms) commit transaction
1115
+  (0.1ms) begin transaction
1116
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:32:05.657637"], ["updated_at", "2015-05-22 11:32:05.657637"]]
1117
+  (1.0ms) commit transaction
1118
+  (0.1ms) begin transaction
1119
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:32:05.660578"], ["updated_at", "2015-05-22 11:32:05.660578"]]
1120
+  (1.0ms) commit transaction
1121
+  (0.0ms) begin transaction
1122
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:32:05.663422"], ["updated_at", "2015-05-22 11:32:05.663422"]]
1123
+  (1.0ms) commit transaction
1124
+  (0.1ms) begin transaction
1125
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:32:05.666507"], ["updated_at", "2015-05-22 11:32:05.666507"]]
1126
+  (1.0ms) commit transaction
1127
+  (0.0ms) begin transaction
1128
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:32:05.669389"], ["updated_at", "2015-05-22 11:32:05.669389"]]
1129
+  (1.0ms) commit transaction
1130
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1131
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1132
+  (0.3ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1133
+  (123.8ms) DELETE FROM "players";
1134
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1135
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1136
+  (0.1ms) begin transaction
1137
+ SQL (0.6ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:33:11.820744"], ["updated_at", "2015-05-22 11:33:11.820744"]]
1138
+  (1.1ms) commit transaction
1139
+  (0.1ms) begin transaction
1140
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 11:33:11.826573"], ["updated_at", "2015-05-22 11:33:11.826573"]]
1141
+  (1.1ms) commit transaction
1142
+  (0.1ms) begin transaction
1143
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:33:11.829797"], ["updated_at", "2015-05-22 11:33:11.829797"]]
1144
+  (1.0ms) commit transaction
1145
+  (0.1ms) begin transaction
1146
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:33:11.832863"], ["updated_at", "2015-05-22 11:33:11.832863"]]
1147
+  (1.0ms) commit transaction
1148
+  (0.1ms) begin transaction
1149
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:33:11.835947"], ["updated_at", "2015-05-22 11:33:11.835947"]]
1150
+  (1.0ms) commit transaction
1151
+  (0.1ms) begin transaction
1152
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:33:11.838861"], ["updated_at", "2015-05-22 11:33:11.838861"]]
1153
+  (1.0ms) commit transaction
1154
+  (0.1ms) begin transaction
1155
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:33:11.841862"], ["updated_at", "2015-05-22 11:33:11.841862"]]
1156
+  (1.0ms) commit transaction
1157
+  (0.1ms) begin transaction
1158
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 11:33:11.844762"], ["updated_at", "2015-05-22 11:33:11.844762"]]
1159
+  (1.0ms) commit transaction
1160
+  (0.1ms) begin transaction
1161
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:33:11.847680"], ["updated_at", "2015-05-22 11:33:11.847680"]]
1162
+  (1.0ms) commit transaction
1163
+  (0.1ms) begin transaction
1164
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 11:33:11.850676"], ["updated_at", "2015-05-22 11:33:11.850676"]]
1165
+  (1.2ms) commit transaction
1166
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1167
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1168
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1169
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1170
+  (1.2ms) DELETE FROM "players";
1171
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1172
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1173
+  (0.1ms) begin transaction
1174
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:15.776775"], ["updated_at", "2015-05-22 13:25:15.776775"]]
1175
+  (1.3ms) commit transaction
1176
+  (0.1ms) begin transaction
1177
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:25:15.802625"], ["updated_at", "2015-05-22 13:25:15.802625"]]
1178
+  (1.1ms) commit transaction
1179
+  (0.1ms) begin transaction
1180
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:15.806176"], ["updated_at", "2015-05-22 13:25:15.806176"]]
1181
+  (1.2ms) commit transaction
1182
+  (0.1ms) begin transaction
1183
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:15.809876"], ["updated_at", "2015-05-22 13:25:15.809876"]]
1184
+  (38.7ms) commit transaction
1185
+  (0.1ms) begin transaction
1186
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:15.851682"], ["updated_at", "2015-05-22 13:25:15.851682"]]
1187
+  (0.9ms) commit transaction
1188
+  (0.1ms) begin transaction
1189
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:15.855241"], ["updated_at", "2015-05-22 13:25:15.855241"]]
1190
+  (1.1ms) commit transaction
1191
+  (0.1ms) begin transaction
1192
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:15.858509"], ["updated_at", "2015-05-22 13:25:15.858509"]]
1193
+  (1.1ms) commit transaction
1194
+  (0.1ms) begin transaction
1195
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:15.862083"], ["updated_at", "2015-05-22 13:25:15.862083"]]
1196
+  (1.0ms) commit transaction
1197
+  (0.1ms) begin transaction
1198
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:15.865172"], ["updated_at", "2015-05-22 13:25:15.865172"]]
1199
+  (1.0ms) commit transaction
1200
+  (0.1ms) begin transaction
1201
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:15.868164"], ["updated_at", "2015-05-22 13:25:15.868164"]]
1202
+  (1.0ms) commit transaction
1203
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1204
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1205
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1206
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1207
+  (5.9ms) DELETE FROM "players";
1208
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1209
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1210
+  (0.1ms) begin transaction
1211
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:24.442615"], ["updated_at", "2015-05-22 13:25:24.442615"]]
1212
+  (1.1ms) commit transaction
1213
+  (0.1ms) begin transaction
1214
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:25:24.448158"], ["updated_at", "2015-05-22 13:25:24.448158"]]
1215
+  (1.0ms) commit transaction
1216
+  (0.1ms) begin transaction
1217
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:24.451178"], ["updated_at", "2015-05-22 13:25:24.451178"]]
1218
+  (1.0ms) commit transaction
1219
+  (0.1ms) begin transaction
1220
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:24.454094"], ["updated_at", "2015-05-22 13:25:24.454094"]]
1221
+  (1.0ms) commit transaction
1222
+  (0.1ms) begin transaction
1223
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:24.457391"], ["updated_at", "2015-05-22 13:25:24.457391"]]
1224
+  (1.0ms) commit transaction
1225
+  (0.0ms) begin transaction
1226
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:24.460395"], ["updated_at", "2015-05-22 13:25:24.460395"]]
1227
+  (1.6ms) commit transaction
1228
+  (0.1ms) begin transaction
1229
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:24.464097"], ["updated_at", "2015-05-22 13:25:24.464097"]]
1230
+  (1.2ms) commit transaction
1231
+  (0.1ms) begin transaction
1232
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:25:24.467541"], ["updated_at", "2015-05-22 13:25:24.467541"]]
1233
+  (1.1ms) commit transaction
1234
+  (0.0ms) begin transaction
1235
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:24.470505"], ["updated_at", "2015-05-22 13:25:24.470505"]]
1236
+  (1.0ms) commit transaction
1237
+  (0.0ms) begin transaction
1238
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:25:24.473399"], ["updated_at", "2015-05-22 13:25:24.473399"]]
1239
+  (1.9ms) commit transaction
1240
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1241
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1242
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1243
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1244
+  (5.9ms) DELETE FROM "players";
1245
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1246
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1247
+  (0.1ms) begin transaction
1248
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:02.343160"], ["updated_at", "2015-05-22 13:26:02.343160"]]
1249
+  (1.3ms) commit transaction
1250
+  (0.1ms) begin transaction
1251
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:26:02.349223"], ["updated_at", "2015-05-22 13:26:02.349223"]]
1252
+  (1.2ms) commit transaction
1253
+  (0.1ms) begin transaction
1254
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:02.352761"], ["updated_at", "2015-05-22 13:26:02.352761"]]
1255
+  (1.2ms) commit transaction
1256
+  (0.1ms) begin transaction
1257
+ SQL (0.6ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:02.356620"], ["updated_at", "2015-05-22 13:26:02.356620"]]
1258
+  (1.2ms) commit transaction
1259
+  (0.1ms) begin transaction
1260
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:02.360746"], ["updated_at", "2015-05-22 13:26:02.360746"]]
1261
+  (1.2ms) commit transaction
1262
+  (0.1ms) begin transaction
1263
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:02.364179"], ["updated_at", "2015-05-22 13:26:02.364179"]]
1264
+  (1.8ms) commit transaction
1265
+  (0.1ms) begin transaction
1266
+ SQL (0.6ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:02.368249"], ["updated_at", "2015-05-22 13:26:02.368249"]]
1267
+  (1.1ms) commit transaction
1268
+  (0.1ms) begin transaction
1269
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:02.372352"], ["updated_at", "2015-05-22 13:26:02.372352"]]
1270
+  (1.6ms) commit transaction
1271
+  (0.1ms) begin transaction
1272
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:02.376151"], ["updated_at", "2015-05-22 13:26:02.376151"]]
1273
+  (1.1ms) commit transaction
1274
+  (0.1ms) begin transaction
1275
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:02.379293"], ["updated_at", "2015-05-22 13:26:02.379293"]]
1276
+  (1.2ms) commit transaction
1277
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1278
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1279
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1280
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1281
+  (2.1ms) DELETE FROM "players";
1282
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1283
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1284
+  (0.1ms) begin transaction
1285
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:32.888496"], ["updated_at", "2015-05-22 13:26:32.888496"]]
1286
+  (1.2ms) commit transaction
1287
+  (0.1ms) begin transaction
1288
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:26:32.894289"], ["updated_at", "2015-05-22 13:26:32.894289"]]
1289
+  (1.1ms) commit transaction
1290
+  (0.1ms) begin transaction
1291
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:32.897462"], ["updated_at", "2015-05-22 13:26:32.897462"]]
1292
+  (1.0ms) commit transaction
1293
+  (0.0ms) begin transaction
1294
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:32.900374"], ["updated_at", "2015-05-22 13:26:32.900374"]]
1295
+  (1.1ms) commit transaction
1296
+  (0.1ms) begin transaction
1297
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:32.903586"], ["updated_at", "2015-05-22 13:26:32.903586"]]
1298
+  (1.0ms) commit transaction
1299
+  (0.0ms) begin transaction
1300
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:32.906794"], ["updated_at", "2015-05-22 13:26:32.906794"]]
1301
+  (1.0ms) commit transaction
1302
+  (0.0ms) begin transaction
1303
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:32.909703"], ["updated_at", "2015-05-22 13:26:32.909703"]]
1304
+  (1.0ms) commit transaction
1305
+  (0.0ms) begin transaction
1306
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:32.912526"], ["updated_at", "2015-05-22 13:26:32.912526"]]
1307
+  (1.4ms) commit transaction
1308
+  (0.1ms) begin transaction
1309
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:32.916449"], ["updated_at", "2015-05-22 13:26:32.916449"]]
1310
+  (1.0ms) commit transaction
1311
+  (0.0ms) begin transaction
1312
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:32.919419"], ["updated_at", "2015-05-22 13:26:32.919419"]]
1313
+  (1.0ms) commit transaction
1314
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1315
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1316
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1317
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1318
+  (5.9ms) DELETE FROM "players";
1319
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1320
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1321
+  (0.1ms) begin transaction
1322
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:58.751039"], ["updated_at", "2015-05-22 13:26:58.751039"]]
1323
+  (1.2ms) commit transaction
1324
+  (0.1ms) begin transaction
1325
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:26:58.756570"], ["updated_at", "2015-05-22 13:26:58.756570"]]
1326
+  (1.0ms) commit transaction
1327
+  (0.1ms) begin transaction
1328
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:58.759676"], ["updated_at", "2015-05-22 13:26:58.759676"]]
1329
+  (1.1ms) commit transaction
1330
+  (0.0ms) begin transaction
1331
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:58.763078"], ["updated_at", "2015-05-22 13:26:58.763078"]]
1332
+  (0.9ms) commit transaction
1333
+  (0.1ms) begin transaction
1334
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:58.766212"], ["updated_at", "2015-05-22 13:26:58.766212"]]
1335
+  (1.0ms) commit transaction
1336
+  (0.0ms) begin transaction
1337
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:58.769205"], ["updated_at", "2015-05-22 13:26:58.769205"]]
1338
+  (1.0ms) commit transaction
1339
+  (0.0ms) begin transaction
1340
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:58.772079"], ["updated_at", "2015-05-22 13:26:58.772079"]]
1341
+  (1.0ms) commit transaction
1342
+  (0.0ms) begin transaction
1343
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:26:58.774958"], ["updated_at", "2015-05-22 13:26:58.774958"]]
1344
+  (1.4ms) commit transaction
1345
+  (0.1ms) begin transaction
1346
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:58.778286"], ["updated_at", "2015-05-22 13:26:58.778286"]]
1347
+  (2.1ms) commit transaction
1348
+  (0.1ms) begin transaction
1349
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:26:58.782494"], ["updated_at", "2015-05-22 13:26:58.782494"]]
1350
+  (1.1ms) commit transaction
1351
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1352
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1353
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1354
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1355
+  (1.4ms) DELETE FROM "players";
1356
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1357
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1358
+  (0.1ms) begin transaction
1359
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:31:37.696405"], ["updated_at", "2015-05-22 13:31:37.696405"]]
1360
+  (1.1ms) commit transaction
1361
+  (0.1ms) begin transaction
1362
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:31:37.722016"], ["updated_at", "2015-05-22 13:31:37.722016"]]
1363
+  (1.0ms) commit transaction
1364
+  (0.1ms) begin transaction
1365
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:31:37.725367"], ["updated_at", "2015-05-22 13:31:37.725367"]]
1366
+  (1.1ms) commit transaction
1367
+  (0.1ms) begin transaction
1368
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:31:37.728869"], ["updated_at", "2015-05-22 13:31:37.728869"]]
1369
+  (1.1ms) commit transaction
1370
+  (0.1ms) begin transaction
1371
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:31:37.732391"], ["updated_at", "2015-05-22 13:31:37.732391"]]
1372
+  (1.1ms) commit transaction
1373
+  (0.1ms) begin transaction
1374
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:31:37.735718"], ["updated_at", "2015-05-22 13:31:37.735718"]]
1375
+  (1.0ms) commit transaction
1376
+  (0.1ms) begin transaction
1377
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:31:37.738777"], ["updated_at", "2015-05-22 13:31:37.738777"]]
1378
+  (1.0ms) commit transaction
1379
+  (0.1ms) begin transaction
1380
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:31:37.741865"], ["updated_at", "2015-05-22 13:31:37.741865"]]
1381
+  (1.0ms) commit transaction
1382
+  (0.1ms) begin transaction
1383
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:31:37.745032"], ["updated_at", "2015-05-22 13:31:37.745032"]]
1384
+  (1.0ms) commit transaction
1385
+  (0.0ms) begin transaction
1386
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:31:37.747815"], ["updated_at", "2015-05-22 13:31:37.747815"]]
1387
+  (1.3ms) commit transaction
1388
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1389
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1390
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1391
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1392
+  (5.9ms) DELETE FROM "players";
1393
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1394
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1395
+  (0.1ms) begin transaction
1396
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:00.131163"], ["updated_at", "2015-05-22 13:32:00.131163"]]
1397
+  (1.0ms) commit transaction
1398
+  (0.1ms) begin transaction
1399
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:32:00.136901"], ["updated_at", "2015-05-22 13:32:00.136901"]]
1400
+  (1.1ms) commit transaction
1401
+  (0.0ms) begin transaction
1402
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:00.139965"], ["updated_at", "2015-05-22 13:32:00.139965"]]
1403
+  (0.9ms) commit transaction
1404
+  (0.0ms) begin transaction
1405
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:00.142852"], ["updated_at", "2015-05-22 13:32:00.142852"]]
1406
+  (1.1ms) commit transaction
1407
+  (0.1ms) begin transaction
1408
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:00.146244"], ["updated_at", "2015-05-22 13:32:00.146244"]]
1409
+  (1.1ms) commit transaction
1410
+  (0.1ms) begin transaction
1411
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:00.149192"], ["updated_at", "2015-05-22 13:32:00.149192"]]
1412
+  (1.0ms) commit transaction
1413
+  (0.1ms) begin transaction
1414
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:00.152233"], ["updated_at", "2015-05-22 13:32:00.152233"]]
1415
+  (1.0ms) commit transaction
1416
+  (0.0ms) begin transaction
1417
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:00.155173"], ["updated_at", "2015-05-22 13:32:00.155173"]]
1418
+  (1.7ms) commit transaction
1419
+  (0.1ms) begin transaction
1420
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:00.159354"], ["updated_at", "2015-05-22 13:32:00.159354"]]
1421
+  (1.1ms) commit transaction
1422
+  (0.1ms) begin transaction
1423
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:00.162377"], ["updated_at", "2015-05-22 13:32:00.162377"]]
1424
+  (1.0ms) commit transaction
1425
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1426
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1427
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1428
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1429
+  (2.0ms) DELETE FROM "players";
1430
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1431
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1432
+  (0.1ms) begin transaction
1433
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:23.148547"], ["updated_at", "2015-05-22 13:32:23.148547"]]
1434
+  (1.1ms) commit transaction
1435
+  (0.1ms) begin transaction
1436
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:32:23.154017"], ["updated_at", "2015-05-22 13:32:23.154017"]]
1437
+  (1.0ms) commit transaction
1438
+  (0.1ms) begin transaction
1439
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:23.157204"], ["updated_at", "2015-05-22 13:32:23.157204"]]
1440
+  (1.0ms) commit transaction
1441
+  (0.0ms) begin transaction
1442
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:23.160070"], ["updated_at", "2015-05-22 13:32:23.160070"]]
1443
+  (1.0ms) commit transaction
1444
+  (0.1ms) begin transaction
1445
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:23.163314"], ["updated_at", "2015-05-22 13:32:23.163314"]]
1446
+  (1.0ms) commit transaction
1447
+  (0.1ms) begin transaction
1448
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:23.166247"], ["updated_at", "2015-05-22 13:32:23.166247"]]
1449
+  (1.0ms) commit transaction
1450
+  (0.0ms) begin transaction
1451
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:23.169168"], ["updated_at", "2015-05-22 13:32:23.169168"]]
1452
+  (1.0ms) commit transaction
1453
+  (0.0ms) begin transaction
1454
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:23.171976"], ["updated_at", "2015-05-22 13:32:23.171976"]]
1455
+  (0.9ms) commit transaction
1456
+  (0.1ms) begin transaction
1457
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:23.174749"], ["updated_at", "2015-05-22 13:32:23.174749"]]
1458
+  (0.9ms) commit transaction
1459
+  (0.1ms) begin transaction
1460
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:23.177631"], ["updated_at", "2015-05-22 13:32:23.177631"]]
1461
+  (0.9ms) commit transaction
1462
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1463
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1464
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1465
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1466
+  (6.2ms) DELETE FROM "players";
1467
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1468
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1469
+  (0.1ms) begin transaction
1470
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:44.923580"], ["updated_at", "2015-05-22 13:32:44.923580"]]
1471
+  (1.0ms) commit transaction
1472
+  (0.0ms) begin transaction
1473
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:32:44.929030"], ["updated_at", "2015-05-22 13:32:44.929030"]]
1474
+  (1.0ms) commit transaction
1475
+  (0.0ms) begin transaction
1476
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:44.931953"], ["updated_at", "2015-05-22 13:32:44.931953"]]
1477
+  (1.1ms) commit transaction
1478
+  (0.1ms) begin transaction
1479
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:44.934916"], ["updated_at", "2015-05-22 13:32:44.934916"]]
1480
+  (1.1ms) commit transaction
1481
+  (0.1ms) begin transaction
1482
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:44.938214"], ["updated_at", "2015-05-22 13:32:44.938214"]]
1483
+  (1.0ms) commit transaction
1484
+  (0.1ms) begin transaction
1485
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:44.941258"], ["updated_at", "2015-05-22 13:32:44.941258"]]
1486
+  (1.0ms) commit transaction
1487
+  (0.0ms) begin transaction
1488
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:44.944202"], ["updated_at", "2015-05-22 13:32:44.944202"]]
1489
+  (1.1ms) commit transaction
1490
+  (0.1ms) begin transaction
1491
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:32:44.947271"], ["updated_at", "2015-05-22 13:32:44.947271"]]
1492
+  (0.9ms) commit transaction
1493
+  (0.1ms) begin transaction
1494
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:44.950370"], ["updated_at", "2015-05-22 13:32:44.950370"]]
1495
+  (1.0ms) commit transaction
1496
+  (0.0ms) begin transaction
1497
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:32:44.953231"], ["updated_at", "2015-05-22 13:32:44.953231"]]
1498
+  (1.0ms) commit transaction
1499
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1500
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1501
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1502
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1503
+  (1.4ms) DELETE FROM "players";
1504
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1505
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1506
+  (0.1ms) begin transaction
1507
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:33:02.699856"], ["updated_at", "2015-05-22 13:33:02.699856"]]
1508
+  (1.1ms) commit transaction
1509
+  (0.0ms) begin transaction
1510
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:33:02.705219"], ["updated_at", "2015-05-22 13:33:02.705219"]]
1511
+  (1.5ms) commit transaction
1512
+  (0.1ms) begin transaction
1513
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:33:02.708736"], ["updated_at", "2015-05-22 13:33:02.708736"]]
1514
+  (0.9ms) commit transaction
1515
+  (0.0ms) begin transaction
1516
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:33:02.711643"], ["updated_at", "2015-05-22 13:33:02.711643"]]
1517
+  (0.9ms) commit transaction
1518
+  (0.1ms) begin transaction
1519
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:33:02.714608"], ["updated_at", "2015-05-22 13:33:02.714608"]]
1520
+  (1.0ms) commit transaction
1521
+  (0.0ms) begin transaction
1522
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:33:02.717600"], ["updated_at", "2015-05-22 13:33:02.717600"]]
1523
+  (1.0ms) commit transaction
1524
+  (0.0ms) begin transaction
1525
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:33:02.720455"], ["updated_at", "2015-05-22 13:33:02.720455"]]
1526
+  (1.0ms) commit transaction
1527
+  (0.0ms) begin transaction
1528
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:33:02.723270"], ["updated_at", "2015-05-22 13:33:02.723270"]]
1529
+  (0.9ms) commit transaction
1530
+  (0.1ms) begin transaction
1531
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:33:02.726098"], ["updated_at", "2015-05-22 13:33:02.726098"]]
1532
+  (1.0ms) commit transaction
1533
+  (0.0ms) begin transaction
1534
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:33:02.728945"], ["updated_at", "2015-05-22 13:33:02.728945"]]
1535
+  (1.1ms) commit transaction
1536
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1537
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1538
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1539
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1540
+  (6.0ms) DELETE FROM "players";
1541
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1542
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1543
+  (0.1ms) begin transaction
1544
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:20.921048"], ["updated_at", "2015-05-22 13:35:20.921048"]]
1545
+  (1.2ms) commit transaction
1546
+  (0.0ms) begin transaction
1547
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:35:20.926392"], ["updated_at", "2015-05-22 13:35:20.926392"]]
1548
+  (1.1ms) commit transaction
1549
+  (0.1ms) begin transaction
1550
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:20.929633"], ["updated_at", "2015-05-22 13:35:20.929633"]]
1551
+  (1.0ms) commit transaction
1552
+  (0.1ms) begin transaction
1553
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:20.932799"], ["updated_at", "2015-05-22 13:35:20.932799"]]
1554
+  (1.0ms) commit transaction
1555
+  (0.1ms) begin transaction
1556
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:20.935926"], ["updated_at", "2015-05-22 13:35:20.935926"]]
1557
+  (0.9ms) commit transaction
1558
+  (0.0ms) begin transaction
1559
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:20.938681"], ["updated_at", "2015-05-22 13:35:20.938681"]]
1560
+  (1.0ms) commit transaction
1561
+  (0.0ms) begin transaction
1562
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:20.941490"], ["updated_at", "2015-05-22 13:35:20.941490"]]
1563
+  (1.1ms) commit transaction
1564
+  (0.0ms) begin transaction
1565
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:20.944471"], ["updated_at", "2015-05-22 13:35:20.944471"]]
1566
+  (1.0ms) commit transaction
1567
+  (0.1ms) begin transaction
1568
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:20.947302"], ["updated_at", "2015-05-22 13:35:20.947302"]]
1569
+  (1.0ms) commit transaction
1570
+  (0.0ms) begin transaction
1571
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:20.950161"], ["updated_at", "2015-05-22 13:35:20.950161"]]
1572
+  (1.1ms) commit transaction
1573
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1574
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1575
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1576
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1577
+  (1.9ms) DELETE FROM "players";
1578
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1579
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1580
+  (0.1ms) begin transaction
1581
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:51.911316"], ["updated_at", "2015-05-22 13:35:51.911316"]]
1582
+  (1.1ms) commit transaction
1583
+  (0.0ms) begin transaction
1584
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:35:51.916678"], ["updated_at", "2015-05-22 13:35:51.916678"]]
1585
+  (1.1ms) commit transaction
1586
+  (0.0ms) begin transaction
1587
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:51.919895"], ["updated_at", "2015-05-22 13:35:51.919895"]]
1588
+  (1.5ms) commit transaction
1589
+  (0.0ms) begin transaction
1590
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:51.923251"], ["updated_at", "2015-05-22 13:35:51.923251"]]
1591
+  (0.9ms) commit transaction
1592
+  (0.1ms) begin transaction
1593
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:51.926207"], ["updated_at", "2015-05-22 13:35:51.926207"]]
1594
+  (1.6ms) commit transaction
1595
+  (0.1ms) begin transaction
1596
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:51.929854"], ["updated_at", "2015-05-22 13:35:51.929854"]]
1597
+  (1.0ms) commit transaction
1598
+  (0.0ms) begin transaction
1599
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:51.932780"], ["updated_at", "2015-05-22 13:35:51.932780"]]
1600
+  (1.0ms) commit transaction
1601
+  (0.1ms) begin transaction
1602
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:35:51.935865"], ["updated_at", "2015-05-22 13:35:51.935865"]]
1603
+  (1.0ms) commit transaction
1604
+  (0.0ms) begin transaction
1605
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:51.938868"], ["updated_at", "2015-05-22 13:35:51.938868"]]
1606
+  (1.4ms) commit transaction
1607
+  (0.1ms) begin transaction
1608
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:35:51.942273"], ["updated_at", "2015-05-22 13:35:51.942273"]]
1609
+  (1.0ms) commit transaction
1610
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1611
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1612
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1613
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR '1' = '1%')
1614
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR ''1'' = ''1'' --%''')
1615
+  (1.2ms) DELETE FROM "players";
1616
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1617
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'players';
1618
+  (0.1ms) begin transaction
1619
+ SQL (0.5ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:00.103400"], ["updated_at", "2015-05-22 13:41:00.103400"]]
1620
+  (1.2ms) commit transaction
1621
+  (0.1ms) begin transaction
1622
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:41:00.128914"], ["updated_at", "2015-05-22 13:41:00.128914"]]
1623
+  (1.1ms) commit transaction
1624
+  (0.1ms) begin transaction
1625
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:00.132552"], ["updated_at", "2015-05-22 13:41:00.132552"]]
1626
+  (1.1ms) commit transaction
1627
+  (0.1ms) begin transaction
1628
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:00.135916"], ["updated_at", "2015-05-22 13:41:00.135916"]]
1629
+  (1.5ms) commit transaction
1630
+  (0.1ms) begin transaction
1631
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:00.139679"], ["updated_at", "2015-05-22 13:41:00.139679"]]
1632
+  (1.1ms) commit transaction
1633
+  (0.1ms) begin transaction
1634
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:00.142935"], ["updated_at", "2015-05-22 13:41:00.142935"]]
1635
+  (1.0ms) commit transaction
1636
+  (0.0ms) begin transaction
1637
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:00.145720"], ["updated_at", "2015-05-22 13:41:00.145720"]]
1638
+  (0.9ms) commit transaction
1639
+  (0.0ms) begin transaction
1640
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:00.148427"], ["updated_at", "2015-05-22 13:41:00.148427"]]
1641
+  (0.9ms) commit transaction
1642
+  (0.1ms) begin transaction
1643
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:00.151230"], ["updated_at", "2015-05-22 13:41:00.151230"]]
1644
+  (0.9ms) commit transaction
1645
+  (0.0ms) begin transaction
1646
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:00.154078"], ["updated_at", "2015-05-22 13:41:00.154078"]]
1647
+  (1.0ms) commit transaction
1648
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1649
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1650
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1651
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 --%')
1652
+ SQLite3::SQLException: near "--%')": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 --%')
1653
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR ''1'' = ''1'' --%''')
1654
+  (1.5ms) DELETE FROM "players";
1655
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1656
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1657
+  (0.1ms) begin transaction
1658
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:47.317132"], ["updated_at", "2015-05-22 13:41:47.317132"]]
1659
+  (1.2ms) commit transaction
1660
+  (0.1ms) begin transaction
1661
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:41:47.322560"], ["updated_at", "2015-05-22 13:41:47.322560"]]
1662
+  (1.1ms) commit transaction
1663
+  (0.0ms) begin transaction
1664
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:47.326031"], ["updated_at", "2015-05-22 13:41:47.326031"]]
1665
+  (1.4ms) commit transaction
1666
+  (0.1ms) begin transaction
1667
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:47.329555"], ["updated_at", "2015-05-22 13:41:47.329555"]]
1668
+  (1.0ms) commit transaction
1669
+  (0.1ms) begin transaction
1670
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:47.333072"], ["updated_at", "2015-05-22 13:41:47.333072"]]
1671
+  (1.0ms) commit transaction
1672
+  (0.1ms) begin transaction
1673
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:47.336158"], ["updated_at", "2015-05-22 13:41:47.336158"]]
1674
+  (1.0ms) commit transaction
1675
+  (0.0ms) begin transaction
1676
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:47.339028"], ["updated_at", "2015-05-22 13:41:47.339028"]]
1677
+  (1.1ms) commit transaction
1678
+  (0.1ms) begin transaction
1679
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:41:47.341979"], ["updated_at", "2015-05-22 13:41:47.341979"]]
1680
+  (1.0ms) commit transaction
1681
+  (0.1ms) begin transaction
1682
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:47.345024"], ["updated_at", "2015-05-22 13:41:47.345024"]]
1683
+  (1.1ms) commit transaction
1684
+  (0.1ms) begin transaction
1685
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:41:47.348388"], ["updated_at", "2015-05-22 13:41:47.348388"]]
1686
+  (1.0ms) commit transaction
1687
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1688
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1689
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1690
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 ') --%')
1691
+ SQLite3::SQLException: near "') --%'": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 ') --%')
1692
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR ''1'' = ''1'' --%''')
1693
+  (5.8ms) DELETE FROM "players";
1694
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1695
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1696
+  (0.1ms) begin transaction
1697
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:42:26.692348"], ["updated_at", "2015-05-22 13:42:26.692348"]]
1698
+  (1.2ms) commit transaction
1699
+  (0.1ms) begin transaction
1700
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:42:26.697818"], ["updated_at", "2015-05-22 13:42:26.697818"]]
1701
+  (1.0ms) commit transaction
1702
+  (0.0ms) begin transaction
1703
+ SQL (0.4ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:42:26.700858"], ["updated_at", "2015-05-22 13:42:26.700858"]]
1704
+  (1.0ms) commit transaction
1705
+  (0.1ms) begin transaction
1706
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:42:26.704133"], ["updated_at", "2015-05-22 13:42:26.704133"]]
1707
+  (0.9ms) commit transaction
1708
+  (0.1ms) begin transaction
1709
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:42:26.707158"], ["updated_at", "2015-05-22 13:42:26.707158"]]
1710
+  (1.0ms) commit transaction
1711
+  (0.0ms) begin transaction
1712
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:42:26.710029"], ["updated_at", "2015-05-22 13:42:26.710029"]]
1713
+  (1.0ms) commit transaction
1714
+  (0.1ms) begin transaction
1715
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:42:26.712887"], ["updated_at", "2015-05-22 13:42:26.712887"]]
1716
+  (1.6ms) commit transaction
1717
+  (0.1ms) begin transaction
1718
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:42:26.716598"], ["updated_at", "2015-05-22 13:42:26.716598"]]
1719
+  (1.1ms) commit transaction
1720
+  (0.1ms) begin transaction
1721
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:42:26.719999"], ["updated_at", "2015-05-22 13:42:26.719999"]]
1722
+  (1.0ms) commit transaction
1723
+  (0.1ms) begin transaction
1724
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:42:26.722939"], ["updated_at", "2015-05-22 13:42:26.722939"]]
1725
+  (1.2ms) commit transaction
1726
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1727
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1728
+ Player Load (0.2ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1729
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 ') --%')
1730
+ SQLite3::SQLException: near "') --%'": syntax error: SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 ') --%')
1731
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR ''1'' = ''1'' --%''')
1732
+  (5.8ms) DELETE FROM "players";
1733
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1734
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1735
+  (0.1ms) begin transaction
1736
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:42:59.998476"], ["updated_at", "2015-05-22 13:42:59.998476"]]
1737
+  (1.1ms) commit transaction
1738
+  (0.0ms) begin transaction
1739
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:43:00.004055"], ["updated_at", "2015-05-22 13:43:00.004055"]]
1740
+  (1.1ms) commit transaction
1741
+  (0.0ms) begin transaction
1742
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:00.007169"], ["updated_at", "2015-05-22 13:43:00.007169"]]
1743
+  (1.0ms) commit transaction
1744
+  (0.1ms) begin transaction
1745
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:00.010256"], ["updated_at", "2015-05-22 13:43:00.010256"]]
1746
+  (1.1ms) commit transaction
1747
+  (0.1ms) begin transaction
1748
+ SQL (0.2ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:00.013428"], ["updated_at", "2015-05-22 13:43:00.013428"]]
1749
+  (1.0ms) commit transaction
1750
+  (0.0ms) begin transaction
1751
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:00.016341"], ["updated_at", "2015-05-22 13:43:00.016341"]]
1752
+  (1.7ms) commit transaction
1753
+  (0.1ms) begin transaction
1754
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:00.020064"], ["updated_at", "2015-05-22 13:43:00.020064"]]
1755
+  (1.7ms) commit transaction
1756
+  (0.1ms) begin transaction
1757
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:00.024246"], ["updated_at", "2015-05-22 13:43:00.024246"]]
1758
+  (1.0ms) commit transaction
1759
+  (0.0ms) begin transaction
1760
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:00.027146"], ["updated_at", "2015-05-22 13:43:00.027146"]]
1761
+  (1.0ms) commit transaction
1762
+  (0.0ms) begin transaction
1763
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:00.029915"], ["updated_at", "2015-05-22 13:43:00.029915"]]
1764
+  (1.4ms) commit transaction
1765
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1766
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1767
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1768
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 ) --%')
1769
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR ''1'' = ''1'' --%''')
1770
+  (1.9ms) DELETE FROM "players";
1771
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1772
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1773
+  (0.1ms) begin transaction
1774
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:29.042758"], ["updated_at", "2015-05-22 13:43:29.042758"]]
1775
+  (1.2ms) commit transaction
1776
+  (0.1ms) begin transaction
1777
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:43:29.048269"], ["updated_at", "2015-05-22 13:43:29.048269"]]
1778
+  (1.0ms) commit transaction
1779
+  (0.1ms) begin transaction
1780
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:29.051196"], ["updated_at", "2015-05-22 13:43:29.051196"]]
1781
+  (1.0ms) commit transaction
1782
+  (0.1ms) begin transaction
1783
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:29.054132"], ["updated_at", "2015-05-22 13:43:29.054132"]]
1784
+  (1.0ms) commit transaction
1785
+  (0.1ms) begin transaction
1786
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:29.057317"], ["updated_at", "2015-05-22 13:43:29.057317"]]
1787
+  (1.0ms) commit transaction
1788
+  (0.0ms) begin transaction
1789
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:29.060516"], ["updated_at", "2015-05-22 13:43:29.060516"]]
1790
+  (1.0ms) commit transaction
1791
+  (0.0ms) begin transaction
1792
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:29.063296"], ["updated_at", "2015-05-22 13:43:29.063296"]]
1793
+  (1.0ms) commit transaction
1794
+  (0.0ms) begin transaction
1795
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:29.066071"], ["updated_at", "2015-05-22 13:43:29.066071"]]
1796
+  (1.0ms) commit transaction
1797
+  (0.1ms) begin transaction
1798
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:29.069075"], ["updated_at", "2015-05-22 13:43:29.069075"]]
1799
+  (2.0ms) commit transaction
1800
+  (0.1ms) begin transaction
1801
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:29.073447"], ["updated_at", "2015-05-22 13:43:29.073447"]]
1802
+  (1.0ms) commit transaction
1803
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1804
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1805
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1806
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 ) --%')
1807
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR 1 = 1 ) --%''')
1808
+  (1.4ms) DELETE FROM "players";
1809
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1810
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'players';
1811
+  (0.1ms) begin transaction
1812
+ SQL (0.4ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jane"], ["last_name", "Sullivan"], ["email", "jsullivan0@macromedia.com"], ["country", "Colombia"], ["ip_address", "65.3.175.51"], ["first_win", "2008-03-22 00:00:00.000000"], ["first_defeat", "2010-05-31 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:59.829243"], ["updated_at", "2015-05-22 13:43:59.829243"]]
1813
+  (1.2ms) commit transaction
1814
+  (0.1ms) begin transaction
1815
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_defeat", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Jessica"], ["last_name", "Young"], ["email", "jyoung1@rambler.ru"], ["country", "Russia"], ["ip_address", "207.235.206.31"], ["first_defeat", "2009-07-03 00:00:00.000000"], ["created_at", "2015-05-22 13:43:59.835530"], ["updated_at", "2015-05-22 13:43:59.835530"]]
1816
+  (1.1ms) commit transaction
1817
+  (0.1ms) begin transaction
1818
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Day"], ["email", "sday2@unesco.org"], ["country", "Tanzania"], ["ip_address", "68.232.175.35"], ["first_win", "2005-03-23 00:00:00.000000"], ["first_defeat", "2014-03-26 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:59.838857"], ["updated_at", "2015-05-22 13:43:59.838857"]]
1819
+  (1.0ms) commit transaction
1820
+  (0.1ms) begin transaction
1821
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Anne"], ["last_name", "Foster"], ["email", "afoster3@virginia.edu"], ["country", "China"], ["ip_address", "2.52.95.238"], ["first_win", "2006-07-03 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:59.842467"], ["updated_at", "2015-05-22 13:43:59.842467"]]
1822
+  (1.0ms) commit transaction
1823
+  (0.1ms) begin transaction
1824
+ SQL (0.3ms) INSERT INTO "players" ("last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["last_name", "Campbell"], ["email", "ecampbell4@ebay.co.uk"], ["country", "Switzerland"], ["ip_address", "65.69.156.218"], ["first_win", "2008-01-25 00:00:00.000000"], ["first_defeat", "2010-10-21 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:59.845592"], ["updated_at", "2015-05-22 13:43:59.845592"]]
1825
+  (1.1ms) commit transaction
1826
+  (0.0ms) begin transaction
1827
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Bobby"], ["last_name", "Bowman"], ["email", "bbowman5@blog.com"], ["country", "China"], ["ip_address", "229.55.170.164"], ["first_win", "2003-11-19 00:00:00.000000"], ["first_defeat", "2007-09-22 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:59.848852"], ["updated_at", "2015-05-22 13:43:59.848852"]]
1828
+  (1.0ms) commit transaction
1829
+  (0.0ms) begin transaction
1830
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Benjamin"], ["last_name", "Armstrong"], ["email", "barmstrong6@sfgate.com"], ["country", "China"], ["first_win", "2002-05-31 00:00:00.000000"], ["first_defeat", "2006-10-08 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:59.851736"], ["updated_at", "2015-05-22 13:43:59.851736"]]
1831
+  (1.0ms) commit transaction
1832
+  (0.0ms) begin transaction
1833
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rose"], ["last_name", "Ryan"], ["email", "rryan7@ftc.gov"], ["country", "Peru"], ["ip_address", "86.13.46.13"], ["first_win", "2014-01-27 00:00:00.000000"], ["first_defeat", "2005-06-24 00:00:00.000000"], ["is_virgin", "t"], ["created_at", "2015-05-22 13:43:59.854580"], ["updated_at", "2015-05-22 13:43:59.854580"]]
1834
+  (1.0ms) commit transaction
1835
+  (0.1ms) begin transaction
1836
+ SQL (0.3ms) INSERT INTO "players" ("first_name", "last_name", "email", "ip_address", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Michelle"], ["last_name", "Tucker"], ["email", "mtucker8@google.cn"], ["ip_address", "126.157.85.231"], ["first_defeat", "2007-11-20 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:59.857641"], ["updated_at", "2015-05-22 13:43:59.857641"]]
1837
+  (1.1ms) commit transaction
1838
+  (0.1ms) begin transaction
1839
+ SQL (0.2ms) INSERT INTO "players" ("first_name", "last_name", "email", "country", "ip_address", "first_win", "first_defeat", "is_virgin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["first_name", "Rachel"], ["last_name", "Lopez"], ["email", "rlopez9@apple.com"], ["country", "Pakistan"], ["ip_address", "151.11.208.144"], ["first_win", "2009-05-23 00:00:00.000000"], ["first_defeat", "2015-01-29 00:00:00.000000"], ["is_virgin", "f"], ["created_at", "2015-05-22 13:43:59.860727"], ["updated_at", "2015-05-22 13:43:59.860727"]]
1840
+  (1.0ms) commit transaction
1841
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'Jane%')
1842
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE 'J%')
1843
+ Player Load (0.1ms) SELECT "players".* FROM "players" WHERE (first_name LIKE 'HELLOOOOOOO IZE A PLAYAH%')
1844
+  (0.2ms) SELECT COUNT(*) FROM "players" WHERE (first_name LIKE '' OR 1 = 1 ) --%')
1845
+  (0.1ms) SELECT COUNT(*) FROM "players" WHERE ('first_name LIKE '''' OR 1 = 1 ) --%''')